summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo correction, s/hilding/holdingChristian Dywan2009-03-251-1/+1
* Accept a type of TARGETS instead of ATOM, too. Based on a patch by PengMatthias Clasen2009-01-191-1/+4
* Typo fix.Christian Persch2008-11-291-1/+1
* More of the sameMatthias Clasen2008-11-291-2/+2
* Add gtk_selection_data_get_selection to retrieve the sealed struct fieldTorsten Schönfeld2008-10-011-0/+18
* Update documentation for gtk_selection_data_get_data to match the changesWouter Bolsterlee2008-09-011-2/+0
* Split gtk_selection_data_get_data into gtk_selection_data_get_data andMatthias Clasen2008-08-291-6/+19
* Bug 549734 – gtk_selection_data_get_data prototype is wrongChristian Dywan2008-08-281-1/+1
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-6/+6
* 2.13.5GTK_2_13_5Matthias Clasen2008-07-221-0/+10
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-181-1/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-5/+5
* Remove superflous gtkselection accessors and merge _get_dataTim Janik2008-06-201-108/+8
* Implement gtk_selection_get_display, style fixesTim Janik2008-06-201-15/+41
* Seal GtkSelectionDataTim Janik2008-06-201-0/+160