summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* make this somewhat key-navigableHavoc Pennington2001-03-241-2/+6
* sync to tree changesHavoc Pennington2001-01-191-18/+78
* Remove unused variable.Owen Taylor2001-01-171-128/+180
* Doh! Mixed up x and y.72001-01-171-4/+14
* Fix bugs Alex found:Havoc Pennington2000-12-041-3/+0
* removed accidentally committed debugging messageOwen Taylor2000-11-141-2/+0
* Fix srcdir != builddirOwen Taylor2000-11-141-0/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Ignore calls with <= width or height.Owen Taylor2000-07-031-5/+2
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-2/+0
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-13/+23
* (follow-on from previous commit)Elliot Lee2000-06-201-0/+2
* Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed outOwen Taylor2000-06-111-1/+1
* A bit of editing.Owen Taylor2000-05-151-26/+26
* Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>Paolo Molaro2000-05-061-0/+2
* Merges from gtk-1-2Owen Taylor2000-03-141-4/+14
* Add some sanity checks if the widget passed to gtk_drag_get_data() was notOwen Taylor2000-02-011-2/+2
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-1/+8
* Adapt cast macros to standard.Raja R Harinath1999-11-221-99/+249
* 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