summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkselection-x11.c
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-10/+0
* Drop gdk_atom_internMatthias Clasen2017-12-131-2/+2
* gdk: Remove selection definesBenjamin Otte2017-12-141-2/+1
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-141-154/+0
* gdk: Remove ability to own a selectionBenjamin Otte2017-12-131-148/+0
* gdk: Remove gdk_selection_add_targets()Benjamin Otte2017-12-131-15/+0
* x11: Constify XEvent usageBenjamin Otte2017-12-131-1/+1
* Remove gdkprivate.hMatthias Clasen2017-11-171-1/+0
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-3/+3
* selection: Remove #ifdef WAYLANDBenjamin Otte2017-11-151-0/+15
* gdk: Drop support for native (and thus foreign) subwindowsAlexander Larsson2016-12-161-2/+10
* x11: Use g_error_matches()Benjamin Otte2016-03-201-2/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Add annotations so that methods are properly paired to objects.Pavel Holejsovsky2011-08-011-3/+3
* API: gdk: Make GdkEventSelection.requestor a GdkWindowBenjamin Otte2011-02-011-3/+3
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-7/+8
* Fix gdk_x11_display_text_property_to_text_listMatthias Clasen2010-12-241-2/+2
* Downgrade some Since tagsMatthias Clasen2010-12-211-4/+6
* Deal with property encoding functionsMatthias Clasen2010-12-211-344/+312
* Add a vfunc for gdk_selection_convertMatthias Clasen2010-12-211-7/+5
* Add a vfunc for gdk_selection_property_getMatthias Clasen2010-12-211-32/+6
* Add a vfunc for gdk_selection_send_notify_for_displayMatthias Clasen2010-12-211-23/+7
* Rename some private x11 backend functions to _gdk_x11Matthias Clasen2010-12-211-2/+2
* Add vfuncs for get/set_selection_ownerMatthias Clasen2010-12-211-53/+12
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-2/+0
* Get rid of the _gdk_selection_property globalMatthias Clasen2010-12-211-9/+9
* Rename _gdk_send_xevent to _gdk_x11_display_send_xeventMatthias Clasen2010-12-211-1/+1
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-1/+1
* Don't access GdkDisplay fields directlyJavier Jardón2010-12-211-5/+5
* x11: Use window macros instead of drawable macrosBenjamin Otte2010-12-021-3/+3
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-3/+3
* docs: Move documentation to inline comments: propertiesJavier Jardón2010-11-151-0/+15
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-4/+6
* gdk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Ensure that windows used for selections are nativeAlexander Larsson2009-07-101-1/+3
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-251-1/+4
|\
| * Fix handling of GDK_NONEMatthias Clasen2009-05-031-1/+4
* | Initial client-side-windows workAlexander Larsson2009-04-021-3/+4
|/
* Bug 567761 – Spellfixes in GTK+ documentationMatthias Clasen2009-01-231-1/+1
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-6/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Avoid loading the ISO8859-1 iconv module. We're already doing all theAlexander Larsson2007-11-121-21/+21
* Make this work for list == NULL. (Coverity)Matthias Clasen2006-04-121-6/+7
* Broken pipeMatthias Clasen2005-09-111-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-2/+2
* Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg)Matthias Clasen2004-11-261-2/+8