]> Pileus Git - ~andy/gtk/history - gtk/gtktextbtree.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktextbtree.c
2011-12-25 Ignacio Casal Quin... gtktextbtree: use g_slice
2011-04-12 Matthias ClasenGtkTextBTreeNode: Improve struct packing
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-03 Javier Jardóngtktexttag: Move public members to private header
2010-09-08 Tor LillqvistGet rid of the rest of variables exported from libgtk
2010-09-08 Tor LillqvistReplace gtk_debug_flags with getter and setter functions
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-09 Javier JardónFix compilation warning: Disable unused function
2008-09-11 Christian DywanBug 551567 – DND mark broken
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-11-15 Yevgen Muntyannew functions _gtk_text_btree_get_insert() and
2007-11-15 Yevgen Muntyansort returned tags array by tags priority (#497102).
2007-10-26 Owen TaylorPay attention to tags that turn invisibility off as...
2007-06-01 Yevgen MuntyanAvoid recreating pangolayouts in GtkTextView on cursor...
2007-05-26 Matthias ClasenAllow to separate GtkTextMark creation from buffer...
2007-02-15 Matthias ClasenFree the lines even if there are no views. (#408018...
2006-11-07 Paolo Borelliavoid memory corruption (#357050).
2006-05-14 Matthias ClasenMove some asserts to the right place. (#341661, #341665...
2006-04-03 Matthias ClasenFix a warning.
2006-02-22 Matthias ClasenFix the build
2006-02-22 Matthias ClasenMinor optimizations. (#332059, Arnaud Charlet)
2005-12-27 Matthias Clasensome more slice allocation
2005-12-27 Matthias ClasenSome more slice allocation
2005-12-27 Matthias ClasenUse the slice allocator for some other small auxiliary...
2005-12-27 Matthias ClasenForgotten file
2005-12-12 Matthias ClasenSpeed up stepping backwards. (#320638, Larry Ewing...
2005-11-02 Matthias ClasenReplace manual offset calculations by g_utf8_offset_to_...
2005-10-26 Matthias ClasenOnly use text segments when determining text direction...
2005-10-11 Matthias ClasenTry to match an off toggle here with the matching on...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-06-09 Matthias ClasenSmall cleanup. (#305539, Paolo Borelli)
2005-05-26 Matthias ClasenQueue the redisplay after modifying the tag in the...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-10-30 Matthias ClasenRedisplay the new selection.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-23 Matthias ClasenDon't iterate too far up. (#147965, Olivier Sessink)
2004-04-19 Matthias ClasenDon't stop the iteration up to the tag_root too early...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-01 Michael Nattererremoved underscores from calls to gtk_text_btree_resolv...
2004-03-01 Owen TaylorPatch from Dov Grobgeld to implement auto-bidi-directio...
2004-02-06 Matthias ClasenActually free the lists. Pointed out by Morten Welinder.
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2003-02-20 Matthias ClasenCheck if line_ancestor_parent is NULL. (#102711, Manuel...
2003-01-06 Matthias ClasenImplement a utility function proposed in #102534:
2002-10-10 Manish SinghDeprecation cleanup
2002-09-23 Owen TaylorUse 'signed int' not 'gint' for signed bitfields. ...
2002-07-10 Owen TaylorFix some cases where signal connection IDs where being...
2002-06-09 Matthias ClasenDon't leak child_anchor_table. (#84425)
2002-04-30 Havoc Penningtonassign something to "prev" so that removing tag info...
2002-02-13 Havoc Penningtonjust go ahead and flush all the first validate stuff...
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2002-01-29 Havoc Penningtonfix assertion failure by creating the line data, but...
2002-01-02 Havoc Penningtonpropagate exposes to no window children not in the...
2001-12-31 Havoc Penningtonfix an incorrect assertion that the "valid" flag is...
2001-12-05 Havoc Penningtonremove g_assert_not_reached() that was bogus, since...
2001-10-22 Havoc Penningtonadd assertion that #58290 would trigger if it reappeare...
2001-10-22 Havoc Penningtonadd temporary code to dump btree contents on assertion...
2001-10-22 Havoc Penningtonadd a #error unless you define GTK_TEXT_USE_INTERNAL_UN...
2001-10-04 Havoc Penningtonfix test case, it previously verified incorrect behavior
2001-09-25 Havoc Penningtonuse gtk_text_iter_can_insert
2001-09-24 Havoc PenningtonGet rid of the newline-that-could-not-be-deleted; buffe...
2001-09-21 Havoc PenningtonBug #60862
2001-09-21 Havoc Penningtonadd variables and checks for specific versions of depen...
2001-09-07 Havoc Penningtonremove some debug code that seems to have caused a...
2001-09-07 Havoc Penningtonupdate adjustments after validating destination yrange...
2001-08-23 Owen TaylorRename from gtk_text_tag_table_size(). (#59366)
2001-06-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-14 Havoc Penningtonfix other typo
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-05 Havoc Penningtonrename from gtk_text_iter_reorder
2001-03-29 Owen TaylorAdd missing NULL on valist.
2001-02-19 Havoc Penningtonadd insert_child_anchor signal, bug #50245
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-02-13 Havoc Penningtonfix bug where it always set the foreground, even if...
2001-02-03 Havoc PenningtonFix bug reported by Mikael Hermansson with patch from...
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2001-01-01 Havoc Penningtonuscore-prepend all the stuff in here.
2000-12-31 Havoc PenningtonRearrange all the scroll-while-dragging-or-selecting...
2000-12-16 Havoc PenningtonGeneral cleanup of the log attr iteration stuff. This...
2000-12-14 Havoc Penningtonremove unused call to get_last_line()
2000-12-14 Havoc PenningtonRemove double _ in front of some functions
2000-12-14 Havoc PenningtonPut _ in front of every function in this header file
2000-12-11 Havoc PenningtonHandle chopping off \r\n and 0x2029 in addition to...
2000-12-08 Havoc Penningtonfix breakage here that cause a segfault on text insertion
2000-12-04 Havoc Penningtonfix this to be sane
2000-11-20 Havoc PenningtonSemi-finish widget embedding. Need guffaw scrolling...
2000-11-07 Havoc Penningtonrename to gtk_text_mark_get_visible
2000-11-03 Havoc PenningtonGet widgets working on the btree/buffer side. Display...
2000-10-30 Havoc PenningtonMassive reindentation and reformatting. Arg alignment...
2000-10-26 Havoc Penningtonfix constness warning
2000-10-26 Havoc Penningtonadd new marshallers used by the text widget
2000-10-24 Havoc Penningtonmake it a static function
2000-10-22 Tor Lillqvistgtk/makefile.mingw.in Updates.
2000-10-04 Havoc Penningtonclean up trailing whitespace, add extensive tests for...
2000-10-02 Havoc Penningtontext_window_* weren't static and should have been....
2000-09-30 Havoc PenningtonHandle NULL start/end pointers
next