| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -6/+6 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -7/+231 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -22/+50 |
* | do begin/end user action where appropriate (gtk_text_view_commit_handler): | Havoc Pennington | 2000-12-18 | 1 | -31/+121 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 1 | -126/+135 |
* | remove unused call to get_last_line() | Havoc Pennington | 2000-12-14 | 1 | -6/+18 |
* | Remove double _ in front of some functions | Havoc Pennington | 2000-12-14 | 1 | -3/+3 |
* | Put _ in front of every function in this header file | Havoc Pennington | 2000-12-14 | 1 | -31/+31 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -10/+8 |
* | Handle chopping off \r\n and 0x2029 in addition to \n before passing to | Havoc Pennington | 2000-12-11 | 1 | -5/+5 |
* | fix breakage here that cause a segfault on text insertion | Havoc Pennington | 2000-12-08 | 1 | -0/+155 |
* | don't create dangling pointers to the appearance attributes from the line | Havoc Pennington | 2000-12-02 | 1 | -6/+54 |
* | change "offset" to "rise" | Havoc Pennington | 2000-11-15 | 1 | -5/+5 |
* | change demo install dir to datadir/gtk+-2.0/demo | Havoc Pennington | 2000-11-13 | 1 | -0/+3 |
* | Half-ass somewhat fix this function, so that scrolling to the insertion | Havoc Pennington | 2000-11-07 | 1 | -87/+210 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -113/+508 |
* | Get widgets working on the btree/buffer side. Display of them still | Havoc Pennington | 2000-11-03 | 1 | -35/+37 |