| Commit message (Expand) | Author | Age | Files | Lines |
* | Use g_timeout_add_seconds | Matthias Clasen | 2008-07-31 | 1 | -1/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Add clipboard convenience helpers for URIs. Bug #537639. | Christian Persch | 2008-06-19 | 1 | -0/+148 |
* | Make finalizer more robust | Matthias Clasen | 2007-12-28 | 1 | -14/+19 |
* | Add docs | Matthias Clasen | 2007-07-12 | 1 | -1/+12 |
* | Use gtk_target_table_new_from_list and gtk_target_table_free instead of | Christian Persch | 2007-01-14 | 1 | -24/+6 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -0/+4 |
* | Documentation additions and fixes. | Matthias Clasen | 2006-06-29 | 1 | -0/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | More G_DEFINE_TYPE conversion. | Matthias Clasen | 2006-05-03 | 1 | -17/+5 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -17/+6 |
* | Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. | Michael Natterer | 2006-03-07 | 1 | -1/+196 |
* | Applied patch from maemo-gtk that addresses many issues wrt display | Michael Natterer | 2005-11-10 | 1 | -8/+9 |
* | Don't unref NULL. (#316828, Tor Lillqvist) | Matthias Clasen | 2005-09-28 | 1 | -1/+3 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -16/+16 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -6/+7 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -4/+4 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | 2.8.2GTK_2_8_2 | Matthias Clasen | 2005-08-24 | 1 | -1/+9 |
* | Don't leak atom names. (#311933, Peter Zelezny) | Matthias Clasen | 2005-08-01 | 1 | -0/+4 |
* | Don't accept n_targets == -1. (clipboard_unset): unref the old_data, not | Matthias Clasen | 2005-03-30 | 1 | -1/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Fix links to freedesktop.org specs in the documentation. | Matthias Clasen | 2005-02-21 | 1 | -2/+2 |
* | Make the clipboard image API more robust (#162357, Torsten Schoenfeld): | Matthias Clasen | 2004-12-28 | 1 | -1/+3 |
* | Remove two more places where we were unconditionally setting "visible", | Matthias Clasen | 2004-11-11 | 1 | -6/+16 |
* | Add api for image transfer via copy-and-paste (#156408) | Matthias Clasen | 2004-10-31 | 1 | -10/+242 |
* | Don't hardwire the supported text targets here, use | Matthias Clasen | 2004-10-29 | 1 | -8/+22 |
* | Make targets const. | Anders Carlsson | 2004-10-27 | 1 | -3/+3 |
* | Silently ignore non-CLIPBOARD clipboards. (#156610, Christian Persch) | Matthias Clasen | 2004-10-27 | 1 | -3/+4 |
* | New API to handle the clipboard manager. | Anders Carlsson | 2004-10-25 | 1 | -18/+322 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Check for XFIXES extension. | Matthias Clasen | 2004-05-18 | 1 | -38/+97 |
* | Correctly initialize targets. (#139883, John Finlay) | Matthias Clasen | 2004-04-23 | 1 | -1/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, | Matthias Clasen | 2004-02-22 | 1 | -0/+2 |
* | Update freedesktop.org clipboard doc link. Patch from Andrew Moise | Manish Singh | 2004-01-03 | 1 | -6/+6 |
* | Add GtkClipboardTargetReceivedFunc, gtk_clipboard_request_targets() and | Matthias Clasen | 2003-12-24 | 1 | -0/+104 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -2/+2 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+4 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -23/+20 |
* | declare parent_class static | jacob berkman | 2002-10-01 | 1 | -1/+1 |
* | preserve ordering from gtk_tree_selection_foreach when returning filenames | Manish Singh | 2002-09-25 | 1 | -1/+1 |
* | Make a GObject (#75970, James Henstridge) | Owen Taylor | 2002-09-24 | 1 | -1/+75 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -1/+1 |
* | Update from contents of size entry on focus out. (#76493, Lauris | Owen Taylor | 2002-05-15 | 1 | -2/+2 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -28/+80 |
* | Speak of window IDs rather than XIDs in the docs. | Matthias Clasen | 2002-01-09 | 1 | -1/+2 |
* | Doc typo fix. (#68172) | Matthias Clasen | 2002-01-08 | 1 | -1/+1 |