summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Drop gdk_wayland_drag_context_get_dnd_windowMatthias Clasen2015-12-022-14/+0
* Add gdk_drag_context_get_drag_windowMatthias Clasen2015-12-015-0/+75
* Revert "gdk_pixbuf_get_from_window: honor device scale"Benjamin Otte2015-12-021-12/+4
* wayland: Remove unused variableBenjamin Otte2015-12-021-1/+0
* wayland: re-configure surface even if size matchesOlivier Fourdan2015-12-011-5/+0
* wayland: Invert drop_finished/button release call orderCarlos Garnacho2015-12-011-1/+1
* wayland: Store requested target on GdkWaylandSelectionCarlos Garnacho2015-12-011-6/+4
* wayland: Refactor selection ownershipCarlos Garnacho2015-11-301-14/+13
* GDK W32: Add a comment for clarityРуслан Ижбулатов2015-11-261-0/+3
* GDK W32: Clarify the use of the second argument to SetWindowPos()Руслан Ижбулатов2015-11-261-10/+24
* GDK W32: Don't use SetWindowLong() to set/unset WS_EX_TOPMOSTРуслан Ижбулатов2015-11-261-8/+38
* wayland: Use xdg shell protocol from wayland-protocolsJonas Ådahl2015-11-263-489/+3
* wayland: Use pointer gestures protocol from wayland-protocolsJonas Ådahl2015-11-265-235/+78
* wayland: remove embarrassing g_print()sCarlos Garnacho2015-11-241-4/+0
* wayland: Do not store the grab cursor separatelyCarlos Garnacho2015-11-241-19/+3
* device: Fix disposeCarlos Garnacho2015-11-241-7/+10
* wayland: Plug surface leakCarlos Garnacho2015-11-242-1/+9
* GDK W32: Only restack windows with matching always-on-top statusРуслан Ижбулатов2015-11-221-3/+46
* GDK W32: Refactor restacking functions a bitРуслан Ижбулатов2015-11-221-82/+95
* wayland: Set a null cursor surface when cursor buffer is nullJonas Ådahl2015-11-201-4/+15
* wayland: Ensure we have a drop-side GdkDragContext without pointerCarlos Garnacho2015-11-203-10/+9
* wayland: Fix toplevel lookup before starting DnDCarlos Garnacho2015-11-191-1/+3
* wayland: Implement GdkDevice::window_at_position for touchCarlos Garnacho2015-11-191-6/+35
* wayland: Disallow setting the cursor on the touch master pointerCarlos Garnacho2015-11-191-0/+3
* wayland: Ensure we get the master pointer on GdkDeviceManager::get_client_poi...Carlos Garnacho2015-11-191-11/+6
* wayland: Separate touch pointer emulation into its own master pointerCarlos Garnacho2015-11-191-2/+72
* wayland: Avoid a crashMatthias Clasen2015-11-191-5/+2
* Document GDK_TOUCHPAD_GESTURE_MASKMatthias Clasen2015-11-191-0/+1
* wayland: Move additional pointer buttons after the old 4-7 scrolling onesCarlos Garnacho2015-11-171-5/+13
* x11: Add "pointer" to the is-not-a-touchscreen device name checksCarlos Garnacho2015-11-171-0/+1
* x11: Try harder to find a core pointerMatthias Clasen2015-11-161-11/+18
* x11: Do not misdetect mice with abs axes as touchscreensCarlos Garnacho2015-11-141-1/+2
* wayland: Translate virtual modifiers tooRui Matos2015-11-141-0/+12
* win32: do not use g_clear_pointer also on the clipboard windowIgnacio Casal Quinteiro2015-11-131-2/+6
* win32: do not use g_clear_pointer to destroy the windowIgnacio Casal Quinteiro2015-11-131-1/+6
* win32: destroy clipboard notification window on disposeIgnacio Casal Quinteiro2015-11-122-21/+28
* win32: chain up on display disposeIgnacio Casal Quinteiro2015-11-121-1/+3
* gdk: Fix invalidation w/ pixel cache when changing child window geometry.Alexander Larsson2015-11-091-7/+17
* docs: Fix typo in gdk_screen_get_scale_factor()Emmanuele Bassi2015-11-041-1/+1
* GdkDevice: Do not free construct-only properties data on dispose()Carlos Garnacho2015-11-031-15/+21
* x11: Detect single-touch touchscreens as GDK_SOURCE_TOUCHSCREENCarlos Garnacho2015-11-031-0/+35
* gdkrgba: Use %g instead of %.17g to print alphaBenjamin Otte2015-11-021-1/+1
* mir: Print hscroll and vscroll values when debugging.Cemil Azizoglu2015-11-021-0/+2
* win32: handle WM_DISPLAYCHANGE globallyPaolo Borelli2015-10-313-14/+84
* wayland: configure clients that resize themselvesOlivier Fourdan2015-10-281-4/+0
* 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
* gdkpixbuf-drawable: reinstate accidentally removed lineLars Uebernickel2015-10-271-0/+1
* gdk_pixbuf_get_from_window: honor device scaleLars Uebernickel2015-10-271-5/+12