summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Deprecate the gdk_window_begin/end_paint family of functionsEmmanuele Bassi2016-06-092-6/+8
* Associate the drawing context to the Cairo contextEmmanuele Bassi2016-06-093-31/+35
* Add GdkDrawingContextEmmanuele Bassi2016-06-099-19/+449
* Add frame drawing API to GdkWindowEmmanuele Bassi2016-06-093-162/+298
* wayland: Make sure window titles fit into a wl_bufferTimm Bäder2016-06-081-1/+8
* wayland: add extended state for tiledOlivier Fourdan2016-06-081-2/+14
* GDK W32: Fix dragging AeroSnap applicationРуслан Ижбулатов2016-06-051-5/+5
* gdktypes: Update docs for GDK_GRAB_FAILEDPavel Grunt2016-06-031-1/+1
* wayland: Provide information about scroll devicesMatthias Clasen2016-06-011-15/+139
* x11: Mark trackpoints as GDK_SOURCE_TRACKPOINTMatthias Clasen2016-06-011-0/+3
* gdk: Add GDK_SOURCE_TRACKPOINTMatthias Clasen2016-06-011-1/+4
* wayland: Better debug info for scroll axesMatthias Clasen2016-05-311-7/+45
* x11: Replace RROutput with XID as used in GdkX11MonitorRico Tzschichholz2016-05-271-1/+1
* Silence a compiler warningEmmanuele Bassi2016-05-261-1/+1