summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 479384 – gtk_selection_data_targets_include_uri docs bugletMatthias Clasen2008-05-251-1/+1
* add tons of g_return_if_fail() instead of crashing when NULL pointers getMichael Natterer2008-04-211-2/+36
* Don't add the same target atom twice. (#516087, Christian Persch)Matthias Clasen2008-02-161-1/+2
* Use GSlice for GtkSelectionData. (#515060, Christian Persch)Matthias Clasen2008-02-121-29/+31
* svn path=/trunk/; revision=18842Hans Breuer2007-09-171-1/+1
* don't simply crash if any of the pointer args are NULL. Instead,Michael Natterer2007-09-151-5/+13
* Don't ignore the passed-in len parameter. (#430049, Yevgen Muntyan)Matthias Clasen2007-07-091-5/+5
* fixed wrong g_convert_with_fallback() call which causedYevgen Muntyan2007-04-141-1/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* Plug memory leaks. (#396160, Carlos Garcia Campos)Matthias Clasen2007-01-141-0/+3
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-13/+6
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-5/+6
* Fix 344743Matthias Clasen2006-06-141-0/+8
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-3/+208
* Doc updatesMatthias Clasen2005-12-201-1/+1
* Don't leak list[0]. (#323629, Markku Vire)Matthias Clasen2005-12-091-3/+1
* Plug a leakMatthias Clasen2005-11-151-0/+2
* Only set the text if it is not NULL. (#319930, Thomas Klausner)Matthias Clasen2005-10-271-6/+6
* Free mult_atoms here. (#317039, Paolo Borelli)Matthias Clasen2005-09-281-0/+2
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-13/+13
* Intern some more strings.Matthias Clasen2005-09-011-4/+5
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Add functions which look for text, image or uri targets in an array ofMatthias Clasen2005-08-301-43/+117
* Add gtk_window_[sg]et_deletable. AddMatthias Clasen2005-08-301-0/+47
* Don't leak the format names. (#307190, Morten Welinder)Matthias Clasen2005-06-121-2/+7
* use a less aggressive PNG compression level (bug #305340).Sven Neumann2005-05-261-4/+7
* Make sure png comes first, otherwise dnd may use bmp by default, loosingMatthias Clasen2005-05-251-0/+15
* Fix the buildMatthias Clasen2005-05-021-1/+1
* Doc fixupsMatthias Clasen2005-05-021-6/+6
* New debugging function, to log a clipboard format name symbolically.Tor Lillqvist2005-04-041-0/+19
* Move documentation inline, document if add_target functions append orMatthias Clasen2005-04-011-59/+135
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* Make the clipboard image API more robust (#162357, Torsten Schoenfeld):Matthias Clasen2004-12-281-18/+18
* Reduce the clipboard timeout from 300 seconds to 30 seconds. (#155428,Matthias Clasen2004-11-161-1/+1