]> Pileus Git - ~andy/gtk/history - gtk/gtkclipboard.c
Replace a lot of idle and timeout calls by the new gdk_threads api.
[~andy/gtk] / gtk / gtkclipboard.c
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...