summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* compositor: do not overwrite error exit codePekka Paalanen2014-11-181-1/+3
* compositor: Return a user-defined exit codeFrederic Plourde2014-11-182-0/+22
* input: use tmp var in pointer_unmap_spritePekka Paalanen2014-11-121-4/+6
* input: don't send to clients key events eaten by bindingsGiulio Camuffo2014-11-113-22/+55
* compositor: add missing newline to help textPekka Paalanen2014-11-111-1/+1
* compositor: List only available backends in help textBryce Harrington2014-11-111-3/+19
* compositor: Display option help text only for enabled backendsBryce Harrington2014-11-111-0/+8
* compositor: Fix typos in help textBryce Harrington2014-11-111-2/+2
* compositor: Fix tabbing of help outputBryce Harrington2014-11-111-2/+2
* compositor: (Whitespace-only) Indent with tabsBryce Harrington2014-11-111-12/+12
* input: fix access to invalid resourceGiulio Camuffo2014-11-111-1/+1
* compositor: make keep_buffer a boolDerek Foreman2014-11-112-3/+3
* compositor: stop sending spurious events on mode switchDerek Foreman2014-11-111-0/+3
* compositor: check version before calling wl_output_send_scale()Derek Foreman2014-11-101-3/+5
* input: allow to destroy bindings in their handlerGiulio Camuffo2014-11-051-12/+12
* compositor: Refactor weston_output_mode_switch()Derek Foreman2014-11-053-89/+115
* compositor: Fix weston_subsurface_is_synchronized() return value.Carlos Olmedo Escobar2014-11-051-1/+1
* data_device : change version while initializing data_device_manager interface...kabeer khan2014-11-041-5/+13