summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compositor-drm: Add support for Tegra Jetson TK1baserock/weston-1.6.0/tegraJames Thomas2014-11-252-3/+111
* compositor-drm: Add new gbm struct to allow for a separate gbm deviceJames Thomas2014-11-251-18/+25
* Makefile.am: Link weston_multi_resource against rt libraryJavier Jardón2014-11-211-1/+1
* configure.ac: bump version to 1.6.01.6.0Pekka Paalanen2014-09-191-2/+2
* editor: do not crash when text input manager is not availableOlivier Blin2014-09-171-0/+5
* keyboard: do not crash when input panel is not availableOlivier Blin2014-09-171-0/+5
* compositor-x11: Rename the output make to "weston-X11"Jason Ekstrand2014-09-151-1/+1
* window: Don't needlessly sync parent and geometryOndřej Majerech2014-09-151-0/+12
* configure.ac: bump version 1.5.93 for rc21.5.93Pekka Paalanen2014-09-121-1/+1
* libinput: default to INFO log levelPekka Paalanen2014-09-121-8/+8
* libinput-device: Don't get initial key statesJonas Ådahl2014-09-121-30/+0
* libinput: normalize WL_CALIBRATION before passing it to libinputPeter Hutterer2014-09-122-1/+88
* compositor: Don't free an uninitialised pointer.Ondřej Majerech2014-09-121-1/+2
* image: don't print redundant errorBill Spitzak2014-09-111-1/+0
* load_image: always print a message on failure if filename is not emptyBill Spitzak2014-09-111-2/+12
* parse_options: fail on more malformed optionsBill Spitzak2014-09-111-28/+69
* cosmetic: update comments that refer to weston_surface_update_transform()Derek Foreman2014-09-113-4/+4
* Partially revert "xdg-shell: Add show_window_menu request"Pekka Paalanen2014-09-111-7/+49
* xdg-shell: fix maximizing in multi-head setupMarek Chalupa2014-09-101-3/+4
* xdg-shell: update shsurf->output when maximizingMarek Chalupa2014-09-101-26/+34
* input: Schedule pointer sprite repaint when cursor is setJonas Ådahl2014-09-102-2/+52
* compositor: fix memory corruption when removing an outputGiulio Camuffo2014-09-091-0/+6
* main: don't leak option stringsRyo Munakata2014-09-091-24/+18
* compositor: extract choose_default_backend and create_listening_socketRyo Munakata2014-09-091-25/+41
* compositor: remove unused signalGiulio Camuffo2014-09-091-1/+0
* Fix a copy-paste error in weston_surface_commit_stateJason Ekstrand2014-09-061-1/+1
* 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