summaryrefslogtreecommitdiff
path: root/gtk/gtktextbtree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused call to get_last_line()Havoc Pennington2000-12-141-17/+27
* Remove double _ in front of some functionsHavoc Pennington2000-12-141-11/+11
* Put _ in front of every function in this header fileHavoc Pennington2000-12-141-165/+165
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-7/+7
* fix breakage here that cause a segfault on text insertionHavoc Pennington2000-12-081-0/+4
* fix this to be saneHavoc Pennington2000-12-041-20/+19
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-201-2/+2
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-9/+23
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-9/+54
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-1347/+1347
* fix constness warningHavoc Pennington2000-10-261-19/+19
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-3/+5
* make it a static functionHavoc Pennington2000-10-241-87/+144
* gtk/makefile.mingw.in Updates.Tor Lillqvist2000-10-221-0/+2
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-041-77/+380
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-11/+11
* Handle NULL start/end pointersHavoc Pennington2000-09-301-15/+28
* fix indentationHavoc Pennington2000-09-301-6/+5