summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
Commit message (Expand)AuthorAgeFilesLines
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-5/+6
* Fix a doc commentMatthias Clasen2009-11-271-12/+9
* bgo#463773 - Handle a NULL display in gtk_clipboard_get_for_display() so Flas...Federico Mena Quintero2009-05-121-0/+1
* Bug 557315 – stale clipboard target cacheMatthias Clasen2008-10-251-1/+10
* use canonical signal name.Paolo Borelli2008-08-121-3/+5
* gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.cSven Neumann2008-08-111-1/+1
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-4/+4
* Use g_timeout_add_secondsMatthias Clasen2008-07-311-1/+1
* 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 clipboard convenience helpers for URIs. Bug #537639.Christian Persch2008-06-191-0/+148
* Make finalizer more robustMatthias Clasen2007-12-281-14/+19
* Add docsMatthias Clasen2007-07-121-1/+12
* Use gtk_target_table_new_from_list and gtk_target_table_free instead ofChristian Persch2007-01-141-24/+6
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-0/+4
* Documentation additions and fixes.Matthias Clasen2006-06-291-0/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* More G_DEFINE_TYPE conversion.Matthias Clasen2006-05-031-17/+5
* Boilerplate reductionMatthias Clasen2006-05-021-17/+6
* Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer.Michael Natterer2006-03-071-1/+196
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-8/+9
* Don't unref NULL. (#316828, Tor Lillqvist)Matthias Clasen2005-09-281-1/+3
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-16/+16
* Intern some more strings.Matthias Clasen2005-09-011-6/+7
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-4/+4
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* 2.8.2GTK_2_8_2Matthias Clasen2005-08-241-1/+9
* Don't leak atom names. (#311933, Peter Zelezny)Matthias Clasen2005-08-011-0/+4
* Don't accept n_targets == -1. (clipboard_unset): unref the old_data, notMatthias Clasen2005-03-301-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix links to freedesktop.org specs in the documentation.Matthias Clasen2005-02-211-2/+2
* Make the clipboard image API more robust (#162357, Torsten Schoenfeld):Matthias Clasen2004-12-281-1/+3
* Remove two more places where we were unconditionally setting "visible",Matthias Clasen2004-11-111-6/+16
* Add api for image transfer via copy-and-paste (#156408)Matthias Clasen2004-10-311-10/+242
* Don't hardwire the supported text targets here, useMatthias Clasen2004-10-291-8/+22
* Make targets const.Anders Carlsson2004-10-271-3/+3
* Silently ignore non-CLIPBOARD clipboards. (#156610, Christian Persch)Matthias Clasen2004-10-271-3/+4
* New API to handle the clipboard manager.Anders Carlsson2004-10-251-18/+322
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Check for XFIXES extension.Matthias Clasen2004-05-181-38/+97
* Correctly initialize targets. (#139883, John Finlay)Matthias Clasen2004-04-231-1/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-0/+2
* Update freedesktop.org clipboard doc link. Patch from Andrew MoiseManish Singh2004-01-031-6/+6
* Add GtkClipboardTargetReceivedFunc, gtk_clipboard_request_targets() andMatthias Clasen2003-12-241-0/+104
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-2/+2
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+4
* Deprecation cleanupManish Singh2002-10-091-23/+20
* declare parent_class staticjacob berkman2002-10-011-1/+1