summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkdnd-win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32: Fix DnD when drag icon is below the pointerDieter Verfaillie2011-11-101-19/+60
* win32: dnd should not be registerd for offscreen windowsDieter Verfaillie2011-11-101-0/+3
* win32: no more GdkNativeWindow and related changesHans Breuer2011-02-061-17/+16
* win32: gdk3 resurrectionHans Breuer2011-01-021-61/+82
* Add vtables for DNDMatthias Clasen2010-12-211-34/+0
* Make it compile again for WindowsTor Lillqvist2010-10-071-7/+8
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-221-5/+14
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-74/+148
* Remove some deprecated stuff from GdkWindowJavier Jardón2010-05-121-1/+1
* Don't use g_drag_context_refTor Lillqvist2010-05-101-2/+2
* Remove deprecated code from GdkDndJavier Jardón2010-05-031-16/+0
* Make the OLE2 DND code selectable at run-time instead of compile-timeTor Lillqvist2009-12-171-405/+380
* Add copyright note and comment for merged old codeTor Lillqvist2009-12-161-0/+39
* Work on OLE2-based generic DNDTor Lillqvist2009-12-161-385/+899
* Awful hack for problem in dnd of images from Firefox on WindowsTor Lillqvist2009-11-151-1/+77
* Bug 573067 - Intra-app dnd of text behavior on Windows is wrongTor Lillqvist2009-03-111-9/+67
* Use G_DEFINE_TYPE. Some debugging printout changes. Hacking on theTor Lillqvist2009-03-111-123/+132
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-5/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 524151 - Dragging of 0-byte files results in an empty filename onTor Lillqvist2008-03-241-8/+13
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-291-56/+17
* Set the actions and suggested_action fields in the GdkDragContext toTor Lillqvist2005-06-171-0/+2
* Take multi-monitor offset into account. (#302525)Tor Lillqvist2005-04-301-2/+2
* gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, justTor Lillqvist2005-03-161-1/+1
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-161-3/+3
* Use wide character API when available. Use UTF-8 for filenames.Tor Lillqvist2004-12-191-70/+96
* Add drop_failed, like in the X11 backend. Nothing sets it, though.Tor Lillqvist2004-08-271-2/+16
* Put back the ref_count field in the GdkDragContextPrivateWin32 struct (butTor Lillqvist2004-05-151-5/+10
* Add multi-monitor offset. (#141842, John Ehresman)Tor Lillqvist2004-05-051-2/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* set current_dest_drag to NULL when destroying, fixes bug #120007. AlsoHans Breuer2004-02-281-8/+10
* Merge from stable:Tor Lillqvist2003-12-141-1/+1
* New function, callback proc for EnumWindows().Tor Lillqvist2003-06-301-64/+104
* gdk/win32/gdkprivate-win32.h Rename all global variables and functions toTor Lillqvist2002-11-121-5/+5
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-071-8/+10
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-2/+2
* Use gdk_window_get_toplevel(), as it is the top-level windows that areTor Lillqvist2002-03-191-1/+4
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-171-6/+17
* Apply the same fixes and improvements as to the gtk-1-3-win32-productionTor Lillqvist2002-01-101-52/+43
* New file, hand-written wrapper for the Wintab library.Tor Lillqvist2001-10-291-2/+0
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-281-2/+2
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-3/+3
* updated externalsHans Breuer2001-08-191-34/+390
* gdk/gdk.def Update.Tor Lillqvist2000-11-111-3/+4
* Update.Tor Lillqvist2000-10-091-9/+8
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-56/+97