| Commit message (Expand) | Author | Age | Files | Lines |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | win32: Don't double free stuff when finalizing drag context | Alexander Larsson | 2011-11-21 | 1 | -8/+0 |
* | win32: Make gdk_drag_context_new static | Alexander Larsson | 2011-11-21 | 1 | -1/+1 |
* | win32: get rid of GdkDragContextPrivateWin32 and related machinery. | Dieter Verfaillie | 2011-11-21 | 1 | -127/+118 |
* | win32: Fix DnD when drag icon is below the pointer | Dieter Verfaillie | 2011-11-10 | 1 | -19/+60 |
* | win32: dnd should not be registerd for offscreen windows | Dieter Verfaillie | 2011-11-10 | 1 | -0/+3 |
* | win32: no more GdkNativeWindow and related changes | Hans Breuer | 2011-02-06 | 1 | -17/+16 |
* | win32: gdk3 resurrection | Hans Breuer | 2011-01-02 | 1 | -61/+82 |
* | Add vtables for DND | Matthias Clasen | 2010-12-21 | 1 | -34/+0 |
* | Make it compile again for Windows | Tor Lillqvist | 2010-10-07 | 1 | -7/+8 |
* | Do not use deprecated gdk_display_get_core_pointer() | Javier Jardón | 2010-09-22 | 1 | -5/+14 |
* | Merge the xi2-for-master branch | Matthias Clasen | 2010-05-25 | 1 | -74/+148 |
* | Remove some deprecated stuff from GdkWindow | Javier Jardón | 2010-05-12 | 1 | -1/+1 |
* | Don't use g_drag_context_ref | Tor Lillqvist | 2010-05-10 | 1 | -2/+2 |
* | Remove deprecated code from GdkDnd | Javier Jardón | 2010-05-03 | 1 | -16/+0 |
* | Make the OLE2 DND code selectable at run-time instead of compile-time | Tor Lillqvist | 2009-12-17 | 1 | -405/+380 |
* | Add copyright note and comment for merged old code | Tor Lillqvist | 2009-12-16 | 1 | -0/+39 |
* | Work on OLE2-based generic DND | Tor Lillqvist | 2009-12-16 | 1 | -385/+899 |
* | Awful hack for problem in dnd of images from Firefox on Windows | Tor Lillqvist | 2009-11-15 | 1 | -1/+77 |
* | Bug 573067 - Intra-app dnd of text behavior on Windows is wrong | Tor Lillqvist | 2009-03-11 | 1 | -9/+67 |
* | Use G_DEFINE_TYPE. Some debugging printout changes. Hacking on the | Tor Lillqvist | 2009-03-11 | 1 | -123/+132 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -5/+5 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 524151 - Dragging of 0-byte files results in an empty filename on | Tor Lillqvist | 2008-03-24 | 1 | -8/+13 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 1 | -56/+17 |
* | Set the actions and suggested_action fields in the GdkDragContext to | Tor Lillqvist | 2005-06-17 | 1 | -0/+2 |
* | Take multi-monitor offset into account. (#302525) | Tor Lillqvist | 2005-04-30 | 1 | -2/+2 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 1 | -1/+1 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -3/+3 |
* | Use wide character API when available. Use UTF-8 for filenames. | Tor Lillqvist | 2004-12-19 | 1 | -70/+96 |
* | Add drop_failed, like in the X11 backend. Nothing sets it, though. | Tor Lillqvist | 2004-08-27 | 1 | -2/+16 |
* | Put back the ref_count field in the GdkDragContextPrivateWin32 struct (but | Tor Lillqvist | 2004-05-15 | 1 | -5/+10 |
* | Add multi-monitor offset. (#141842, John Ehresman) | Tor Lillqvist | 2004-05-05 | 1 | -2/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | set current_dest_drag to NULL when destroying, fixes bug #120007. Also | Hans Breuer | 2004-02-28 | 1 | -8/+10 |
* | Merge from stable: | Tor Lillqvist | 2003-12-14 | 1 | -1/+1 |
* | New function, callback proc for EnumWindows(). | Tor Lillqvist | 2003-06-30 | 1 | -64/+104 |
* | gdk/win32/gdkprivate-win32.h Rename all global variables and functions to | Tor Lillqvist | 2002-11-12 | 1 | -5/+5 |
* | Add gdk_drag_find_window_for_screen(), so that we can interpret x_root / | Owen Taylor | 2002-10-07 | 1 | -8/+10 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -2/+2 |
* | Use gdk_window_get_toplevel(), as it is the top-level windows that are | Tor Lillqvist | 2002-03-19 | 1 | -1/+4 |
* | Massive changes. Too many to list here, but I'll try a summary: | Tor Lillqvist | 2002-02-17 | 1 | -6/+17 |
* | Apply the same fixes and improvements as to the gtk-1-3-win32-production | Tor Lillqvist | 2002-01-10 | 1 | -52/+43 |
* | New file, hand-written wrapper for the Wintab library. | Tor Lillqvist | 2001-10-29 | 1 | -2/+0 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 1 | -2/+2 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -3/+3 |
* | updated externals | Hans Breuer | 2001-08-19 | 1 | -34/+390 |
* | gdk/gdk.def Update. | Tor Lillqvist | 2000-11-11 | 1 | -3/+4 |
* | Update. | Tor Lillqvist | 2000-10-09 | 1 | -9/+8 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |