| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Stop using g_slice | Matthias Clasen | 2023-03-14 | 1 | -4/+4 |
* | gtk: Rename some private headers | Matthias Clasen | 2022-10-05 | 1 | -1/+1 |
* | Drop gtkintl.h | Matthias Clasen | 2022-09-24 | 1 | -1/+1 |
* | Restore the GtkTextchild abi | Matthias Clasen | 2021-12-11 | 1 | -13/+30 |
* | Add a missing since tag | Matthias Clasen | 2021-12-10 | 1 | -26/+28 |
* | textchildanchor: allow to specify replacement character | Georg Vienna | 2021-12-03 | 1 | -9/+24 |
* | textchild: Convert docs | Matthias Clasen | 2021-03-11 | 1 | -16/+20 |
* | Avoid diagnostics for gcc-11 false positive out of bounds accesseswip/kalev/gcc-11 | Kalev Lember | 2021-01-11 | 1 | -0/+14 |
* | textview: Properly delete anchored children | Matthias Clasen | 2020-09-16 | 1 | -2/+2 |
* | gtk: Documentation fixups | Matthias Clasen | 2020-06-05 | 1 | -0/+1 |
* | Replace gtk_widget_destroy everywhere | Matthias Clasen | 2020-05-11 | 1 | -1/+1 |
* | Annotate gtk_text_child_anchor_get_widgets() correctly | Emmanuele Bassi | 2020-05-06 | 1 | -2/+3 |
* | textchild: Return an array from get_widgets | Timm Bäder | 2020-05-05 | 1 | -6/+17 |
* | textview: Use paintables instead of textures, and fix the support | Alexander Larsson | 2020-02-06 | 1 | -30/+87 |
* | textview: Replace pixbufs by textures | Matthias Clasen | 2017-11-29 | 1 | -25/+25 |
* | textview: Make the semi-private headrs really private | Benjamin Otte | 2017-11-11 | 1 | -2/+1 |
* | Don't use g_slist_next in gtktextchild.c | Matthias Clasen | 2015-10-20 | 1 | -2/+2 |
* | Code cleanup | Matthias Clasen | 2015-07-31 | 1 | -10/+2 |
* | Remove more leftover —es | Matthias Clasen | 2014-09-08 | 1 | -1/+1 |
* | GtkTextView: use GSlice to allocate GtkTextLineSegment's | Sébastien Wilmet | 2014-04-13 | 1 | -11/+11 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -3/+3 |
* | gtktextchild: replace hard-coded values by a macro | Sébastien Wilmet | 2013-05-12 | 1 | -5/+6 |
* | Get rid of the rest of variables exported from libgtk | Tor Lillqvist | 2010-09-08 | 1 | -3/+4 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -3/+3 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC... | Michael Natterer | 2008-01-28 | 1 | -2/+2 |
* | gtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCTION (which is | Michael Natterer | 2008-01-28 | 1 | -13/+15 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+3 |
* | Fix a warning. | Matthias Clasen | 2006-04-03 | 1 | -2/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+3 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+3 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, | Matthias Clasen | 2004-02-22 | 1 | -0/+2 |
* | Don't crash when finalizing an unused GtkTextChildAnchor. (#132260, | Matthias Clasen | 2004-01-31 | 1 | -14/+17 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -13/+10 |
* | Use == rather than = in sanity checks. Ouch! | Daniel Elstner | 2002-02-09 | 1 | -6/+6 |
* | Add missing curled braces so that it doesn't always return. Also indent | Daniel Elstner | 2002-02-09 | 1 | -2/+16 |
* | s/__FUNCTION__/G_GNUC_FUNCTION/ ditto | Laszlo Peter | 2002-02-08 | 1 | -2/+2 |
* | Add warnings if you try to use a child anchor that isn't inside a buffer. | Havoc Pennington | 2002-02-06 | 1 | -0/+13 |
* | move README.linux-fb in here | Havoc Pennington | 2002-01-01 | 1 | -0/+33 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+1 |
* | add insert_child_anchor signal, bug #50245 | Havoc Pennington | 2001-02-19 | 1 | -2/+11 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 1 | -4/+4 |
* | Put _ in front of every function in this header file | Havoc Pennington | 2000-12-14 | 1 | -1/+1 |
* | Handle chopping off \r\n and 0x2029 in addition to \n before passing to | Havoc Pennington | 2000-12-11 | 1 | -1/+1 |