summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* Minor doc cleanupMatthias Clasen2016-08-191-1/+1
* Remove an outdated commentMatthias Clasen2016-08-191-1/+0
* wayland: Postpone processing move_to_rect params until showingJonas Ådahl2016-08-181-0/+53
* gdkwindow: Use toplevel for getting root cords in move_to_rect()Jonas Ådahl2016-08-181-1/+36
* wayland: Don't traverse transient-ofs when faking root coordinate spaceJonas Ådahl2016-08-181-67/+32
* wayland: Use effective toplevel as popup parentJonas Ådahl2016-08-181-1/+4
* 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
* Really fix unlinkage for shm_openMatthias Clasen2016-08-111-1/+1
* 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
* wayland: Link against librtMatthias Clasen2016-08-071-1/+1
* gdkwindow: Fix potential NULL pointer dereferences in event codePhilip Withnall2016-08-071-2/+2
* W32: Prefer the deadkey combinations that the OS usesРуслан Ижбулатов2016-08-042-14/+414
* GDK W32: Cache multiple keyboard layouts simultaneouslyРуслан Ижбулатов2016-08-045-337/+679
* GDK W32: Support UTF-16 surrogate pairs passed via VK_PACKETРуслан Ижбулатов2016-07-282-11/+72
* Don't apply GDK_HINT_RESIZE_INC to GDK_WINDOW_STATE_TILED windowsSimon McVittie2016-07-251-5/+5
* Avoid a division by zeroMatthias Clasen2016-07-251-1/+2
* Opt in to structured loggingMatthias Clasen2016-07-227-0/+7
* wayland: Fix buildCarlos Garnacho2016-07-221-1/+1
* wayland: Use wl_fixed_t on wp_tablet_tool angle argumentsCarlos Garnacho2016-07-221-13/+17
* wayland: Update current tablet support to using v2Carlos Garnacho2016-07-224-67/+77
* mir: implement gdk_window_move_to_rect ()William Hua2016-07-191-16/+114
* gdkwindow: add gdk_window_move_to_rect ()William Hua2016-07-197-1/+417
* gdkwindow: store transient_for windowWilliam Hua2016-07-192-0/+3
* gdkwindow: store shadow sizesWilliam Hua2016-07-192-0/+9
* docs: Improve gdk_window_create_similar_image_surface()Emmanuele Bassi2016-07-111-0/+19
* wayland: remove unneeded statementOlivier Fourdan2016-07-041-2/+0
* wayland: return child only in device_query_state()Olivier Fourdan2016-07-041-1/+2
* wayland: Separate selection buffers and other per-selection atom dataCarlos Garnacho2016-06-301-38/+60
* wayland: Implement gdk_utf8_to_string_targetCarlos Garnacho2016-06-301-1/+59
* gdk: actually fix the previous commitIgnacio Casal Quinteiro2016-06-291-1/+1
* gdk: do not provide display command line argument on windowsIgnacio Casal Quinteiro2016-06-291-0/+2
* wayland: do not set PRIMARY selection if focus is lostOlivier Fourdan2016-06-201-0/+3
* wayland: fall back to shm_open if memfd unavailableRay Strode2016-06-161-3/+38
* wayland: fix error handling for memfd_createRay Strode2016-06-161-10/+21
* gdk: Unset the DrawingContext <-> cairo_t link on disposeEmmanuele Bassi2016-06-121-0/+6
* gdk: Try harder at tracking drawing contextsEmmanuele Bassi2016-06-123-11/+10
* Avoid a deprecation warningEmmanuele Bassi2016-06-091-0/+4
* gdk: Deprecate gdk_cairo_create()Emmanuele Bassi2016-06-092-1/+12
* gdk: Explicitly create a cairo context inside GdkDrawingContextEmmanuele Bassi2016-06-093-2/+39