summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump version to 1.5.92 for rc11.5.92Pekka Paalanen2014-09-051-1/+1
* fix asprintf warningsPekka Paalanen2014-09-053-6/+18
* xdg-shell: handle clients launched in fullscreenMarek Chalupa2014-09-051-0/+33
* matrix-test: fix units in reportDerek Foreman2014-09-051-2/+2
* touch-input: Don't dereference NULL pointer during full screen fadeDerek Foreman2014-09-052-3/+13
* clients: Maximize window when double click on title barXiong Zhang2014-09-043-1/+60
* xwm: Do not activate override redirect windowsBoyan Ding2014-09-041-0/+3
* desktop-shell: implement touch popup grabsJonny Lamb2014-09-041-12/+143
* pixman-renderer: copy_to_hw_buffer: don't leak output_regionRyo Munakata2014-09-041-0/+1
* pixman-renderer: fail to zoom more gracefullyDerek Foreman2014-09-031-2/+3
* xwm: Check whether the seat is NULL when needed in weston_wm_handle_buttonBoyan Ding2014-09-031-2/+4
* compositor: add an option to set the default numlock valueGiulio Camuffo2014-09-032-0/+19
* compositor: add a way to change the keyboard locksGiulio Camuffo2014-09-032-0/+64
* shell: quit weston, if weston-desktop-shell dies earlyPekka Paalanen2014-09-012-1/+34
* pixman-renderer: free shadow buffer on renderer destructionArnaud Vrac2014-08-281-0/+3
* desktop-shell: properly set background widget as opaqueArnaud Vrac2014-08-281-9/+1
* simple-egl: fix opaque and 16 bits mode optionsArnaud Vrac2014-08-281-0/+1
* 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