summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-04clients: Maximize window when double click on title barXiong Zhang3-1/+60
2014-09-04xwm: Do not activate override redirect windowsBoyan Ding1-0/+3
2014-09-04desktop-shell: implement touch popup grabsJonny Lamb1-12/+143
2014-09-04pixman-renderer: copy_to_hw_buffer: don't leak output_regionRyo Munakata1-0/+1
2014-09-03pixman-renderer: fail to zoom more gracefullyDerek Foreman1-2/+3
2014-09-03xwm: Check whether the seat is NULL when needed in weston_wm_handle_buttonBoyan Ding1-2/+4
2014-09-03compositor: add an option to set the default numlock valueGiulio Camuffo2-0/+19
2014-09-03compositor: add a way to change the keyboard locksGiulio Camuffo2-0/+64
2014-09-01shell: quit weston, if weston-desktop-shell dies earlyPekka Paalanen2-1/+34
2014-08-28pixman-renderer: free shadow buffer on renderer destructionArnaud Vrac1-0/+3
2014-08-28desktop-shell: properly set background widget as opaqueArnaud Vrac1-9/+1
2014-08-28simple-egl: fix opaque and 16 bits mode optionsArnaud Vrac1-0/+1
2014-08-28multi-resource: remove an unnecessary call of wl_display_get_fd()Ryo Munakata1-2/+0
2014-08-28simple-shm: remove an unnecessary call of wl_display_get_fd()Ryo Munakata1-2/+0
2014-08-28compositor: leave no zombie behindPekka Paalanen1-12/+14
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 releasePekka 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