summaryrefslogtreecommitdiff
path: root/gtk/gtktextbtree.c
Commit message (Expand)AuthorAgeFilesLines
* textview: Track differences between ink and logical rectsBenjamin Otte2016-03-211-2/+8
* Drop some unused debug printfsMatthias Clasen2016-02-281-12/+0
* Don't use g_slist_next in gtktextbtree.cMatthias Clasen2015-10-201-6/+6
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-0/+1
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-12/+12
* Clean up debug featuresMatthias Clasen2015-09-091-21/+46
* text buffer: Fix compiler warningsMatthias Clasen2015-06-021-17/+17
* textbtree: Remove unneeded checkSebastien Lafargue2014-11-261-1/+1
* GtkTextView: use GSliceSébastien Wilmet2014-07-201-8/+8
* GtkTextView: use GSlice to allocate GtkTextLineSegment'sSébastien Wilmet2014-04-131-3/+4
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use more apostrophesWilliam Jon McCann2014-02-071-20/+20
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* gtktextbtree: use g_sliceIgnacio Casal Quinteiro2011-12-251-4/+4
* 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