summaryrefslogtreecommitdiff
path: root/gtk/gtktextbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning.Matthias Clasen2006-04-031-1/+1
* Fix the buildMatthias Clasen2006-02-221-0/+2
* Minor optimizations. (#332059, Arnaud Charlet)Matthias Clasen2006-02-221-9/+3
* some more slice allocationMatthias Clasen2005-12-271-13/+5
* Some more slice allocationMatthias Clasen2005-12-271-14/+10
* Use the slice allocator for some other small auxiliary structures as well.Matthias Clasen2005-12-271-2/+2
* Forgotten fileMatthias Clasen2005-12-271-2/+2
* Speed up stepping backwards. (#320638, Larry Ewing, Paolo Borelli)Matthias Clasen2005-12-121-1/+6
* Replace manual offset calculations by g_utf8_offset_to_pointer().Matthias Clasen2005-11-021-9/+4
* Only use text segments when determining text direction. (#319065, TommiMatthias Clasen2005-10-261-1/+1
* Try to match an off toggle here with the matching on toggle if itMatthias Clasen2005-10-111-9/+30
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-13/+0
* Small cleanup. (#305539, Paolo Borelli)Matthias Clasen2005-06-091-7/+2
* Queue the redisplay after modifying the tag in the btree, otherwise we endMatthias Clasen2005-05-261-0/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+3
* Redisplay the new selection.Matthias Clasen2004-10-301-0/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Don't iterate too far up. (#147965, Olivier Sessink)Matthias Clasen2004-07-231-7/+6
* Don't stop the iteration up to the tag_root too early. (#109945, DonghoMatthias Clasen2004-04-191-4/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* removed underscores from calls to gtk_text_btree_resolve_bidi().Michael Natterer2004-03-011-4/+4
* Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextViewOwen Taylor2004-03-011-0/+175
* Actually free the lists. Pointed out by Morten Welinder.Matthias Clasen2004-02-061-5/+4
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-1/+1
* Check if line_ancestor_parent is NULL. (#102711, Manuel Clos)Matthias Clasen2003-02-201-1/+4
* Implement a utility function proposed in #102534:Matthias Clasen2003-01-061-2/+11
* Deprecation cleanupManish Singh2002-10-101-12/+11
* Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov)Owen Taylor2002-09-231-2/+2
* Fix some cases where signal connection IDs where being assigned to guintOwen Taylor2002-07-101-1/+1
* Don't leak child_anchor_table. (#84425)Matthias Clasen2002-06-091-1/+6
* assign something to "prev" so that removing tag info succeeds. Part ofHavoc Pennington2002-04-301-9/+27
* just go ahead and flush all the first validate stuff if it hasn't beenHavoc Pennington2002-02-131-5/+11
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* fix assertion failure by creating the line data, but not validating it atHavoc Pennington2002-01-291-69/+35
* propagate exposes to no window children not in the buffer window.Havoc Pennington2002-01-021-0/+1
* fix an incorrect assertion that the "valid" flag is always correct in aHavoc Pennington2001-12-311-1/+12
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-19/+4
* add assertion that #58290 would trigger if it reappeared, I thinkHavoc Pennington2001-10-221-3/+8
* add temporary code to dump btree contents on assertion failure describedHavoc Pennington2001-10-221-0/+3
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+1
* fix test case, it previously verified incorrect behaviorHavoc Pennington2001-10-041-7/+26
* use gtk_text_iter_can_insertHavoc Pennington2001-09-251-7/+7
* Get rid of the newline-that-could-not-be-deleted; buffers may now beHavoc Pennington2001-09-241-34/+164
* Bug #60862Havoc Pennington2001-09-211-35/+26
* add variables and checks for specific versions of dependencies. PreviouslyHavoc Pennington2001-09-211-1/+1
* remove some debug code that seems to have caused a breakpoint in validHavoc Pennington2001-09-071-1/+10
* update adjustments after validating destination yrange; fixes #53918 (ThisHavoc Pennington2001-09-071-4/+29
* Rename from gtk_text_tag_table_size(). (#59366)Owen Taylor2001-08-231-1/+1
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-11/+9
* fix other typoHavoc Pennington2001-06-141-14/+29