]> Pileus Git - ~andy/gtk/history - gtk/gtkdnd.c
applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
[~andy/gtk] / gtk / gtkdnd.c
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-03 Owen TaylorIgnore calls with <= width or height.
2000-07-02 Owen TaylorAdd gdk_rgb_find_color() to get a pixel value using...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-20 Elliot Lee(follow-on from previous commit)
2000-06-11 Owen TaylorFix cut and paste typo where wrong pixmap was being...
2000-05-15 Owen TaylorA bit of editing.
2000-05-06 Paolo MolaroSat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus...
2000-03-14 Owen TaylorMerges from gtk-1-2
2000-02-01 Owen TaylorAdd some sanity checks if the widget passed to gtk_drag...
1999-12-11 Tor LillqvistMust mark also gdk_error_warnings and gdk_error_code...
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-09-29 Owen TaylorChanged from #if GDK_WINDOWING == GDK_WINDOWING_X11...
1999-03-17 Tor LillqvistMerge in Win32 version: Define macro GDKVAR for declari...
1999-03-15 George Leblswap the gtk_drag_highlight_expose and gtk_drag_highlig...
1999-03-15 Tor LillqvistThis might seem like a large patch, but it isn't that...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-23 Owen TaylorWhen sending events to windows with a proxy, set the...
1999-02-16 Owen TaylorSome coding style fixups.
1999-02-10 Owen TaylorReverted coding style "fixups"
1999-02-10 Tim Janikasure that ->value_buf always points to an allocated...
1999-02-05 Owen TaylorAdjust saved positions of children when resizing a...
1999-02-02 Owen TaylorMake sure we set the icon window position before it...
1999-01-28 Owen TaylorChange signatures for gdk_drag_begin() and gdk_drag_mot...
1999-01-23 Owen TaylorX expects longs, not uint32 for XChangeProperty, when...
1999-01-21 Owen TaylorDefault handling for drops should be keyed on GTK_DRAG_...
1999-01-21 Owen TaylorStart off with the cursor for "no drop" since if we...
1999-01-20 Federico Mena QuinteroAllow button 2 to act as GDK_ACTION_ASK. Also, allow...
1999-01-15 Owen TaylorMake MOD1-drag also do action ask.
1999-01-11 Owen TaylorOnly remove handlers for motion/button_release at drop...
1999-01-09 Owen TaylorFixed some list-manipulation breakage.
1999-01-05 Owen TaylorMake gtk_propagate_event() non-static, we need it in...
1998-12-24 Jeff Garzikremoved unused var 64-bit cast point to const data...
1998-12-22 Owen TaylorRequest XmTRANFER_FAILURE on Motif drops not within...
1998-12-22 Owen TaylorOptimization - when we've already found a widget, skip...
1998-12-17 Owen TaylorRemove the info tag from the context so if the source...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorAdded GTK_USER_DRAW flag.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-11 Owen TaylorAdded gtk_drag_source_unset()
1998-12-11 Owen TaylorUse gdk_window_get_origin() instead of gdk_window_get_p...
1998-12-03 Owen TaylorChanged to 5 min from 10 seconds, so it doesn't abort...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-27 Owen TaylorNew function to get the source widget of a drag.
1998-11-24 Owen TaylorFixed up copyright message.
1998-11-18 Owen TaylorAccept drops that are sent to a toplevel but are not...
1998-11-08 Manish Singhcheck if column[i].button is valid before calling gtk_w...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-20 Owen TaylorAlways send "drag_leave" to dests without GTK_DEST_DEFA...
1998-10-20 Paolo MolaroTue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus...
1998-10-19 Owen TaylorFixed typo - look for right atom on transfer failures.
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...