summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkdnd-win32.c
Commit message (Expand)AuthorAgeFilesLines
* win32: Remove unused fileBenjamin Otte2018-05-071-3231/+0
* dnd: Add a private structBenjamin Otte2018-05-031-1/+1
* dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-031-18/+0
* gdk: Remove gdk_drag_grop_succeeded()Benjamin Otte2018-05-031-9/+0
* dnd: Make GdkDragContext::device a (construct-only) propertyBenjamin Otte2018-04-271-2/+1
* GDK W32: adapt to GdkDragProtocol removalРуслан Ижбулатов2018-03-291-10/+10
* GDK W32: Adapt DnD event putting to recent changeslrn/bug-773299Руслан Ижбулатов2018-03-241-22/+28
* GDK W32: Don't check dest_surface for != NULL on button eventsРуслан Ижбулатов2018-03-241-2/+1
* Convert all references to GdkEvent->surfaceAlexander Larsson2018-03-201-2/+2
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-110/+110
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-54/+54
* Allow binding GdkContentFormatsBuilderEmmanuele Bassi2018-02-031-1/+1
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-3/+3
* GDK W32: Remove non-managed DnD codeРуслан Ижбулатов2018-01-101-107/+82
* Drop gdk_atom_nameMatthias Clasen2017-12-131-2/+1
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-1/+0
* dnd: Pass dx/dy instead of x_root/y_rootBenjamin Otte2017-12-111-2/+7
* dnd: Add gdk_drag_context_get_display()Benjamin Otte2017-12-101-2/+3
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-031-28/+0
* GDK W32: Make sure drag source window is not NULLРуслан Ижбулатов2017-12-021-0/+2
* GDK W32: Preserve the target value for change_property()Руслан Ижбулатов2017-12-021-0/+3
* Fix a nefarious typoРуслан Ижбулатов2017-12-021-1/+1
* GDK W32: Ensure that selection request is processedРуслан Ижбулатов2017-12-021-3/+6
* W32: Massive W32 DnD fixРуслан Ижбулатов2017-12-021-462/+1283
* GDK W32: Fix a typo in OLE2 DnD codeРуслан Ижбулатов2017-12-021-1/+1
* GDK W32: More flexible modal operation modeРуслан Ижбулатов2017-12-021-2/+2
* GDK/Win32: Fix build after GDK Root Window and DND changesChun-wei Fan2017-11-221-14/+19
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-2/+2
* win32: Remove all uses of get_root_windowMatthias Clasen2017-11-141-7/+1
* win32: Stop using gdk_display_get_root_windowMatthias Clasen2017-11-051-2/+2
* gdk/win32: Fix build after GdkScreen and cursor cleanupsChun-wei Fan2017-11-041-2/+3
* dnd: Drop GdkScreen from apisMatthias Clasen2017-10-311-2/+1
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-3/+0
* gdk/dnd: Don't use default display when getting cursorJonas Ådahl2016-04-261-0/+1
* win32: Remove _gdk_display usge from dnd codeBenjamin Otte2016-02-111-35/+17
* win32: Remove deprecation warnings in dnd codeBenjamin Otte2016-02-111-27/+15
* win32: remove _gdk_root global variablePaolo Borelli2016-01-141-2/+2
* Win32: move CoInitialize to dnd initPaolo Borelli2015-12-171-0/+4
* win32: Use GdkSeatDefault to implement GdkSeatCarlos Garnacho2015-12-151-0/+9
* gdk: Allow passing the start coordinates in drag_beginMatthias Clasen2015-12-131-1/+3
* win32: fix warnings about signed/unsigned mismatchIgnacio Casal Quinteiro2015-10-161-1/+1
* GDK-W32: remove trailing whitespace everywhereРуслан Ижбулатов2015-04-291-1/+1
* Fix various warnings about unused thingsРуслан Ижбулатов2014-08-131-3/+0
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-3/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* Define INITGUID only for mingw.org compilerHib Eris2013-06-021-0/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* win32: Don't double free stuff when finalizing drag contextAlexander Larsson2011-11-211-8/+0
* win32: Make gdk_drag_context_new staticAlexander Larsson2011-11-211-1/+1
* win32: get rid of GdkDragContextPrivateWin32 and related machinery.Dieter Verfaillie2011-11-211-127/+118