summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-2/+2
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since itGeorge Lebl1999-03-151-2/+2
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-2/+11
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-231-1/+7
* Some coding style fixups.Owen Taylor1999-02-161-78/+118
* Reverted coding style "fixups"Owen Taylor1999-02-101-416/+401
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-101-401/+416
* Adjust saved positions of children when resizing a guffaw_gravity = TRUEOwen Taylor1999-02-051-44/+89
* Make sure we set the icon window position before it is shown to preventOwen Taylor1999-02-021-22/+31
* Change signatures for gdk_drag_begin() and gdk_drag_motion() so that theOwen Taylor1999-01-281-38/+79
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-231-1/+1
* Default handling for drops should be keyed on GTK_DRAG_DEFAULT_DROP notOwen Taylor1999-01-211-2/+2
* Start off with the cursor for "no drop" since if we'll get a status if weOwen Taylor1999-01-211-1/+1
* Allow button 2 to act as GDK_ACTION_ASK. Also, allow MOD1 to specifyFederico Mena Quintero1999-01-201-2/+2
* Make MOD1-drag also do action ask.Owen Taylor1999-01-151-1/+4
* Only remove handlers for motion/button_release at drop, removeOwen Taylor1999-01-111-2/+8
* Fixed some list-manipulation breakage.Owen Taylor1999-01-091-2/+3
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-051-8/+21
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-241-10/+10
* Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don'tOwen Taylor1998-12-221-1/+5
* Optimization - when we've already found a widget, skip all checks forOwen Taylor1998-12-221-4/+4
* Remove the info tag from the context so if the source unexpectedlyOwen Taylor1998-12-171-0/+4
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-3/+3
* Added GTK_USER_DRAW flag.Owen Taylor1998-12-151-2/+3
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-2/+10
* Added gtk_drag_source_unset()Owen Taylor1998-12-111-0/+24
* Use gdk_window_get_origin() instead of gdk_window_get_position, becauseOwen Taylor1998-12-111-1/+1
* Changed to 5 min from 10 seconds, so it doesn't abort while users have anOwen Taylor1998-12-031-1/+9
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-2/+2
* New function to get the source widget of a drag.Owen Taylor1998-11-271-5/+56
* Fixed up copyright message.Owen Taylor1998-11-241-12/+12
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-181-4/+8
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-081-5/+0
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-19/+70
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-201-4/+5
* Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-10-201-3/+3
* Fixed typo - look for right atom on transfer failures.merge-to-themes-2-6Owen Taylor1998-10-191-1/+1
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-0/+2343