| Commit message (Expand) | Author | Age | Files | Lines |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Add a :cursor-position property. (#334412, Yevgen Muntyan) ` | Matthias Clasen | 2006-05-09 | 1 | -2/+34 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -33/+2 |
* | keep a reference to the source buffer while the clipboard contents buffer | Michael Natterer | 2006-04-28 | 1 | -0/+7 |
* | fix another Coverity bug. | Matthias Clasen | 2006-04-16 | 1 | -3/+4 |
* | Another leak | Matthias Clasen | 2006-03-26 | 1 | -1/+1 |
* | Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. | Michael Natterer | 2006-03-07 | 1 | -64/+379 |
* | Fix the last commit | Matthias Clasen | 2005-12-09 | 1 | -1/+1 |
* | Unref the buffer when freeing the RequestData. (#323577) | Matthias Clasen | 2005-12-09 | 1 | -5/+11 |
* | Add a has-selection property | Matthias Clasen | 2005-10-07 | 1 | -1/+66 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -6/+0 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -6/+6 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -14/+14 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Add GtkTextBuffer::text (#172631) | Johan Dahlin | 2005-04-04 | 1 | -1/+43 |
* | Some trivial doc fixes. | Matthias Clasen | 2005-04-04 | 1 | -2/+2 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -1/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | Revalidate the iter. (#156924, Murray Cumming) | Matthias Clasen | 2004-11-01 | 1 | -6/+11 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Rewrite clipboard handling so that the clipboard contents won't be freed | Anders Carlsson | 2004-10-26 | 1 | -90/+20 |
* | ri Oct 22 13:25:25 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-10-22 | 1 | -2/+11 |
* | #155952 | Owen Taylor | 2004-10-21 | 1 | -0/+85 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+2 |
* | Update clipboards. (#142805, Mikael Hallendal) | Matthias Clasen | 2004-07-11 | 1 | -0/+1 |
* | Revert last change; it causes problems for pastes from other applications; | Owen Taylor | 2004-03-13 | 1 | -2/+0 |
* | Fix middle button pasting in the TextView (#81880, reported by Evert | Matthias Clasen | 2004-03-13 | 1 | -0/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Document some peculiarities of the ::delete_range signal. (#132135, Grant | Matthias Clasen | 2004-02-18 | 1 | -1/+15 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -2/+2 |
* | Document. | Matthias Clasen | 2003-04-12 | 1 | -0/+2 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -1/+1 |
* | Implement a utility function proposed in #102534: | Matthias Clasen | 2003-01-06 | 1 | -5/+30 |
* | Let the user action span the insertion and the deletion of the old | Matthias Clasen | 2002-12-24 | 1 | -4/+17 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -49/+44 |
* | Add construct-only property "tag_table" and make use of it in | Daniel Elstner | 2002-09-30 | 1 | -26/+98 |
* | docs/reference/gtk/tmpl/gtkdialog.sgml | Soeren Sandmann | 2002-09-01 | 1 | -4/+4 |
* | Check if the owner got is of type GDK_WINDOW_FOREIGN. If so the owner is | Shivram U | 2002-05-30 | 1 | -0/+3 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -1/+2 |
* | add more explanatory text to the error message about missing charsets, and | Havoc Pennington | 2002-03-23 | 1 | -10/+15 |
* | parent_class variable was GtkObjectClass instead of GObjectClass | Havoc Pennington | 2002-02-25 | 1 | -1/+1 |
* | change gravity of start/end marks so that text added at either end of the | Havoc Pennington | 2002-02-24 | 1 | -24/+80 |
* | just go ahead and flush all the first validate stuff if it hasn't been | Havoc Pennington | 2002-02-13 | 1 | -0/+9 |
* | Fix coordinate translations, once and for all. | Owen Taylor | 2002-01-08 | 1 | -0/+1 |
* | move README.linux-fb in here | Havoc Pennington | 2002-01-01 | 1 | -2/+13 |
* | remove g_assert_not_reached() that was bogus, since we demand-create the | Havoc Pennington | 2001-12-05 | 1 | -7/+21 |
* | Actually commit typo fixes already mentioned in ChangeLog entry on | Matthias Clasen | 2001-11-23 | 1 | -1/+1 |