summaryrefslogtreecommitdiff
path: root/gtk/gtktextmark.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-2/+2
* gtk: Rename some private headersMatthias Clasen2022-10-051-1/+1
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-6/+2
* gtk: mark gtk_text_mark_get_buffer as nullableBilal Elmoussaoui2022-01-011-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-1/+1
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* textmark: Convert docsMatthias Clasen2021-03-111-67/+76
* docs: Clean up the first paragraph for various symbolsEmmanuele Bassi2021-03-111-0/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-2/+2
* The big versioning cleanupMatthias Clasen2018-02-061-2/+0
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-1/+0
* Add nullable return annotation to gtk_text_mark_get_nameIñaki García Etxebarria2017-07-181-1/+1
* textview: document text mark propertiesPaolo Borelli2014-07-281-0/+12
* GtkTextView: use GSlice to allocate GtkTextLineSegment'sSébastien Wilmet2014-04-131-10/+7
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-6/+6
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: Use markup for linksWilliam Jon McCann2014-02-071-2/+3
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: use quotes instead of <firstterm>William Jon McCann2014-02-041-3/+3
* docs: don't use footnotesWilliam Jon McCann2014-01-271-5/+4
* Move documentation to inline comments: GtkTextMarkJavier Jardón2011-04-181-0/+37
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Formatting fixes.Matthias Clasen2007-05-261-2/+2
* Allow to separate GtkTextMark creation from buffer insertion. (#132818,Matthias Clasen2007-05-261-21/+149
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+3
* Fix a warning.Matthias Clasen2006-04-031-2/+2
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* 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-1/+4
* 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
* Fix NULL/FALSE confusion (#107648, Morten Welinder)Matthias Clasen2003-03-061-1/+1
* Deprecation cleanupManish Singh2002-10-101-2/+1
* move README.linux-fb in hereHavoc Pennington2002-01-011-1/+1
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-1/+1
* Bug #60862Havoc Pennington2001-09-211-7/+11
* chain parent class handlers, pointed out by Joshua N PritikinTim Janik2001-08-231-0/+3
* offset the current invalid region, fixes redraw bug while scrolling theHavoc Pennington2001-01-121-0/+20
* Put _ in front of every function in this header fileHavoc Pennington2000-12-141-1/+1
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-1/+25
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-2/+2
* Docs (gtk_text_tag_table_size): return a signed intHavoc Pennington2000-11-031-0/+27
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-49/+49
* fix constness warningHavoc Pennington2000-10-261-3/+3