summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix coordinate translations, once and for all.Owen Taylor2002-01-081-23/+23
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-4/+4
* don't forget to offset the pointer by x/y_offset into the new window whenTim Janik2002-01-071-3/+3
* At least don't infinite loop if the widget and window heirarchies don'tOwen Taylor2002-01-041-14/+50
* Free dash list if necessary.Anders Carlsson2002-01-031-1/+3
* Connect gtk_drag_hightlight_expose _after_, so it works with widgets thatOwen Taylor2001-12-261-3/+3
* Update xsettings name.Anders Carlsson2001-12-091-3/+7
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-1/+1
* gtk/gtkbutton.[ch] fixed inline commentsSven Neumann2001-10-261-2/+1
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-3/+3
* Documentation updates. Updates.Matthias Clasen2001-10-171-14/+13
* Allow NUOL for @target_list to mean, use gtk_drag_dest_get_target_listOwen Taylor2001-10-031-8/+20
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-18/+1
* add default iconHavoc Pennington2001-08-291-4/+5
* Make compile.Owen Taylor2001-07-051-2/+3
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-25/+40
* Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)Owen Taylor2001-06-251-155/+309
* New function for getting toplevel window at position.Alexander Larsson2001-05-071-5/+5
* Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBSOwen Taylor2001-04-171-4/+4
* Updated.Owen Taylor2001-04-031-1/+1
* 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