summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Zero out some stack-allocated X structures, to avoid valgrind warningsMatthias Clasen2006-08-151-0/+2
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-0/+22
* Always set protocol. (#342003, Tommi Komulainen)Matthias Clasen2006-05-181-4/+1
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-39/+10
* Make drops on the root window work again. (#145243, Andrew S. Dixon)Matthias Clasen2006-02-021-1/+8
* Fix #317844Matthias Clasen2005-10-261-1/+1
* Various cleanups. (#315359, Kjartan Maraas)Matthias Clasen2005-09-131-3/+3
* Broken pipeMatthias Clasen2005-09-111-6/+6
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* After checking XLib sources, XGetWindowProperty does set data to NULL.Matthias Clasen2005-08-191-1/+0
* Free data returned from XGetWindowProperty.Matthias Clasen2005-08-191-2/+12
* Free children in all cases. (#313862, Kjartan Maraas)Matthias Clasen2005-08-191-1/+5
* Set the time field in the event. (#308573, Morten Welinder)Matthias Clasen2005-06-221-0/+2
* Update the user time on the window when a drop happens. (#169364,Matthias Clasen2005-06-091-0/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-3/+3
* Squash strict aliasing warnings.Owen Taylor2004-11-171-13/+33
* Handle the case that the protocol version in the context is not set yet.Matthias Clasen2004-11-031-1/+21
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Remove debug spew.Matthias Clasen2004-09-011-2/+0
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix C99ism.Morten Welinder2004-08-091-1/+3
* Really fix the initialization of the target list.Matthias Clasen2004-08-061-28/+88
* Fix a warning message.Matthias Clasen2004-07-171-1/+1
* Fix typo; tmp_event -> temp_event.Federico Mena Quintero2004-07-091-1/+1
* Don't leak references to the drag context. (#144324, Alex Larsson)Matthias Clasen2004-07-081-1/+4
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Change _gdk_x11_send_xevent_async() toOwen Taylor2003-07-081-14/+16
* Lookup all the atoms in the target list at once.Owen Taylor2003-07-051-94/+223
* Function to get a range of information about all the children of a windowOwen Taylor2003-07-051-67/+67
* Add a function to XSendEvent() and call a calback on failure/success.Owen Taylor2003-07-051-71/+146
* Use application/x-rootwindow-drop for root window drops. (#108670, AlexOwen Taylor2003-06-091-1/+8
* Comprehensively zero all unused parts of client messages (Mainly Motif DNDOwen Taylor2003-05-201-5/+29
* Patch from Alex Larsson fixing problem with restacking during DND.Owen Taylor2003-04-211-1/+1
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-3/+3
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-061-1/+1
* Always look up and create the Motif drag window as a child of the rootOwen Taylor2002-12-041-4/+4
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-6/+6
* More API docs moved inline.Matthias Clasen2002-10-241-7/+107
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+17
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-071-17/+34
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-35/+35
* Renames:Owen Taylor2002-06-201-1/+1
* 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