summaryrefslogtreecommitdiff
path: root/src/wayland
Commit message (Expand)AuthorAgeFilesLines
* wayland: get rid of buffer->copied_data booleanRay Strode2016-02-193-5/+10
* wayland: return from toplevel commit early if no new bufferRay Strode2016-02-171-0/+6
* MetaPointerConfinementWayland: Support non-rectangular confinement regionsJonas Ådahl2016-02-161-60/+567
* wayland: Use the event coordinates when sending pointer motion eventsJonas Ådahl2016-02-161-4/+7
* Implement support for the wp_pointer_constraints protocolJonas Ådahl2016-02-1612-1/+1355
* wayland: Make the pending surface state a GObjectJonas Ådahl2016-02-162-32/+79
* wayland: Add "painting" signal to surface actorJonas Ådahl2016-02-161-0/+13
* wayland: Add global to surface coordinate helperJonas Ådahl2016-02-163-4/+24
* wayland: Implement support for wp_relative_pointerJonas Ådahl2016-02-163-1/+158
* wayland: use glib function for fetching timestampRay Strode2016-02-081-9/+1
* wayland: don't prematurely release EGL buffersRay Strode2016-02-023-1/+5
* wayland: release buffer after processing commitRay Strode2016-02-013-1/+36
* Shut up some compiler warningsFlorian Müllner2016-01-211-2/+2
* MetaWaylandDataDevice: Don't set surface offset as anchor offsetJonas Ådahl2016-01-193-23/+1
* wayland: Implement DnD actions as per wl_data_device v3 changesCarlos Garnacho2016-01-194-27/+693
* data-device: Refactor data source management by the drag grabCarlos Garnacho2016-01-191-9/+19
* wayland: Add MetaWaylandKeyboardGrab and keyboard grab APICarlos Garnacho2016-01-193-15/+105
* wayland: Add "update" vfunc to MetaWaylandDragDestFuncsCarlos Garnacho2016-01-192-0/+12
* wayland: Emit wl_pointer.frame after .enter in pointer resource creationCarlos Garnacho2016-01-191-3/+6
* wayland: Rename meta_wayland_pointer_send_frame() to broadcast_frameCarlos Garnacho2016-01-191-8/+15
* wayland: Implement wl_pointer.axis_source/axis_stop/axis_frame emissionCarlos Garnacho2016-01-142-1/+77
* Revert "Add "size states" which save window size information"Florian Müllner2016-01-101-3/+1
* Add "size states" which save window size informationJasper St. Pierre2016-01-091-1/+3
* wayland: bind wayland socket after xwayland is initializedMarek Chalupa2015-12-151-3/+3
* wayland: Fix up touch coordinates on HiDPIJasper St. Pierre2015-12-141-2/+2
* wayland: Clean up wl_pointer_send_enter/leave codeJonas Ådahl2015-12-031-19/+53
* wayland: Use xdg shell protocol from wayland-protocolsJonas Ådahl2015-11-262-492/+7
* wayland: Use pointer gestures protocol from wayand-protocolsJonas Ådahl2015-11-265-221/+37
* wayland: Fetch keyboard event codes from ClutterEventsCarlos Garnacho2015-11-251-1/+17
* wayland: Fetch pointer button event codes from the ClutterEventCarlos Garnacho2015-11-251-19/+35
* KMS/Wayland: Correct refresh rate unitsDaniel Stone2015-11-251-2/+2
* wayland-surface: disconnect signals on destroyGiovanni Campagna2015-10-192-12/+23
* wayland: Make it possible to trigger popups through pointer/keyboard/touchCarlos Garnacho2015-10-177-2/+46
* wayland: Store key press/release serials on MetaWaylandKeyboardCarlos Garnacho2015-10-172-2/+4
* wayland: Set the xdg_popup pointer even when not mappingJonas Ådahl2015-10-161-3/+3
* wayland: Don't scale XWayland pointer cursor spritesJonas Ådahl2015-10-043-3/+21
* wayland: Avoid resending new data offers on intra-client focus changesCarlos Garnacho2015-10-022-0/+7
* xwayland: Protect against crash on x11->wayland transfer cancellationCarlos Garnacho2015-10-021-11/+17
* MetaWaylandSurface: Don't assume a toplevel always have a MetaWindowJonas Ådahl2015-09-291-10/+5
* wayland: Check the drag focus before processing XDND dest-side messagesCarlos Garnacho2015-09-281-0/+3
* wayland: Improve transformation of the UTF8_STRING atom to mimetypeCarlos Garnacho2015-09-281-4/+11
* wayland: Fix weak ref tracking on data sourcesCarlos Garnacho2015-09-281-3/+5
* wayland: Avoid use of struct data after destructionCarlos Garnacho2015-09-281-2/+2
* xwayland: Fix windows disappearing on reparentingRui Matos2015-09-251-7/+10
* wayland: Scale saved rect changing monitor scaleJonas Ådahl2015-09-241-0/+1
* wayland: Scale unconstrained rect changing monitor scaleJonas Ådahl2015-09-241-0/+1
* wayland: Fix variable declarationFlorian Müllner2015-09-241-1/+1
* Avoid shadowing existing variablesFlorian Müllner2015-09-241-1/+0
* Annotate functions to improve compiler diagnosticsFlorian Müllner2015-09-241-0/+2
* Don't duplicate declarations from G_DEFINE_TYPEFlorian Müllner2015-09-246-16/+0