summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk/gtkselection.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-17/+22
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-24/+6
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Prefix gtk_selection_clear with an underscoreChristian Dywan2010-05-031-8/+2
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-3/+3
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-5/+6
* Rework a broken workaround for a Java bugMatthias Clasen2009-11-281-4/+1
* Fix a compilation warning: use NULL instead ""Javier Jardón2009-10-211-1/+1
* Fix broken compile: s/gtk_selection_atom/gtk_selection_atomsDavyd Madeley2009-05-181-1/+1
* Avoid a warning when persisting clipboardsMatthias Clasen2009-05-171-2/+10