summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-231-14/+71
* Change signatures for gdk_drag_begin() and gdk_drag_motion() so that theOwen Taylor1999-01-281-57/+173
* ByteswapOwen Taylor1999-01-241-5/+5
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-231-72/+92
* Set and read the XdndActionList property defined in the Xdnd spec. We doOwen Taylor1999-01-211-11/+110
* Move not-null assertion before pointer de-ref.Jeff Garzik1999-01-211-2/+3
* Fixed some list-manipulation breakage.Owen Taylor1999-01-091-1/+6
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-051-2/+2
* Removed features.h test.Jeff Garzik1999-01-021-6/+22
* Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don'tOwen Taylor1998-12-221-2/+2
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-181-27/+69
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-21/+68
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-106/+2802
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-13/+31
* Code that compiles is nice... let's try again.Owen Taylor1998-05-131-2/+2
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-131-2/+2
* When setting up the drag cursor as a shaped window, make sure to hide the pre...Elliot Lee1998-04-091-2/+8
* a little more debugging code.Elliot Lee1998-04-011-0/+5
* Remove unused variable -migArturo Espinosa1998-03-311-2/+0
* First fix: Move the window first, display it after (this removes one ofMiguel de Icaza1998-03-311-3/+8
* Various minor cleanups related to -WOwen Taylor1998-03-111-2/+2
* DnD bugfixes (hopefully :). Rasters code is still buggy, methinks - try the d...Elliot Lee1998-03-101-0/+5
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-021-1/+2
* new functions for setting WM hintsOwen Taylor1998-02-271-0/+138