| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -12/+13 |
* | Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108, | Matthias Clasen | 2001-11-10 | 1 | -6/+6 |
* | Add a "menu" property and notify on it. (#62798, Padraig O'Briain) | Owen Taylor | 2001-10-31 | 1 | -2/+2 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 1 | -2/+1 |
* | remove hack to strip off the bogus newline, since we killed the bogus | Havoc Pennington | 2001-10-24 | 1 | -2/+0 |
* | don't back up a char from the end iterator, fixes #61859 ("can't put | Havoc Pennington | 2001-10-22 | 1 | -3/+0 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+1 |
* | allow testing the end position | Havoc Pennington | 2001-10-03 | 1 | -3/+7 |
* | use gtk_text_iter_can_insert | Havoc Pennington | 2001-09-25 | 1 | -2/+2 |
* | Get rid of the newline-that-could-not-be-deleted; buffers may now be | Havoc Pennington | 2001-09-24 | 1 | -35/+20 |
* | Fix ref count on new tag to be 1. Update doc. (#60836) | Joshua N Pritikin | 2001-09-21 | 1 | -2/+4 |
* | remove some debug code that seems to have caused a breakpoint in valid | Havoc Pennington | 2001-09-07 | 1 | -0/+3 |
* | Instead of always mirroring the selection to a single PRIMARY selection, | Owen Taylor | 2001-08-31 | 1 | -167/+296 |
* | Remove a stray g_object_ref() left over from gtk_object_ref/sink. (Pointed | Owen Taylor | 2001-08-24 | 1 | -2/+0 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -114/+114 |
* | fix other typo | Havoc Pennington | 2001-06-14 | 1 | -22/+68 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -6/+1 |
* | added this function | Havoc Pennington | 2001-06-08 | 1 | -1/+21 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -2/+2 |
* | rename from gtk_text_iter_reorder | Havoc Pennington | 2001-06-05 | 1 | -6/+6 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -0/+121 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -1/+1 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 1 | -2/+19 |
* | added accumulator data argument to g_signal_newc() functions. | Tim Janik | 2001-03-08 | 1 | -18/+18 |
* | removed old emission hook API. | Tim Janik | 2001-03-07 | 1 | -19/+1 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -12/+12 |
* | unbreak this function | Havoc Pennington | 2001-02-21 | 1 | -5/+4 |
* | add insert_child_anchor signal, bug #50245 | Havoc Pennington | 2001-02-19 | 1 | -7/+83 |