summaryrefslogtreecommitdiff
path: root/gdk/mir/gdkmireventsource.c
Commit message (Expand)AuthorAgeFilesLines
* mir: emulate pointer for all touch eventsWilliam Hua2015-10-271-0/+2
* gdk: Deprecate gdk_display_get_screenRobert Ancell2015-10-271-1/+1
* mir: send touch eventswip/mir-armhfWilliam Hua2015-10-161-1/+38
* mir: fix mir pointer event to gdk translationWilliam Hua2015-07-031-34/+22
* mir: fix toggling between maximized and restoredWilliam Hua2015-06-231-2/+38
* mir: fix wheel scrolling in both directionsWilliam Hua2015-06-231-1/+1
* mir: emit GDK_ENTER_NOTIFY on pointer enterWilliam Hua2015-06-231-0/+7
* mir: remove non-useful loggingWilliam Hua2015-06-231-4/+0
* mir: keep reference on queued eventsWilliam Hua2015-06-021-1/+2
* mir: Update cursor positionWilliam Hua2015-06-021-1/+5
* mir: Remove child window rendering hackWilliam Hua2015-06-021-84/+4
* mir: handle generic input eventsWilliam Hua2015-05-061-0/+19
* mir: fix build failure due to changed apiWilliam Hua2015-04-301-69/+115
* mir: fix issues with mouse over parent menuWilliam Hua2015-02-051-27/+117
* mir: stop forwarding motion events to subwindowsWilliam Hua2015-02-051-80/+0
* mir: generate leave events for transient childrenWilliam Hua2015-02-051-0/+50
* mir: use old scrolling system if we get simple integer valuesMarco Trevisan (Treviño)2015-02-051-3/+15
* mir: handle new MirCloseSurfaceEventMarco Trevisan (Treviño)2015-02-051-0/+11
* mir: skip windows that aren't visibleWilliam Hua2015-02-051-1/+1
* mir: check the log events env variable just onceMarco Trevisan (Treviño)2015-02-051-3/+5
* mir: set event source device as wellMarco Trevisan (Treviño)2015-02-051-0/+1
* mir: fix time conversion macroWilliam Hua2015-02-051-1/+1
* mir: implement stub _gdk_mir_keymap_key_is_modifierMarco Trevisan (Treviño)2015-02-051-5/+6
* mir: check (using simple keycode checking) if we're handling a modifier keyMarco Trevisan (Treviño)2015-02-051-12/+2
* mir: compute the modifiers using the saved button_state on key eventsMarco Trevisan (Treviño)2015-02-051-1/+4
* mir: add a NANO_TO_MILLI conversion macroMarco Trevisan (Treviño)2015-02-051-2/+4
* mir: properly converts mir nanoseconds timestamps to millisecondsMarco Trevisan (Treviño)2015-02-051-20/+20
* mir: use actual events timeMarco Trevisan (Treviño)2015-02-051-18/+21
* mir: add timestamps to generated GdkEventsWilliam Hua2015-02-051-0/+5
* mir: pass motion events down to transient childrenWilliam Hua2015-02-051-1/+25
* mir: update surface type based on eventsMarco Trevisan (Treviño)2014-11-171-0/+1
* mir: invert scrolling deltaMarco Trevisan (Treviño)2014-11-171-2/+2
* mir: Handle pointer up/down events without a button mask set (i.e. touch events)Robert Ancell2014-11-061-1/+1
* mir: Don't assert on unknown Mir events.Robert Ancell2014-11-051-1/+7
* Gdk: add an experimental backend for mirRobert Ancell2014-10-221-0/+624