summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore all client events that were sent to a window that we don't knowOwen Taylor2002-06-131-15/+50
* Fix prepending at the start of the list. (#56349, Thomas Leonard.)Owen Taylor2002-05-141-0/+2
* Doc updates.Matthias Clasen2002-05-021-0/+11
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-344/+438
* Keep the length of the anti-expose queue finite, by if it gets too long,Owen Taylor2002-02-061-5/+7
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-171-219/+68
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-100/+91
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-69/+69
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+1
* new function for mapping a window without fooling with stacking order, butHavoc Pennington2001-06-281-2/+2
* Remove unused variable.Owen Taylor2001-01-171-2/+0
* Fix a bunch of functions that should have been marked static.Owen Taylor2000-11-021-10/+10
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-1/+7
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-91/+133
* A bit of editing.Owen Taylor2000-05-151-0/+5
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-2/+2
* Merges from gtk-1-2Owen Taylor2000-03-141-21/+31
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-64/+64
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-3/+2
* StartedOwen Taylor1999-10-011-2/+5
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-38/+38
* 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