summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add api for image transfer via copy-and-paste (#156408)Matthias Clasen2004-10-311-1/+52
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Use the new file DND api.Matthias Clasen2004-10-221-0/+118
* Document how to use info with text/image targets.Matthias Clasen2004-10-221-13/+15
* Add convenience api for image dnd (#150165):Matthias Clasen2004-10-211-0/+145
* Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalidMatthias Clasen2004-09-171-8/+13
* initialize path so we don't potentially use an undefined pointer.Manish Singh2004-08-261-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-171-22/+223
* Make sure this gets defined for all backends, so linux-fb has a chance ofMatthias Clasen2004-06-221-4/+4
* Remove leftover debug code.Matthias Clasen2004-06-021-5/+0
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-081-0/+2
* Disable debug logging again.Matthias Clasen2004-05-041-1/+1
* Make the chunk size for incremental transfers depend on the maximalMatthias Clasen2004-05-031-11/+29