]> Pileus Git - ~andy/gtk/history - gtk/gtkclipboard.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkclipboard.c
2013-03-05 Aleksander Morgadoclipboard: remove dead code
2012-07-30 Matthias Clasengtk: Don't use GDK_THREADS_ENTER/LEAVE macros internally
2012-04-13 Matthias ClasenFix malformed doc comments
2012-02-27 Javier JardónChange FSF Address
2012-01-31 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE
2011-04-13 Javier JardónMove documentation to inline comments: GtkClipboard
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-07 Alexander LarssonMake gtkclipboard.c:clipboard_get_timestamp multi-backe...
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-03 John (J5) Palmieri[gi] add missing annotations for signals that emit...
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-20 Pavel Holejsovsky[GI] Mark unintrospectable constructs as (skip)
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2010-12-21 Matthias ClasenRemove some direct access to GdkDragContext members
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-15 Javier Jardóngtk/gtkclipboard.c: Use accessor functions to access...
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Alberto GarciaAssign all g_signal_connect() and friends to gulong...
2010-09-26 Benjamin Ottegtk: gdk_drawable_get_display() => gdk_window_get_display()
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-08-22 Javier Jardóngtk/gtkdnd.c: Use accessor functions to access GtkWidget
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-07 John (J5) Palmieriadd allow-none annotation to gtk_clipboard_set_can_stor...
2010-04-04 Alan KnowlesFix introspection on return value transfer for gtk_clip...
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-10 Alan KnowlesFix introspection on return value transfer for gtk_clip...
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-11-27 Matthias ClasenFix a doc comment
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-05-12 Federico Mena Quinterobgo#463773 - Handle a NULL display in gtk_clipboard_get...
2008-10-25 Matthias ClasenBug 557315 – stale clipboard target cache
2008-08-12 Paolo Borelliuse canonical signal name.
2008-08-11 Sven Neumanngtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.c
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-07-31 Matthias ClasenUse g_timeout_add_seconds
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Christian PerschAdd clipboard convenience helpers for URIs. Bug #537639.
2007-12-28 Matthias ClasenMake finalizer more robust
2007-07-12 Matthias ClasenAdd docs
2007-01-14 Christian PerschUse gtk_target_table_new_from_list and gtk_target_table...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-06-29 Matthias ClasenDocumentation additions and fixes.
2006-05-14 Matthias ClasenMore of the same
2006-05-03 Matthias ClasenMore G_DEFINE_TYPE conversion.
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-07 Michael NattererAdd infrastructure for copy/paste and DND of rich text...
2005-11-10 Michael NattererApplied patch from maemo-gtk that addresses many issues...
2005-09-28 Matthias ClasenDon't unref NULL. (#316828, Tor Lillqvist)
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-24 Matthias Clasen2.8.2
2005-08-01 Matthias ClasenDon't leak atom names. (#311933, Peter Zelezny)
2005-03-30 Matthias ClasenDon't accept n_targets == -1. (clipboard_unset): unref...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-21 Matthias ClasenFix links to freedesktop.org specs in the documentation.
2004-12-28 Matthias ClasenMake the clipboard image API more robust (#162357,...
2004-11-11 Matthias ClasenRemove two more places where we were unconditionally...
2004-10-31 Matthias ClasenAdd api for image transfer via copy-and-paste (#156408)
2004-10-29 Matthias ClasenDon't hardwire the supported text targets here, use
2004-10-27 Anders CarlssonMake targets const.
2004-10-27 Matthias ClasenSilently ignore non-CLIPBOARD clipboards. (#156610...
2004-10-25 Anders CarlssonNew API to handle the clipboard manager.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-05-18 Matthias ClasenCheck for XFIXES extension.
2004-04-23 Matthias ClasenCorrectly initialize targets. (#139883, John Finlay)
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-22 Matthias ClasenAdd chains to the parent's ::finalize() handler (#13490...
2004-01-03 Manish SinghUpdate freedesktop.org clipboard doc link. Patch from...
2003-12-24 Matthias ClasenAdd GtkClipboardTargetReceivedFunc, gtk_clipboard_reque...
2002-12-10 Matthias Clasen Data constness fixes. (#75754)
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-10-09 Manish SinghDeprecation cleanup
2002-10-01 jacob berkmandeclare parent_class static
2002-09-25 Manish Singhpreserve ordering from gtk_tree_selection_foreach when...
2002-09-24 Owen TaylorMake a GObject (#75970, James Henstridge)
2002-06-20 Owen TaylorRenames:
2002-05-15 Owen TaylorUpdate from contents of size entry on focus out. (...
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-01-09 Matthias ClasenSpeak of window IDs rather than XIDs in the docs.
2002-01-08 Matthias ClasenDoc typo fix. (#68172)
2002-01-01 Havoc Penningtonmove README.linux-fb in here
2001-12-08 Matthias ClasenDoc markup fix.
2001-10-31 Owen TaylorAdd a "menu" property and notify on it. (#62798, Padrai...
2001-10-22 Owen TaylorFixing popup menus to have "Paste" sensitized correctly...
2001-10-17 Matthias ClasenDocumentation updates. Updates.
2001-08-08 Hidetoshi Tajimaask apps for COMPOUND_TEXT instead of TEXT correctly...
2001-07-18 Owen TaylorFix idles and timeouts to be properly surrounded by
2000-10-26 Havoc Penningtonfix constness warning
2000-10-03 Tor LillqvistGuard definition of alloca(). glib.h now handles that.
2000-09-14 Owen TaylorRemove g_convert (moved to glib) and now useless utf_to...