| Commit message (Expand) | Author | Age | Files | Lines |
* | textview: Use paintables instead of textures, and fix the support | Alexander Larsson | 2020-02-06 | 1 | -10/+11 |
* | Silence a compiler warning | Matthias Clasen | 2020-01-29 | 1 | -1/+2 |
* | gtk: Stop using deprecated pango api | Matthias Clasen | 2019-02-04 | 1 | -2/+3 |
* | textview: Replace pixbufs by textures | Matthias Clasen | 2017-11-29 | 1 | -9/+9 |
* | textview: Make the semi-private headrs really private | Benjamin Otte | 2017-11-11 | 1 | -2/+1 |
* | Remove redundant declarations | Emmanuele Bassi | 2016-10-17 | 1 | -2/+0 |
* | textview: Track differences between ink and logical rects | Benjamin Otte | 2016-03-21 | 1 | -2/+8 |
* | Drop some unused debug printfs | Matthias Clasen | 2016-02-28 | 1 | -12/+0 |
* | Don't use g_slist_next in gtktextbtree.c | Matthias Clasen | 2015-10-20 | 1 | -6/+6 |
* | Split off a private header for GtkTextBuffer | Matthias Clasen | 2015-10-15 | 1 | -0/+1 |
* | Use stupid quotes instead of dumb quotes | Matthias Clasen | 2015-09-23 | 1 | -12/+12 |
* | Clean up debug features | Matthias Clasen | 2015-09-09 | 1 | -21/+46 |
* | text buffer: Fix compiler warnings | Matthias Clasen | 2015-06-02 | 1 | -17/+17 |
* | textbtree: Remove unneeded check | Sebastien Lafargue | 2014-11-26 | 1 | -1/+1 |
* | GtkTextView: use GSlice | Sébastien Wilmet | 2014-07-20 | 1 | -8/+8 |
* | GtkTextView: use GSlice to allocate GtkTextLineSegment's | Sébastien Wilmet | 2014-04-13 | 1 | -3/+4 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -2/+2 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use more apostrophes | William Jon McCann | 2014-02-07 | 1 | -20/+20 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | gtktextbtree: use g_slice | Ignacio Casal Quinteiro | 2011-12-25 | 1 | -4/+4 |
* | GtkTextBTreeNode: Improve struct packing | Matthias Clasen | 2011-04-12 | 1 | -4/+4 |
* | gtktexttag: Move public members to private header | Javier Jardón | 2011-01-03 | 1 | -23/+24 |
* | Get rid of the rest of variables exported from libgtk | Tor Lillqvist | 2010-09-08 | 1 | -2/+2 |
* | Replace gtk_debug_flags with getter and setter functions | Tor Lillqvist | 2010-09-08 | 1 | -13/+13 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Fix compilation warning: Disable unused function | Javier Jardón | 2009-11-09 | 1 | -0/+4 |
* | Bug 551567 – DND mark broken | Christian Dywan | 2008-09-11 | 1 | -1/+3 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | new functions _gtk_text_btree_get_insert() and | Yevgen Muntyan | 2007-11-15 | 1 | -0/+12 |
* | sort returned tags array by tags priority (#497102). | Yevgen Muntyan | 2007-11-15 | 1 | -0/+6 |
* | Pay attention to tags that turn invisibility off as well as tags that turn | Owen Taylor | 2007-10-26 | 1 | -3/+3 |
* | Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, | Yevgen Muntyan | 2007-06-01 | 1 | -29/+47 |
* | Allow to separate GtkTextMark creation from buffer insertion. (#132818, | Matthias Clasen | 2007-05-26 | 1 | -5/+15 |
* | Free the lines even if there are no views. (#408018, Albert Huang) | Matthias Clasen | 2007-02-15 | 1 | -4/+11 |
* | avoid memory corruption (#357050). | Paolo Borelli | 2006-11-07 | 1 | -0/+1 |
* | Move some asserts to the right place. (#341661, #341665, Pascal Terjan) | Matthias Clasen | 2006-05-14 | 1 | -7/+5 |
* | Fix a warning. | Matthias Clasen | 2006-04-03 | 1 | -1/+1 |
* | Fix the build | Matthias Clasen | 2006-02-22 | 1 | -0/+2 |
* | Minor optimizations. (#332059, Arnaud Charlet) | Matthias Clasen | 2006-02-22 | 1 | -9/+3 |
* | some more slice allocation | Matthias Clasen | 2005-12-27 | 1 | -13/+5 |
* | Some more slice allocation | Matthias Clasen | 2005-12-27 | 1 | -14/+10 |
* | Use the slice allocator for some other small auxiliary structures as well. | Matthias Clasen | 2005-12-27 | 1 | -2/+2 |
* | Forgotten file | Matthias Clasen | 2005-12-27 | 1 | -2/+2 |
* | Speed up stepping backwards. (#320638, Larry Ewing, Paolo Borelli) | Matthias Clasen | 2005-12-12 | 1 | -1/+6 |
* | Replace manual offset calculations by g_utf8_offset_to_pointer(). | Matthias Clasen | 2005-11-02 | 1 | -9/+4 |
* | Only use text segments when determining text direction. (#319065, Tommi | Matthias Clasen | 2005-10-26 | 1 | -1/+1 |
* | Try to match an off toggle here with the matching on toggle if it | Matthias Clasen | 2005-10-11 | 1 | -9/+30 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -13/+0 |