summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* u2004-05-03 Matthias Clasen <mclasen@redhat.com>Matthias Clasen2004-05-031-4/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call g_convert(), not g_convert() with fallback, since Emacs is happier ifOwen Taylor2004-02-251-36/+57
* Assign xtype using gdk_x11_atom_to_xatom_for_display () when type !=Manish Singh2004-02-121-1/+1
* nul-terminate the target atoms. (#132656, Christian Persch)Owen Taylor2004-01-291-2/+5
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-171-2/+2
* Comprehensively zero all unused parts of client messages (Mainly Motif DNDOwen Taylor2003-05-201-14/+47
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-2/+2
* Deprecate. (#85683)Matthias Clasen2003-01-311-4/+5
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Always look up and create the Motif drag window as a child of the rootOwen Taylor2002-12-041-4/+12
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-2/+2
* Deprecation cleanupManish Singh2002-10-091-14/+13
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-6/+7