summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkselection-x11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalidMatthias Clasen2004-09-171-1/+9
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call g_convert(), not g_convert() with fallback, since Emacs is happier ifOwen Taylor2004-02-251-5/+9
* Always look up and create the Motif drag window as a child of the rootOwen Taylor2002-12-041-2/+7
* Document 2.2 API additions.Matthias Clasen2002-11-281-36/+49
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-2/+2
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-311-1/+1
* Gdk API doc updates.Matthias Clasen2002-10-221-2/+2
* Fix error in computing length and a memory leak. (Fixes #94072, reportedOwen Taylor2002-10-031-18/+37