summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS andMatthias Clasen2003-01-141-155/+227
* Make C-Down step through the sequence of paragraph ends (old behaviourMatthias Clasen2003-01-041-1/+4
* Don't call gtk_text_iter_backward_sentence_start() if count is zero.Matthias Clasen2002-12-231-0/+3
* Put into #ifdef DO_BLINK to avoid an unused static function. (#97965)Matthias Clasen2002-11-081-1/+6
* Minor documentation fixesSoren Sandmann2002-08-101-5/+5
* Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,Owen Taylor2002-06-131-1/+1
* A bunch of trivial doc fixes.Matthias Clasen2002-04-201-2/+3
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+13
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* propagate exposes to no window children not in the buffer window.Havoc Pennington2002-01-021-1/+3
* fix to use ensure_byte_offsets not ensure_char_offsets, patch from PadraigHavoc Pennington2001-12-311-2/+6
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-1/+1
* Fix some warnings.Darin Adler2001-12-151-1/+2
* assertion here that we were at the end iterator was not correct; changeHavoc Pennington2001-11-291-3/+6
* fix Control-E so it doesn't move to a new line each time you press itHavoc Pennington2001-11-141-2/+2
* bulk of the tests were commented out, oops.Havoc Pennington2001-11-141-11/+23
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-46/+43
* Fix docs to say previous instead of next.Anders Carlsson2001-10-271-2/+2
* if we move to the front of a segment, use the "slow" technique for movingHavoc Pennington2001-10-241-1/+6
* handle case where offset == 0 and char_len == 0, bug #61729Havoc Pennington2001-10-231-1/+1
* fix return value, #61714 (Vitaly Tishkov)Havoc Pennington2001-10-231-6/+12
* don't back up a char from the end iterator, fixes #61859 ("can't putHavoc Pennington2001-10-221-5/+37
* add temporary code to dump btree contents on assertion failure describedHavoc Pennington2001-10-221-7/+6
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+1
* Clarify behavior in docs, #61777 (gtk_text_iter_forward_search)Havoc Pennington2001-10-221-14/+32
* fix test case, it previously verified incorrect behaviorHavoc Pennington2001-10-041-14/+19
* allow testing the end positionHavoc Pennington2001-10-031-2/+5