| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for uninstalled operation with module suffixes other than .so and in | Owen Taylor | 2002-03-03 | 1 | -1/+1 |
* | just go ahead and flush all the first validate stuff if it hasn't been | Havoc Pennington | 2002-02-13 | 1 | -1/+1 |
* | propagate exposes to no window children not in the buffer window. | Havoc Pennington | 2002-01-02 | 1 | -1/+68 |
* | remove backward_char since we no longer have bogus newline | Havoc Pennington | 2001-12-31 | 1 | -5/+1 |
* | put in a test for negative indentation values | Havoc Pennington | 2001-11-19 | 1 | -1/+14 |
* | add set_border_width for testing | Havoc Pennington | 2001-11-14 | 1 | -0/+4 |
* | add border width to requisition, request non-anchored children | Havoc Pennington | 2001-11-13 | 1 | -0/+160 |
* | lost this file due to CVS broken pipe | Havoc Pennington | 2001-11-06 | 1 | -3/+0 |
* | Clarify behavior in docs, #61777 (gtk_text_iter_forward_search) | Havoc Pennington | 2001-10-22 | 1 | -2/+6 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 1 | -1/+0 |
* | update adjustments after validating destination yrange; fixes #53918 (This | Havoc Pennington | 2001-09-07 | 1 | -0/+33 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -8/+8 |
* | get sizes an icon set can render without falling back to missing image | Havoc Pennington | 2001-05-25 | 1 | -1/+1 |
* | Added properties. Based on patch by Lee Mallabone. | Alexander Larsson | 2001-05-22 | 1 | -0/+13 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -0/+18 |
* | Patch from Juan Pablo Mendoza Mendoza to fix things so clicking inside | Owen Taylor | 2001-05-03 | 1 | -1/+1 |
* | fix to work with gtk_paint_layout change | Havoc Pennington | 2001-05-01 | 1 | -0/+1 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -7/+4 |
* | Added Hebrew Punctuation/Point Marks to the text. | Chookij Vanatham | 2001-04-26 | 1 | -1/+1 |
* | handle 0-height empty/invisible lines. | Havoc Pennington | 2001-04-24 | 1 | -1/+1 |
* | Added Thai UTF-8 text which also has the wrong written syntax. | Chookij Vanatham | 2001-03-29 | 1 | -1/+1 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -2/+2 |
* | fix warnings | Havoc Pennington | 2001-03-24 | 1 | -3/+1 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 1 | -30/+26 |
* | add insert_child_anchor signal, bug #50245 | Havoc Pennington | 2001-02-19 | 1 | -4/+3 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -3/+3 |
* | rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems | Havoc Pennington | 2001-01-23 | 1 | -9/+9 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -17/+21 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -6/+8 |
* | wow, that implementation was pretty non-working. | Havoc Pennington | 2000-12-18 | 1 | -1/+1 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 1 | -43/+42 |
* | fix unicode validation when reading a file | Havoc Pennington | 2000-12-15 | 1 | -11/+3 |
* | remove unused call to get_last_line() | Havoc Pennington | 2000-12-14 | 1 | -6/+3 |
* | Handle chopping off \r\n and 0x2029 in addition to \n before passing to | Havoc Pennington | 2000-12-11 | 1 | -3/+3 |
* | Semi-finish widget embedding. Need guffaw scrolling to be implemented in | Havoc Pennington | 2000-11-20 | 1 | -4/+50 |
* | Apply patch from Mikael Hermansson to temporarily stop blinking while the | Havoc Pennington | 2000-11-16 | 1 | -1/+1 |
* | Implement essential color cycling feature | Havoc Pennington | 2000-11-15 | 1 | -0/+274 |
* | Invalidate the side windows when we invalidate the main window. | Havoc Pennington | 2000-11-15 | 1 | -34/+0 |
* | Draw underlines one pixel higher. | Havoc Pennington | 2000-11-15 | 1 | -1/+1 |
* | fix bug where GC didn't always get updated properly | Havoc Pennington | 2000-11-14 | 1 | -18/+18 |
* | Free the filename of the module file. | Havoc Pennington | 2000-11-13 | 1 | -5/+34 |
* | change demo install dir to datadir/gtk+-2.0/demo | Havoc Pennington | 2000-11-13 | 1 | -3/+2 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -1/+20 |
* | Add visible and visible_set args, don't know where these had gone, I | Havoc Pennington | 2000-11-09 | 1 | -0/+34 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -2/+4 |
* | add new marshallers used by the text widget | Havoc Pennington | 2000-10-26 | 1 | -13/+65 |
* | Allow creation of new files when saving. | Robert Brady | 2000-10-25 | 1 | -3/+6 |
* | make it a static function | Havoc Pennington | 2000-10-24 | 1 | -2/+10 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 1 | -6/+4 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -14/+7 |