summaryrefslogtreecommitdiff
path: root/gtk/gtktextbtree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-2/+2
* rename from gtk_text_iter_reorderHavoc Pennington2001-06-051-4/+4
* Add missing NULL on valist.Owen Taylor2001-03-291-2/+0
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-191-5/+10
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-1/+1
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-14/+32
* Fix bug reported by Mikael Hermansson with patch from Mikael (if there wasHavoc Pennington2001-02-031-2/+5
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+12
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-44/+44
* uscore-prepend all the stuff in here.Havoc Pennington2001-01-011-3/+2
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-311-47/+33
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-17/+18