summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* gtkclipboard: Fix a potential g_signal_handler_disconnect(NULL) callPhilip Withnall2015-03-091-1/+1
* clipboard: Add get_default() helperJonas Danielsson2015-01-271-0/+20
* wayland: Replace clipboard implementationCarlos Garnacho2014-09-011-9/+1
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-11/+10
* clipboard: Add link to GdkDisplay in docJonas Danielsson2014-03-281-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-17/+17
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-7/+7
* docs: use proper apostropheWilliam Jon McCann2014-02-071-4/+4
* docs: use proper quotesWilliam Jon McCann2014-02-051-7/+7
* docs: don't use ulink. use markdown insteadWilliam Jon McCann2014-02-041-3/+4
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* docs: use () instead of <function> tagsWilliam Jon McCann2014-01-271-1/+1
* docs: fix see also linkWilliam Jon McCann2014-01-211-1/+1
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* Add missing introspection annotationsPhil Clayton2013-09-101-2/+2
* clipboard: Reimplement Wayland clipboard using vfuncsBenjamin Otte2013-08-201-1/+10
* clipboard: Make a bunch of functions vfuncsBenjamin Otte2013-08-201-15/+79
* clipboard: Split struct definitions into private headerBenjamin Otte2013-08-201-37/+1
* clipboard: remove dead codeAleksander Morgado2013-03-041-22/+4
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-12/+12
* Fix malformed doc commentsMatthias Clasen2012-04-121-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-1/+1
* Move documentation to inline comments: GtkClipboardJavier Jardón2011-04-131-13/+77
* Make gtkclipboard.c:clipboard_get_timestamp multi-backend safeAlexander Larsson2011-04-071-3/+28
* [gi] add missing annotations for signals that emit Gdk.EventsJohn (J5) Palmieri2011-03-031-1/+1
* [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