summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Rename GdkDragContextX11 to GdkX11DragContextMatthias Clasen2010-12-211-1064/+1066
* x11: Rename GdkScreenX11 to GdkX11ScreenBenjamin Otte2010-12-211-1/+1
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-25/+25
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-22/+22
* Reinstate the correct field valueMatthias Clasen2010-12-211-1/+1
* Drop g[dt]k_set_localeMatthias Clasen2010-12-211-4/+1
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-2/+1
* Rename _gdk_send_xevent to _gdk_x11_display_send_xeventMatthias Clasen2010-12-211-33/+33
* Multiple changes to reduce the amount of unprefixed symbolsMatthias Clasen2010-12-211-4/+4
* Consistently use per-display error traps in the X11 backendMatthias Clasen2010-12-211-77/+80
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-9/+9
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-1/+1
* Fully initialize the ClientMessage structMatthias Clasen2010-12-211-0/+1
* Rename _gdk_dnd_initMatthias Clasen2010-12-211-2/+2
* Add vtables for DNDMatthias Clasen2010-12-211-751/+507
* Convert all gdk_window methods to vtable callsAlexander Larsson2010-12-211-9/+2
* API: gdk: Remove depth argument from gdk_window_get_geometry()Benjamin Otte2010-12-061-1/+1
* API: Remove GDK_WINDOW_XWINDOW() macroBenjamin Otte2010-12-021-8/+8
* x11: Use window macros instead of drawable macrosBenjamin Otte2010-12-021-59/+59
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-2/+2
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-9/+10
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-7/+7
* x11: s/GDK_DRAWABLE_DISPLAY/GDK_WINDOW_DISPLAYBenjamin Otte2010-09-261-27/+27
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-221-3/+7
* More error trap cleanupsMatthias Clasen2010-09-201-8/+6
* Add annotationsMatthias Clasen2010-09-171-1/+2
* gdk: Only use XComposite if it is availableSebastian Dröge2010-09-151-0/+2
* [GdkWindowCache] Don't ignore the CompositeOverlayWindowAdel Gadllah2010-09-131-0/+16
* 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