summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* compositor-drm: Add support for Tegra Jetson TK1baserock/weston-1.6.93/tegraJames Thomas2015-02-091-3/+93
* compositor-drm: Add new gbm struct to allow for a separate gbm deviceJames Thomas2015-02-091-18/+25
* compositor-x11: Move the x11 window close to an idle handlerDerek Foreman2015-02-041-2/+30
* Fix "Back", "Forward", and other special mouse buttons in the X11 compositor.Dima Ryazanov2015-02-041-2/+5
* libinput: Only forward first and last press and release for a keyJonas Ådahl2015-02-041-0/+11
* libinput: Only forward first and last press and release for a buttonJonas Ådahl2015-02-041-0/+11
* xwm: support maximizing xwayland windowsGiulio Camuffo2015-02-021-0/+1
* screenshooter: remove useless castDerek Foreman2015-02-021-2/+1
* Revert "compositor-x11: Move the x11 event handler to the display loop"Bryce Harrington2015-01-271-3/+1
* compositor-x11: Move the x11 event handler to the display loopDerek Foreman2015-01-271-1/+3
* Fix mutex hang in colord on output removalOlivier Fourdan2015-01-201-8/+4
* build: install a login manager session entryLubomir Rintel2015-01-201-0/+5
* zoom: Check the value of level before using it.Carlos Olmedo Escobar2015-01-201-1/+2
* compositor, drm: set per-surface Presentation feedback flagsPekka Paalanen2015-01-203-7/+52
* compositor: set presentation.presented flagsPekka Paalanen2015-01-209-21/+60
* compositor-drm: use drm_output in drm_output_*() func argsPekka Paalanen2015-01-201-28/+26
* logind: fix PropertiesChanged parserDavid Herrmann2015-01-161-28/+28
* logind: forward Active=true changes for non-DRM backendsDavid Herrmann2015-01-167-15/+23
* launcher: use SIGRTMIN to not conflict with xwaylandDavid Herrmann2015-01-161-3/+15
* logind: use SIGRTMIN to not conflict with xwaylandDavid Herrmann2015-01-161-10/+18
* libinput-device: use the discrete axis value for wheel eventsPeter Hutterer2015-01-151-4/+40
* libinput-device: use the new merged scroll eventsPeter Hutterer2015-01-151-5/+20
* input: Add comment explaining why pointer isn't freed when device is removedDerek Foreman2015-01-081-0/+5
* compositor-x11: Fix some shutdown crashesDerek Foreman2014-12-191-2/+14
* text: Don't crash if a seat has no keyboardDerek Foreman2014-12-161-6/+10
* input: swallow the key press event when running a compositor key bindingGiulio Camuffo2014-12-151-1/+4
* text: Use bool for input_panel_visibleDerek Foreman2014-12-151-3/+4
* text: Remove unused linked list from input_method_contextDerek Foreman2014-12-151-2/+0
* text: Fix coding styleDerek Foreman2014-12-151-4/+7
* compositor: Propagate errors from module_initOndřej Majerech2014-12-151-2/+4
* clipboard: set fd member of clipboard_sourceMarek Chalupa2014-12-121-0/+1
* screenshooter: fix various memory handlingMarek Chalupa2014-12-121-8/+17
* compositor: Implement JSON-timeline loggingPekka Paalanen2014-12-085-0/+453
* compositor: add weston_surface_set_label_func()Pekka Paalanen2014-12-084-0/+51
* fbdev: Remove unnecessary semicolonnerdopolis2014-12-031-1/+1
* input: send focus events to the focused client when running a key bindingGiulio Camuffo2014-12-012-5/+21
* rpi-renderer: don't pass a box to pixman_region32_contains_point()Derek Foreman2014-12-011-2/+1
* Use zalloc instead of calloc(1, ...)Bryce Harrington2014-11-2811-46/+53
* Setting members to 0/NULL after a zalloc or calloc is redundantBryce Harrington2014-11-284-19/+0
* Use zalloc rather than malloc and manually setting members to 0Bryce Harrington2014-11-282-9/+5
* input: Use slightly less obscure logic in evdev_notify_keyboard_focus()Derek Foreman2014-11-272-1/+2
* compositor: Drop legacy backends in favor of libinputPeter Hutterer2014-11-2611-2603/+3
* input: don't run the key bindings on focus inGiulio Camuffo2014-11-241-6/+0
* compositor: Document options for headless compositorBryce Harrington2014-11-211-0/+10
* compositor-headless: add support for transforms set on command lineDerek Foreman2014-11-211-10/+16
* compositor-headless: allow rendering with pixmanDerek Foreman2014-11-211-4/+53
* compositor: Add idle timeout option to weston.iniFrederic Plourde2014-11-211-1/+5
* gl-renderer: compress pixman bands to simplify geometryDerek Foreman2014-11-211-3/+64
* backends: refactor transform string parsingDerek Foreman2014-11-196-112/+60
* Revert "input: don't send to clients key events eaten by bindings"Pekka Paalanen2014-11-193-55/+22