| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -2/+2 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since it | George Lebl | 1999-03-15 | 1 | -2/+2 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 1 | -2/+11 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | When sending events to windows with a proxy, set the window field in the | Owen Taylor | 1999-02-23 | 1 | -1/+7 |
* | Some coding style fixups. | Owen Taylor | 1999-02-16 | 1 | -78/+118 |
* | Reverted coding style "fixups" | Owen Taylor | 1999-02-10 | 1 | -416/+401 |
* | asure that ->value_buf always points to an allocated area. | Tim Janik | 1999-02-10 | 1 | -401/+416 |
* | Adjust saved positions of children when resizing a guffaw_gravity = TRUE | Owen Taylor | 1999-02-05 | 1 | -44/+89 |
* | Make sure we set the icon window position before it is shown to prevent | Owen Taylor | 1999-02-02 | 1 | -22/+31 |
* | Change signatures for gdk_drag_begin() and gdk_drag_motion() so that the | Owen Taylor | 1999-01-28 | 1 | -38/+79 |
* | X expects longs, not uint32 for XChangeProperty, when format == 32. | Owen Taylor | 1999-01-23 | 1 | -1/+1 |
* | Default handling for drops should be keyed on GTK_DRAG_DEFAULT_DROP not | Owen Taylor | 1999-01-21 | 1 | -2/+2 |
* | Start off with the cursor for "no drop" since if we'll get a status if we | Owen Taylor | 1999-01-21 | 1 | -1/+1 |
* | Allow button 2 to act as GDK_ACTION_ASK. Also, allow MOD1 to specify | Federico Mena Quintero | 1999-01-20 | 1 | -2/+2 |
* | Make MOD1-drag also do action ask. | Owen Taylor | 1999-01-15 | 1 | -1/+4 |
* | Only remove handlers for motion/button_release at drop, remove | Owen Taylor | 1999-01-11 | 1 | -2/+8 |
* | Fixed some list-manipulation breakage. | Owen Taylor | 1999-01-09 | 1 | -2/+3 |
* | Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that the | Owen Taylor | 1999-01-05 | 1 | -8/+21 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 1 | -10/+10 |
* | Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don't | Owen Taylor | 1998-12-22 | 1 | -1/+5 |
* | Optimization - when we've already found a widget, skip all checks for | Owen Taylor | 1998-12-22 | 1 | -4/+4 |
* | Remove the info tag from the context so if the source unexpectedly | Owen Taylor | 1998-12-17 | 1 | -0/+4 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -3/+2 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -3/+3 |
* | Added GTK_USER_DRAW flag. | Owen Taylor | 1998-12-15 | 1 | -2/+3 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -2/+10 |
* | Added gtk_drag_source_unset() | Owen Taylor | 1998-12-11 | 1 | -0/+24 |
* | Use gdk_window_get_origin() instead of gdk_window_get_position, because | Owen Taylor | 1998-12-11 | 1 | -1/+1 |
* | Changed to 5 min from 10 seconds, so it doesn't abort while users have an | Owen Taylor | 1998-12-03 | 1 | -1/+9 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -2/+2 |
* | New function to get the source widget of a drag. | Owen Taylor | 1998-11-27 | 1 | -5/+56 |
* | Fixed up copyright message. | Owen Taylor | 1998-11-24 | 1 | -12/+12 |
* | Accept drops that are sent to a toplevel but are not within the toplevels | Owen Taylor | 1998-11-18 | 1 | -4/+8 |
* | check if column[i].button is valid before calling gtk_widget_intersect on | Manish Singh | 1998-11-08 | 1 | -5/+0 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -19/+70 |
* | Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. | Owen Taylor | 1998-10-20 | 1 | -4/+5 |
* | Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-10-20 | 1 | -3/+3 |
* | Fixed typo - look for right atom on transfer failures.merge-to-themes-2-6 | Owen Taylor | 1998-10-19 | 1 | -1/+1 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -0/+2343 |