summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
Commit message (Expand)AuthorAgeFilesLines
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+0
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-2/+2
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-5/+5
* Bug 608218 - GtkOffscreenWindow causes bad window with GtkEntryCody Russell2010-06-011-0/+3
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-27/+100
* Move documentation to inline comments: GdkWindowTadej Borovšak2010-05-141-0/+6
* Remove deprecated code from GdkDndJavier Jardón2010-05-031-32/+0
* Include <X11/Xutil.h> in gdkdnd-x11.cJavier Jardón2010-04-181-0/+2
* Minor doc clarification for gdk_drag_beginMatthias Clasen2010-03-081-1/+1
* Protect against X errors when clearing the DND cacheMatthias Clasen2010-02-231-3/+9
* Make DND work better with shaped windowsMatthias Clasen2010-02-041-16/+132
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-4/+4
* [gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-2/+6
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-251-1/+6
|\
| * Avoid another case of treating None as an atomMatthias Clasen2009-05-241-1/+6
* | Initial client-side-windows workAlexander Larsson2009-04-021-1/+3
|/
* Typo fixes and small doc improvementsMatthias Clasen2008-12-261-1/+1
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-9/+10
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* CleanupsMatthias Clasen2006-10-081-1/+1
* 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