summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.c
Commit message (Expand)AuthorAgeFilesLines
* textiter: better document "tag" functionsSébastien Wilmet2013-06-301-12/+17
* textiter: doc precision for forward_search() and backward_search()Sébastien Wilmet2013-06-291-1/+7
* Document GtkTextSearchFlagsSébastien Wilmet2013-06-251-11/+1
* textiter: bug fix in forward_search() and backward_search()Sébastien Wilmet2013-06-241-5/+4
* Fix gtk_text_iter_forward_to_tag_toggle() for end iterSébastien Wilmet2013-06-201-0/+3
* Improve doc of gtk_text_iter_forward_search()Sébastien Wilmet2013-06-201-1/+1
* Small API doc fixesSébastien Wilmet2013-03-161-4/+4
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Added gtk_text_iter_assign APIJesse van den Kieboom2011-08-151-0/+22
* Don't use deprecated G_UNICODE_COMBINING_MARKAndre Klapper2011-07-221-1/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-1/+1
* Add case insensitive to GtkTextIter. Fixes bug #61852.Ignacio Casal Quinteiro2010-11-021-55/+342
* Fix backward search bug exposed by the unit testPaolo Borelli2010-11-021-0/+2
* Tons of transfer annotationsMatthias Clasen2010-09-211-5/+5
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-1/+1
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-12/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Fix annotation of gtk_text_iter_(forward/backward)_search.Ignacio Casal Quinteiro2010-06-241-4/+4
* Move documentation to inline comments: GtkTextIterJavier Jardón2010-05-131-0/+12
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-21/+21
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fix an aliasing problem. (#347585, Ed Catmur)Matthias Clasen2007-11-221-1/+1
* sort returned tags array by tags priority (#497102).Yevgen Muntyan2007-11-151-6/+0
* Improve the docs. (#486155, Owen Taylor)Matthias Clasen2007-10-161-4/+4
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-271-1/+2
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-37/+0
* handle the case of \r and \n split across lines. Bug #337022. add unitPaolo Borelli2006-04-051-2/+15
* Fix macro declarationMatthias Clasen2006-02-231-1/+1
* Minor optimizations. (#332059, Arnaud Charlet)Matthias Clasen2006-02-221-1/+1
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-2/+2
* Speed this function up, using the fact that visibility is constant acrossMatthias Clasen2005-12-121-28/+36
* Speed up stepping backwards. (#320638, Larry Ewing, Paolo Borelli)Matthias Clasen2005-12-121-6/+8
* Make limit an inclusive boundary. (#321299)Matthias Clasen2005-11-141-1/+1
* Replace manual offset calculations by g_utf8_offset_to_pointer().Matthias Clasen2005-11-021-9/+4
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-3/+0
* Fix a typo in the docs. (#314878, Guillaume Cottenceau)Matthias Clasen2005-08-311-1/+1
* Make invisible text work a bit better (#66194, patch by JeroenMatthias Clasen2005-06-131-0/+156
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Don't access attr[-1]. (#153628, Padraig O'Briain)Matthias Clasen2004-09-251-1/+4
* Count from the beginning of the line, not from the current position.Matthias Clasen2004-08-161-0/+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
* Fixes #132975.Federico Mena Quintero2004-01-301-2/+2
* removed redundant calls to g_object_notify().Sven Neumann2003-03-131-2/+2
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-6/+6