summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-28shell: fix race on desktop-shell exitPekka Paalanen2-15/+21
2014-08-28compositor: add weston_client_start()Pekka Paalanen2-0/+63
2014-08-27wm: Don't subtract the margins from the configured sizeJasper St. Pierre1-7/+4
2014-08-27desktop-shell: fix invalid memory access when shell execution failsArnaud Vrac1-1/+3
2014-08-27nested: add missing egl extension declarationArnaud Vrac1-0/+8
2014-08-27window: unbind egl surface and context on surface releaseArnaud Vrac1-2/+2
2014-08-27Document output/scale configuration option in the weston.ini man page.Magnus Hoff1-0/+12
2014-08-27desktop-shell: Replace magic constants with named onesOndřej Majerech1-2/+9
2014-08-27protocol: fix a wrong word in wl_viewport.set_sourcePekka Paalanen1-1/+1
2014-08-27xwayland: Clean up the WM properly if X server crashesDima Ryazanov1-2/+4
2014-08-26configure.ac: require libwayland 1.5.91Pekka Paalanen1-4/+4
2014-08-22configure.ac: Bump version to 1.5.91 for the alpha release1.5.91Pekka Paalanen1-1/+1
2014-08-22tests: allow running make check without make installDerek Foreman6-4/+32
2014-08-22build: do not run xwayland test for distcheckPekka Paalanen1-1/+2
2014-08-22build: use AM_DISTCHECK_CONFIGURE_FLAGSPekka Paalanen1-1/+1
2014-08-21xdg-shell: bump experimental protocol versionPekka Paalanen6-6/+6
2014-08-21weston-test: check if resource is not NULLMarek Chalupa1-0/+5
2014-08-21screen-share: Add screen-share command to weston.ini man pageAndrew Wedgbury1-0/+9
2014-08-20desktop-shell: use panel location to calculate correct sizes and rangesJonny Lamb1-53/+120
2014-08-20desktop-shell: add set_panel_position to help place views onscreenJonny Lamb3-4/+54
2014-08-20weston.ini.man: Add libinput sectionJonas Ådahl1-0/+14
2014-08-20build: cliptest uses also vertex-clipping.hPekka Paalanen1-1/+4
2014-08-20cliptest: sync calculate_edges with master copyPekka Paalanen1-45/+47
2014-08-20Don't underrun the vertex array of empty polygonsOndřej Majerech1-0/+12
2014-08-20Remove duplicated code from cliptest.cOndřej Majerech2-291/+4
2014-08-20Don't protect xkb_*_unref from NULLRan Benita4-12/+6
2014-08-20Replace deprecated xkbcommon symbols with current namesRan Benita6-68/+72
2014-08-20configure.ac: use libinput by defaultPekka Paalanen1-2/+2
2014-08-19cairo-util: Draw solid titlebar for frames with only buttonsBoyan Ding3-5/+10
2014-08-19xwm: check whether the picked seat can be NULLBoyan Ding1-2/+2
2014-08-19cliptest: Avoid use of uninitialized memory when regions don't intersectDerek Foreman1-5/+7
2014-08-19weston-scaler --help works even if not run inside waylandBill Spitzak1-6/+6
2014-08-19weston-image --help works. Also help if no filename is givenBill Spitzak1-0/+5
2014-08-19weston-editor --help worksBill Spitzak1-5/+10
2014-08-19weston-dnd --help worksBill Spitzak1-5/+10
2014-08-19weston-cliptest --help works. You must use -b to run benchmarkBill Spitzak1-2/+6
2014-08-19weston-terminal --help and other command-line optionsBill Spitzak1-0/+11
2014-08-19Made weston-screensaver --help workBill Spitzak1-2/+6
2014-08-19Made weston-subsurfaces --help workBill Spitzak1-2/+2
2014-08-19Made weston-nested --help workBill Spitzak1-2/+5
2014-08-19weston-eventdemo --help worksBill Spitzak1-9/+33
2014-08-18shell: Update focused surface pointer coordinates in popup grabJonas Ådahl1-0/+5
2014-08-18gears: fix invalid calculation of the first FPSRyo Munakata1-4/+7
2014-08-18desktop-shell: add close-animation config option for destroying surfacesJonny Lamb3-2/+16
2014-08-18desktop-shell: add option to avoid creating the panelJonny Lamb2-7/+36
2014-08-15Implemented support for mouse scrolling in weston-terminalMagnus Hoff1-0/+51
2014-08-15simple-egl: Clean up unused frame_listenerBoyan Ding1-6/+0
2014-08-15clients: use repeat_info event detailsJonny Lamb2-6/+132
2014-08-15compositor-wayland: listen to repeat_info and save values to pass onJonny Lamb1-3/+22
2014-08-15compositor: fetch repeat info from weston.iniJonny Lamb4-3/+25