summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
Commit message (Expand)AuthorAgeFilesLines
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-6/+6
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-12/+14
* Remove some direct access to GdkDragContext membersMatthias Clasen2010-12-211-1/+1
* gtk/gtkclipboard.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-12/+20
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-1/+1
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-78/+76
* gtk/gtkdnd.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+2
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* add allow-none annotation to gtk_clipboard_set_can_store's targets parameterJohn (J5) Palmieri2010-06-071-2/+3
* Fix introspection on return value transfer for gtk_clipboard_get*Alan Knowles2010-03-101-2/+2
* [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