summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* multi-resource: remove an unnecessary call of wl_display_get_fd()Ryo Munakata2014-08-281-2/+0
* simple-shm: remove an unnecessary call of wl_display_get_fd()Ryo Munakata2014-08-281-2/+0
* compositor: leave no zombie behindPekka Paalanen2014-08-281-12/+14
* shell: fix race on desktop-shell exitPekka Paalanen2014-08-282-15/+21
* compositor: add weston_client_start()Pekka Paalanen2014-08-282-0/+63
* wm: Don't subtract the margins from the configured sizeJasper St. Pierre2014-08-271-7/+4
* desktop-shell: fix invalid memory access when shell execution failsArnaud Vrac2014-08-271-1/+3
* nested: add missing egl extension declarationArnaud Vrac2014-08-271-0/+8
* window: unbind egl surface and context on surface releaseArnaud Vrac2014-08-271-2/+2
* Document output/scale configuration option in the weston.ini man page.Magnus Hoff2014-08-271-0/+12
* desktop-shell: Replace magic constants with named onesOndřej Majerech2014-08-271-2/+9
* protocol: fix a wrong word in wl_viewport.set_sourcePekka Paalanen2014-08-271-1/+1
* xwayland: Clean up the WM properly if X server crashesDima Ryazanov2014-08-271-2/+4
* configure.ac: require libwayland 1.5.91Pekka Paalanen2014-08-261-4/+4
* configure.ac: Bump version to 1.5.91 for the alpha release1.5.91Pekka Paalanen2014-08-221-1/+1
* tests: allow running make check without make installDerek Foreman2014-08-226-4/+32
* build: do not run xwayland test for distcheckPekka Paalanen2014-08-221-1/+2
* build: use AM_DISTCHECK_CONFIGURE_FLAGSPekka Paalanen2014-08-221-1/+1
* xdg-shell: bump experimental protocol versionPekka Paalanen2014-08-216-6/+6
* weston-test: check if resource is not NULLMarek Chalupa2014-08-211-0/+5
* screen-share: Add screen-share command to weston.ini man pageAndrew Wedgbury2014-08-211-0/+9
* desktop-shell: use panel location to calculate correct sizes and rangesJonny Lamb2014-08-201-53/+120
* desktop-shell: add set_panel_position to help place views onscreenJonny Lamb2014-08-203-4/+54
* weston.ini.man: Add libinput sectionJonas Ådahl2014-08-201-0/+14
* build: cliptest uses also vertex-clipping.hPekka Paalanen2014-08-201-1/+4
* cliptest: sync calculate_edges with master copyPekka Paalanen2014-08-201-45/+47
* Don't underrun the vertex array of empty polygonsOndřej Majerech2014-08-201-0/+12
* Remove duplicated code from cliptest.cOndřej Majerech2014-08-202-291/+4
* Don't protect xkb_*_unref from NULLRan Benita2014-08-204-12/+6
* Replace deprecated xkbcommon symbols with current namesRan Benita2014-08-206-68/+72
* configure.ac: use libinput by defaultPekka Paalanen2014-08-201-2/+2
* cairo-util: Draw solid titlebar for frames with only buttonsBoyan Ding2014-08-193-5/+10
* xwm: check whether the picked seat can be NULLBoyan Ding2014-08-191-2/+2
* cliptest: Avoid use of uninitialized memory when regions don't intersectDerek Foreman2014-08-191-5/+7
* weston-scaler --help works even if not run inside waylandBill Spitzak2014-08-191-6/+6
* weston-image --help works. Also help if no filename is givenBill Spitzak2014-08-191-0/+5
* weston-editor --help worksBill Spitzak2014-08-191-5/+10
* weston-dnd --help worksBill Spitzak2014-08-191-5/+10
* weston-cliptest --help works. You must use -b to run benchmarkBill Spitzak2014-08-191-2/+6
* weston-terminal --help and other command-line optionsBill Spitzak2014-08-191-0/+11
* Made weston-screensaver --help workBill Spitzak2014-08-191-2/+6
* Made weston-subsurfaces --help workBill Spitzak2014-08-191-2/+2
* Made weston-nested --help workBill Spitzak2014-08-191-2/+5
* weston-eventdemo --help worksBill Spitzak2014-08-191-9/+33
* shell: Update focused surface pointer coordinates in popup grabJonas Ådahl2014-08-181-0/+5
* gears: fix invalid calculation of the first FPSRyo Munakata2014-08-181-4/+7
* desktop-shell: add close-animation config option for destroying surfacesJonny Lamb2014-08-183-2/+16
* desktop-shell: add option to avoid creating the panelJonny Lamb2014-08-182-7/+36
* Implemented support for mouse scrolling in weston-terminalMagnus Hoff2014-08-151-0/+51
* simple-egl: Clean up unused frame_listenerBoyan Ding2014-08-151-6/+0