| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a warning. | Matthias Clasen | 2006-04-03 | 1 | -1/+1 |
* | Fix the build | Matthias Clasen | 2006-02-22 | 1 | -0/+2 |
* | Minor optimizations. (#332059, Arnaud Charlet) | Matthias Clasen | 2006-02-22 | 1 | -9/+3 |
* | some more slice allocation | Matthias Clasen | 2005-12-27 | 1 | -13/+5 |
* | Some more slice allocation | Matthias Clasen | 2005-12-27 | 1 | -14/+10 |
* | Use the slice allocator for some other small auxiliary structures as well. | Matthias Clasen | 2005-12-27 | 1 | -2/+2 |
* | Forgotten file | Matthias Clasen | 2005-12-27 | 1 | -2/+2 |
* | Speed up stepping backwards. (#320638, Larry Ewing, Paolo Borelli) | Matthias Clasen | 2005-12-12 | 1 | -1/+6 |
* | Replace manual offset calculations by g_utf8_offset_to_pointer(). | Matthias Clasen | 2005-11-02 | 1 | -9/+4 |
* | Only use text segments when determining text direction. (#319065, Tommi | Matthias Clasen | 2005-10-26 | 1 | -1/+1 |
* | Try to match an off toggle here with the matching on toggle if it | Matthias Clasen | 2005-10-11 | 1 | -9/+30 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -13/+0 |
* | Small cleanup. (#305539, Paolo Borelli) | Matthias Clasen | 2005-06-09 | 1 | -7/+2 |
* | Queue the redisplay after modifying the tag in the btree, otherwise we end | Matthias Clasen | 2005-05-26 | 1 | -0/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+3 |
* | Redisplay the new selection. | Matthias Clasen | 2004-10-30 | 1 | -0/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Don't iterate too far up. (#147965, Olivier Sessink) | Matthias Clasen | 2004-07-23 | 1 | -7/+6 |
* | Don't stop the iteration up to the tag_root too early. (#109945, Dongho | Matthias Clasen | 2004-04-19 | 1 | -4/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | removed underscores from calls to gtk_text_btree_resolve_bidi(). | Michael Natterer | 2004-03-01 | 1 | -4/+4 |
* | Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView | Owen Taylor | 2004-03-01 | 1 | -0/+175 |
* | Actually free the lists. Pointed out by Morten Welinder. | Matthias Clasen | 2004-02-06 | 1 | -5/+4 |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 1 | -1/+1 |
* | Check if line_ancestor_parent is NULL. (#102711, Manuel Clos) | Matthias Clasen | 2003-02-20 | 1 | -1/+4 |
* | Implement a utility function proposed in #102534: | Matthias Clasen | 2003-01-06 | 1 | -2/+11 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -12/+11 |
* | Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov) | Owen Taylor | 2002-09-23 | 1 | -2/+2 |
* | Fix some cases where signal connection IDs where being assigned to guint | Owen Taylor | 2002-07-10 | 1 | -1/+1 |
* | Don't leak child_anchor_table. (#84425) | Matthias Clasen | 2002-06-09 | 1 | -1/+6 |
* | assign something to "prev" so that removing tag info succeeds. Part of | Havoc Pennington | 2002-04-30 | 1 | -9/+27 |
* | just go ahead and flush all the first validate stuff if it hasn't been | Havoc Pennington | 2002-02-13 | 1 | -5/+11 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | fix assertion failure by creating the line data, but not validating it at | Havoc Pennington | 2002-01-29 | 1 | -69/+35 |
* | propagate exposes to no window children not in the buffer window. | Havoc Pennington | 2002-01-02 | 1 | -0/+1 |
* | fix an incorrect assertion that the "valid" flag is always correct in a | Havoc Pennington | 2001-12-31 | 1 | -1/+12 |
* | remove g_assert_not_reached() that was bogus, since we demand-create the | Havoc Pennington | 2001-12-05 | 1 | -19/+4 |
* | add assertion that #58290 would trigger if it reappeared, I think | Havoc Pennington | 2001-10-22 | 1 | -3/+8 |
* | add temporary code to dump btree contents on assertion failure described | Havoc Pennington | 2001-10-22 | 1 | -0/+3 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+1 |
* | fix test case, it previously verified incorrect behavior | Havoc Pennington | 2001-10-04 | 1 | -7/+26 |
* | use gtk_text_iter_can_insert | Havoc Pennington | 2001-09-25 | 1 | -7/+7 |
* | Get rid of the newline-that-could-not-be-deleted; buffers may now be | Havoc Pennington | 2001-09-24 | 1 | -34/+164 |
* | Bug #60862 | Havoc Pennington | 2001-09-21 | 1 | -35/+26 |
* | add variables and checks for specific versions of dependencies. Previously | Havoc Pennington | 2001-09-21 | 1 | -1/+1 |
* | remove some debug code that seems to have caused a breakpoint in valid | Havoc Pennington | 2001-09-07 | 1 | -1/+10 |
* | update adjustments after validating destination yrange; fixes #53918 (This | Havoc Pennington | 2001-09-07 | 1 | -4/+29 |
* | Rename from gtk_text_tag_table_size(). (#59366) | Owen Taylor | 2001-08-23 | 1 | -1/+1 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -11/+9 |
* | fix other typo | Havoc Pennington | 2001-06-14 | 1 | -14/+29 |