summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-4/+4
* gtk: Rename some private headersMatthias Clasen2022-10-051-1/+1
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Restore the GtkTextchild abiMatthias Clasen2021-12-111-13/+30
* Add a missing since tagMatthias Clasen2021-12-101-26/+28
* textchildanchor: allow to specify replacement characterGeorg Vienna2021-12-031-9/+24
* textchild: Convert docsMatthias Clasen2021-03-111-16/+20
* Avoid diagnostics for gcc-11 false positive out of bounds accesseswip/kalev/gcc-11Kalev Lember2021-01-111-0/+14
* textview: Properly delete anchored childrenMatthias Clasen2020-09-161-2/+2
* gtk: Documentation fixupsMatthias Clasen2020-06-051-0/+1
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-1/+1
* Annotate gtk_text_child_anchor_get_widgets() correctlyEmmanuele Bassi2020-05-061-2/+3
* textchild: Return an array from get_widgetsTimm Bäder2020-05-051-6/+17
* textview: Use paintables instead of textures, and fix the supportAlexander Larsson2020-02-061-30/+87
* textview: Replace pixbufs by texturesMatthias Clasen2017-11-291-25/+25
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-2/+1
* Don't use g_slist_next in gtktextchild.cMatthias Clasen2015-10-201-2/+2
* Code cleanupMatthias Clasen2015-07-311-10/+2
* Remove more leftover —esMatthias Clasen2014-09-081-1/+1
* GtkTextView: use GSlice to allocate GtkTextLineSegment'sSébastien Wilmet2014-04-131-11/+11
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* gtktextchild: replace hard-coded values by a macroSébastien Wilmet2013-05-121-5/+6
* Get rid of the rest of variables exported from libgtkTor Lillqvist2010-09-081-3/+4
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtktextchild.c meant to use G_STRFUNC, not G_STRLOC...Michael Natterer2008-01-281-2/+2
* gtk/gtktextchild.c use G_STRLOC instead of G_GNUC_FUNCTION (which isMichael Natterer2008-01-281-13/+15
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-34/+3
* Fix a warning.Matthias Clasen2006-04-031-2/+2
* Intern some more strings.Matthias Clasen2005-09-011-2/+3
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-0/+2
* Don't crash when finalizing an unused GtkTextChildAnchor. (#132260,Matthias Clasen2004-01-311-14/+17
* Deprecation cleanupManish Singh2002-10-101-13/+10
* Use == rather than = in sanity checks. Ouch!Daniel Elstner2002-02-091-6/+6
* Add missing curled braces so that it doesn't always return. Also indentDaniel Elstner2002-02-091-2/+16
* s/__FUNCTION__/G_GNUC_FUNCTION/ dittoLaszlo Peter2002-02-081-2/+2
* Add warnings if you try to use a child anchor that isn't inside a buffer.Havoc Pennington2002-02-061-0/+13
* move README.linux-fb in hereHavoc Pennington2002-01-011-0/+33
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+1
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-191-2/+11
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-4/+4
* Put _ in front of every function in this header fileHavoc Pennington2000-12-141-1/+1
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-1/+1