summaryrefslogtreecommitdiff
path: root/gtk/gtktextbtree.c
Commit message (Expand)AuthorAgeFilesLines
* GtkTextBTreeNode: Improve struct packingMatthias Clasen2011-04-121-4/+4
* gtktexttag: Move public members to private headerJavier Jardón2011-01-031-23/+24
* Get rid of the rest of variables exported from libgtkTor Lillqvist2010-09-081-2/+2
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-13/+13
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Fix compilation warning: Disable unused functionJavier Jardón2009-11-091-0/+4
* Bug 551567 – DND mark brokenChristian Dywan2008-09-111-1/+3
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* new functions _gtk_text_btree_get_insert() andYevgen Muntyan2007-11-151-0/+12
* sort returned tags array by tags priority (#497102).Yevgen Muntyan2007-11-151-0/+6
* Pay attention to tags that turn invisibility off as well as tags that turnOwen Taylor2007-10-261-3/+3
* Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405,Yevgen Muntyan2007-06-011-29/+47
* Allow to separate GtkTextMark creation from buffer insertion. (#132818,Matthias Clasen2007-05-261-5/+15
* Free the lines even if there are no views. (#408018, Albert Huang)Matthias Clasen2007-02-151-4/+11
* avoid memory corruption (#357050).Paolo Borelli2006-11-071-0/+1
* Move some asserts to the right place. (#341661, #341665, Pascal Terjan)Matthias Clasen2006-05-141-7/+5
* 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