summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
Commit message (Expand)AuthorAgeFilesLines
* Guard against selection requestor disappearingOwen W. Taylor2015-10-221-1/+11
* Don't use g_list_next in gtkselection.cMatthias Clasen2015-10-201-3/+1
* wayland: Don't use the default displayJasper St. Pierre2014-10-271-1/+1
* wayland: Replace clipboard implementationCarlos Garnacho2014-09-011-0/+27
* gtkselection: Ensure the X11 specific message length only applies to X11Carlos Garnacho2014-09-011-1/+3
* gtk: Fix return annotation of gtk_selection_data_get_textRico Tzschichholz2014-08-201-1/+1
* gtkselection: fix warnings of unused vars on win32Ignacio Casal Quinteiro2014-07-221-2/+3
* Fix gtk_selection_data_get_data annotationsDieter Verfaillie2014-06-121-2/+2
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-4/+5
* gtk: port missing array annotations from Vala bindingsEvan Nemerson2014-05-271-1/+2
* selection: mark targets param to gtk_target_list_new as allow-noneEvan Nemerson2014-04-141-1/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-26/+26
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-4/+4
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-4/+4
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-9/+9
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-20/+20
* docs: don't reference nonexisting type in docsWilliam Jon McCann2014-01-211-3/+3
* docs: fix typo in argument listWilliam Jon McCann2014-01-211-1/+1
* Fix a compiler warningMatthias Clasen2013-12-131-1/+1
* clipboard: Don't crash when data is requested from NULL windowBenjamin Otte2013-12-131-0/+3
* all: Add names to timeoutsBastien Nocera2013-10-231-2/+7
* Fix GI warningsJasper St. Pierre2013-10-091-2/+1
* Add missing introspection annotationsPhil Clayton2013-09-101-2/+2
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Bug 658398 - Use of uninitialized variable reported by ValgrindBehdad Esfahbod2011-09-071-2/+1
* API: gdk: Make GdkEventSelection.requestor a GdkWindowBenjamin Otte2011-02-011-9/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-15/+17
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-4/+4
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-1/+1
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-201-4/+4
* Move GtkSelection docs inlineMatthias Clasen2011-01-141-0/+26
* add gtk_selection_data_get_data_with_length API which can be boundMatthias Clasen2011-01-031-0/+23
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-2/+2
* Deal with property encoding functionsMatthias Clasen2010-12-211-10/+14
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-10/+10
* Move GtkSelectionData to a private headerJavier Jardón2010-12-191-1/+4
* selection: constify GtkSelectionData gettersBenjamin Otte2010-12-171-21/+21
* API: Remove GDK_WINDOW_XWINDOW() macroBenjamin Otte2010-12-021-1/+1
* [gi] add array annotations for DnD related methodsJohn (J5) Palmieri2010-11-191-1/+1
* selection: Hi, I can't get my code rightBenjamin Otte2010-10-181-1/+1
* Add boxed type and constructorColin Walters2010-10-151-1/+67
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-2/+2
* Use gdk_error_trap_pop_ignore() where appropriateMatthias Clasen2010-09-181-2/+2
* Use accessor functions in Win32-only codeTor Lillqvist2010-09-091-2/+2