summaryrefslogtreecommitdiff
path: root/gtk/gtkclipboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* preserve ordering from gtk_tree_selection_foreach when returning filenamesManish Singh2002-09-251-1/+1
* Make a GObject (#75970, James Henstridge)Owen Taylor2002-09-241-1/+75
* Renames:Owen Taylor2002-06-201-1/+1
* Update from contents of size entry on focus out. (#76493, LaurisOwen Taylor2002-05-151-2/+2
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-28/+80
* Speak of window IDs rather than XIDs in the docs.Matthias Clasen2002-01-091-1/+2
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-1/+1
* move README.linux-fb in hereHavoc Pennington2002-01-011-6/+25
* Doc markup fix.Matthias Clasen2001-12-081-9/+10
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-1/+1
* Fixing popup menus to have "Paste" sensitized correctly. Original patchesOwen Taylor2001-10-221-0/+32
* Documentation updates. Updates.Matthias Clasen2001-10-171-12/+12
* ask apps for COMPOUND_TEXT instead of TEXT correctly interpret the returnHidetoshi Tajima2001-08-081-5/+5
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-2/+10
* fix constness warningHavoc Pennington2000-10-261-4/+4
* Guard definition of alloca(). glib.h now handles that.Tor Lillqvist2000-10-031-0/+8