summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix breakage here that cause a segfault on text insertionHavoc Pennington2000-12-081-1/+1
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-201-7/+21
* change "offset" to "rise"Havoc Pennington2000-11-151-3/+4
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-37/+176
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-36/+36
* fix constness warningHavoc Pennington2000-10-261-9/+9
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-16/+194
* fix indentationHavoc Pennington2000-09-301-1193/+25
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+1304