summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* protocol: migrate to stable presentation-time.xmlPekka Paalanen2016-03-079-40/+40
* libinput-device: Remove unnecessary function callChris Michael2016-02-261-2/+1
* libinput-device: Remove unnecessary function callChristopher Michael2016-02-191-1/+2
* compositor-drm: the cursor plane only supports ARGBDerek Foreman2016-02-091-3/+9
* compositor-drm: update internal cursor plane location when disabling cursorDerek Foreman2016-02-091-1/+4
* compositor-x11: send pointer frame after axis eventMarek Chalupa2016-02-091-0/+4
* input: Fix crash when touchscreen generates out of screen coordinateBryce Harrington2016-02-021-1/+4
* data-device: Check harder for selection/non-wayland sourcesCarlos Garnacho2016-02-011-2/+6
* clipboard: zalloc the clipboard_sourceCarlos Garnacho2016-02-011-1/+1
* input: Don't try to send pointer frames if no focus_clientDerek Foreman2016-02-011-0/+3
* data-device: Implement compositor-chosen actionsCarlos Garnacho2016-01-192-0/+77
* data-device: Implement DnD actionsCarlos Garnacho2016-01-192-4/+184
* data-device: Implement DnD progress notificationCarlos Garnacho2016-01-192-16/+112
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-198-45/+325
* Add a weston_pointer_axis_eventPeter Hutterer2016-01-199-42/+81
* compositor-rdp: update link to wheel delta explanationPeter Hutterer2016-01-191-1/+1
* gl-renderer: Fix comment typoBryce Harrington2016-01-131-1/+1
* compositor: create_data_source(): Fix potential crash on OOMcpaul@redhat.com2016-01-131-2/+8
* compositor: Make types consistent for bitshifting unsigned intsBryce Harrington2016-01-121-10/+10
* compositor: Verify that the maximum number of outputs is not exceededBryce Harrington2016-01-121-0/+3
* compositor: Document how views and surfaces are mapped to outputsBryce Harrington2016-01-121-0/+73
* compositor-{drm, fbdev, rpi}: Make VT switching configurableBob Ham2016-01-127-44/+40
* gl-renderer: Add support for a few YUV dmabuf formatsEmmanuel Gil Peyrot2016-01-111-43/+252
* gl-renderer: introduce a new struct dmabuf_imageEmmanuel Gil Peyrot2016-01-111-58/+113
* compositor: Document routines relating to idle behaviorBryce Harrington2015-12-221-0/+51
* compositor: Fix a couple comment typosBryce Harrington2015-12-222-3/+3
* xwm: let the shells decide the position of X windowsGiulio Camuffo2015-12-181-3/+1
* compositor-fbdev: Drop intermediate shadow bufferSjoerd Simons2015-12-181-65/+3
* compositor-wayland: Add touch supportDerek Foreman2015-12-081-0/+160
* input: Add notify_touch_cancel()Derek Foreman2015-12-082-0/+12
* compositor-wayland: Properly release input resources when caps changeDerek Foreman2015-12-081-4/+15
* cosmetic: Remove use of C++ style commentsChris Michael2015-12-032-2/+1
* compositor: Add doxygen for weston_surface_to_buffer_rect()Derek Foreman2015-12-031-1/+20
* compositor: Add damage_bufferDerek Foreman2015-12-032-15/+77
* linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own st...Emmanuel Gil Peyrot2015-12-024-65/+69
* compositor: Remove unused weston_surface_to_buffer functionChris Michael2015-12-012-16/+0
* compositor: change rounding in weston_surface_to_buffer_rect()Derek Foreman2015-12-011-2/+2
* main: Remove unused function load_backend_new()Chris Michael2015-11-301-17/+0
* compositor, input: Don't use MIN() macro for new resource versionsDerek Foreman2015-11-272-5/+5
* compositor-drm: fix hw cursor positioningPekka Paalanen2015-11-271-0/+7
* compositor: Fix comment of subsurface_commit_to_cache functionChris Michael2015-11-261-1/+1
* compositor: ignore useless surface_damageDerek Foreman2015-11-261-0/+3
* compositor-drm: Use view transform in cursor plane setupDerek Foreman2015-11-241-3/+5
* compositor.h: Remove unused variable from weston_seat structureChris Michael2015-11-231-1/+0
* compositor: Remove extra blank lineChris Michael2015-11-231-1/+0
* compositor: Move weston_matrix_transform_region to compositor.c and export itDerek Foreman2015-11-203-58/+61
* pixman-renderer: Use output->matrix for region transformations and enable out...Jason Ekstrand2015-11-201-12/+69
* gl-renderer: Make texture_used a bool instead of an intDerek Foreman2015-11-201-3/+3
* gl-renderer: Use a bool for needs_full_uploadDerek Foreman2015-11-201-3/+3
* compositor: Change "touched" to boolDerek Foreman2015-11-203-5/+5