summaryrefslogtreecommitdiff
path: root/gdk/mir
Commit message (Expand)AuthorAgeFilesLines
* mir: display->list_devices vfunc was droppedRico Tzschichholz2016-03-021-9/+0
* gdk: remove the core_pointer field from GdkDisplayPaolo Borelli2016-02-291-1/+0
* mir: fix warningsWilliam Hua2016-02-244-22/+13
* mir: fix GdkSeat-related deprecationsWilliam Hua2016-02-242-3/+26
* mir: Add C++ guardsEmmanuele Bassi2016-02-111-0/+4
* mir: add default GdkSeat for the default GdkDisplayWilliam Hua2016-01-151-1/+9
* mir: remove deprecated function callWilliam Hua2015-12-041-1/+0
* mir: Print hscroll and vscroll values when debugging.Cemil Azizoglu2015-11-021-0/+2
* mir: emulate pointer for all touch eventsWilliam Hua2015-10-271-0/+2
* mir: warning clean-upWilliam Hua2015-10-272-2/+2
* mir: allow logging touch eventsWilliam Hua2015-10-271-1/+58
* gdk: Deprecate gdk_display_get_screenRobert Ancell2015-10-272-2/+2
* mir: send touch eventswip/mir-armhfWilliam Hua2015-10-161-1/+38
* mir: support more pixel formatsWilliam Hua2015-10-142-10/+50
* mir: don't ensure_surface if window not visibleWilliam Hua2015-07-151-1/+3
* mir: don't warn if transient_for is NULLWilliam Hua2015-07-151-2/+0
* mir: add more default settings under mirWilliam Hua2015-07-151-0/+42
* mir: fix mir pointer event to gdk translationWilliam Hua2015-07-031-34/+22
* mir: ensure parent surface before creating child surfaceWilliam Hua2015-07-031-8/+24
* 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-234-95/+91
* mir: don't need dummy egl surfaceWilliam Hua2015-06-231-7/+0
* mir: emit configure event on window move/resizeWilliam Hua2015-06-231-0/+39
* mir: fix build due to missing apiWilliam Hua2015-06-231-4/+4
* mir: keep reference on queued eventsWilliam Hua2015-06-021-1/+2
* mir: gdk_mir_window_impl_set_surface_typeWilliam Hua2015-06-021-0/+6
* mir: Create the correct surfaceWilliam Hua2015-06-021-80/+82
* mir: Remove redundant callsWilliam Hua2015-06-021-15/+15
* mir: log input events properlyWilliam Hua2015-06-021-0/+18
* mir: Resolve warningsWilliam Hua2015-06-021-12/+0
* mir: Update cursor positionWilliam Hua2015-06-021-1/+5
* mir: Remove child window rendering hackWilliam Hua2015-06-023-240/+7
* mir: handle generic input eventsWilliam Hua2015-05-061-0/+19
* mir: fix build failure due to changed apiWilliam Hua2015-04-304-247/+202
* gdkkeys: Add support to _get_scroll_lock_state()Fabiano Fidêncio2015-04-271-0/+8
* mir: Fix build failure due to changed APIWilliam Hua2015-04-071-4/+1
* mir: Fix version annotation, the mir-backend is available since 3.16Rico Tzschichholz2015-03-201-3/+3
* Remove GdkGLProfileEmmanuele Bassi2015-02-121-13/+0
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-122-7/+5
* mir, gl: Ensure we use the 3.2 core profileMarco Trevisan (Treviño)2015-02-121-6/+38
* mir: Switch GDK_GL_PROFILE_DEFAULT to mean 3_2_COREMarco Trevisan (Treviño)2015-02-121-1/+1
* mir, GL: Split GL context creation in two phasesMarco Trevisan (Treviño)2015-02-122-27/+49
* mir: release surface before rendering parentWilliam Hua2015-02-051-4/+3
* mir: don't always request mir surfacesWilliam Hua2015-02-051-10/+10
* mir: reconstruct surface if window is movedWilliam Hua2015-02-051-7/+10
* mir: stop using deprecated surface apiWilliam Hua2015-02-051-10/+11
* mir: fix issues with mouse over parent menuWilliam Hua2015-02-053-28/+130
* mir: add back window hierarchy functionsWilliam Hua2015-02-051-0/+43