summaryrefslogtreecommitdiff
path: root/gdk/mir
Commit message (Expand)AuthorAgeFilesLines
* gdk: Drop gdk_window_reparentwip/alexl/simplify-gdkwindowAlexander Larsson2016-12-161-11/+0
* gdk: Drop support for native (and thus foreign) subwindowsAlexander Larsson2016-12-161-32/+0
* mir: swap buffers on paintWilliam Hua2016-12-081-4/+1
* mir: fix type warningWilliam Hua2016-12-051-1/+1
* mir: fix build failuresWilliam Hua2016-12-053-13/+16
* mir: implement display monitor vfuncsWilliam Hua2016-12-051-0/+76
* gdkgl: Add gdk_gl_context_get_damage()Benjamin Otte2016-12-051-20/+39
* gdk: Make gdk_window_begin_draw_frame() take a draw contextBenjamin Otte2016-12-051-2/+12
* gdk: Turn GdkGLContext into a GdkDrawContextBenjamin Otte2016-12-051-1/+0
* glcontext: Make begin/end_draw() pairedBenjamin Otte2016-12-051-1/+1
* gdk: Large GL refactoringBenjamin Otte2016-12-052-62/+20
* gdk: Make GdkDrawingContext not per-backendBenjamin Otte2016-11-304-68/+0
* mir: fix build failuresWilliam Hua2016-11-273-67/+1
* API: Remove gdk_window_process_all_updates()Benjamin Otte2016-11-231-14/+0
* gdk: Make each backend have a custom GdkDrawingContext subclassBenjamin Otte2016-11-204-0/+67
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-074-6/+5
* gdkwindow: Remove GdkWindowAttr.type_hintBenjamin Otte2016-11-061-3/+0
* API: gdk: Remove title from gdk_window_new()Benjamin Otte2016-11-051-4/+1
* API: gdk: Remove gdk_window_set_override_redirect()Benjamin Otte2016-11-051-8/+0
* mir: Remove all mentions of visualsBenjamin Otte2016-11-041-9/+0
* gdk: Remove visual APIs from GdkScreenBenjamin Otte2016-11-041-24/+0
* API: screen: Remove gdk_screen_is_composited()Benjamin Otte2016-10-291-9/+0
* API: gdk: Remove visual querying APIsBenjamin Otte2016-10-281-76/+0
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-15/+2
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-2/+2
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-26/+0
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-162-16/+0
* screen: Remove unused vfuncBenjamin Otte2016-10-161-9/+0
* API: screen: Remove gdk_screen_make_display_name()Benjamin Otte2016-10-161-8/+0
* API: screen: Remove gdk_screen_get_active_window()Benjamin Otte2016-10-161-16/+0
* API: gdk: Remove gdk_screen_get_number()Benjamin Otte2016-10-161-9/+0
* Rename Makefile references from 3.0 to 4.0Matthias Clasen2016-10-071-2/+2
* Do not filter out small scroll event fractionsAndreas Pokorny2016-09-261-2/+2
* mir: group DND, tooltips, and notifications with menu-type windowsWilliam Hua2016-08-121-7/+7
* Remove outdated commentsAndreas Pokorny2016-08-111-1/+0
* Use Menus to implement tooltipsAndreas Pokorny2016-08-111-10/+3
* Fix execution of dialogAndreas Pokorny2016-08-111-0/+6
* Only apply type hint if it would map to a different mir surface typeAndreas Pokorny2016-08-101-1/+41
* Apply geometry hints to mir surfaceAndreas Pokorny2016-08-101-2/+44
* Apply and forward title changes of gdk windowsAndreas Pokorny2016-08-101-1/+36
* Only update surface spec when there is no spec change pendingAndreas Pokorny2016-08-101-5/+31
* Rework window construction - only recreate surface when necessaryAndreas Pokorny2016-08-104-73/+98
* Forward repeated key presses as further down keysAndreas Pokorny2016-08-101-22/+11
* Fix warning on newer version so mir 0.22 and newerAndreas Pokorny2016-08-101-0/+2
* Fix gcc warning on potentially uninitialized gdk_event.Andreas Pokorny2016-08-101-12/+7
* Use the surface output event to keep track of the suggested scale valueAndreas Pokorny2016-08-103-2/+54
* Opt in to structured loggingMatthias Clasen2016-07-221-0/+1
* mir: implement gdk_window_move_to_rect ()William Hua2016-07-191-16/+114
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-101-2/+2
* Save scancode inside GdkEventPrivateFrediano Ziglio2016-04-211-0/+1