summaryrefslogtreecommitdiff
path: root/gtk/gtktextbtree.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-23/+33
* textbtree: Fix a compiler warningMatthias Clasen2023-02-021-4/+1
* gtk: Rename some private headersMatthias Clasen2022-10-051-3/+3
* Rename gdk-private.h to gdkprivate.hMatthias Clasen2022-09-231-1/+1
* Restore the GtkTextchild abiMatthias Clasen2021-12-111-65/+65
* textchildanchor: allow to specify replacement characterGeorg Vienna2021-12-031-2/+33
* textbtree: Initialize to zero the tags counting arrayMarco Trevisan (Treviño)2021-07-091-0/+2
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-16/+18
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* textbtree: Static analysis fixesMatthias Clasen2021-05-031-2/+1
* textbtree: Return tags in a GPtrArrayMatthias Clasen2021-04-041-42/+20
* textbtree: Inline node data handlingMatthias Clasen2021-04-041-29/+9
* textbtree: Speed up _gtk_text_btree_find_line_topMatthias Clasen2021-04-041-11/+9
* textbtree: Don't opencode reallocMatthias Clasen2021-04-041-15/+3
* textbtree: Speed up _gtk_text_line_char_indexMatthias Clasen2021-04-041-21/+13
* textbtree: Avoid malloc in one placeMatthias Clasen2021-04-041-19/+6
* textbtree: Avoid line vs char count confusionMatthias Clasen2021-02-041-2/+2
* Correct typos in gtktextbtree.cFelix Yan2020-08-081-5/+5
* Replace "gchar" with "char"Benjamin Otte2020-07-251-12/+12
* Replace "gint" with "int"Benjamin Otte2020-07-251-119/+119
* textbtree: short-circuit visibility check when possibleChristian Hergert2020-03-181-1/+8
* build: Add -Wnull-dereferenceBenjamin Otte2020-03-051-7/+9
* textview: Use paintables instead of textures, and fix the supportAlexander Larsson2020-02-061-10/+11
* Silence a compiler warningMatthias Clasen2020-01-291-1/+2
* gtk: Stop using deprecated pango apiMatthias Clasen2019-02-041-2/+3
* textview: Replace pixbufs by texturesMatthias Clasen2017-11-291-9/+9
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-2/+1
* Remove redundant declarationsEmmanuele Bassi2016-10-171-2/+0
* 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