summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix for #50317Havoc Pennington2001-09-251-0/+2
* use gtk_text_iter_can_insertHavoc Pennington2001-09-251-24/+80
* Get rid of the newline-that-could-not-be-deleted; buffers may now beHavoc Pennington2001-09-241-32/+50
* add variables and checks for specific versions of dependencies. PreviouslyHavoc Pennington2001-09-211-13/+17
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-081-26/+62
* add some lame code to handle G_MININT, fixes #57424Havoc Pennington2001-09-071-1/+19
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-4/+4
* added this functionHavoc Pennington2001-06-081-3/+5
* rename from gtk_text_iter_reorderHavoc Pennington2001-06-051-3/+3
* Simplify as suggested by Havoc. Just get the last iter and work backwardJoe Shaw2001-05-221-18/+5
* fix some shell typosHavoc Pennington2001-05-071-3/+3
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-2/+194
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-14/+14
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-17/+338
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-1/+158
* hack on this a bitHavoc Pennington2001-01-061-3/+3
* this function was broken if called on the first position in the buffer.Havoc Pennington2001-01-051-1/+1
* if index is equal to the line length, then position iterator beforeHavoc Pennington2001-01-041-12/+16
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-20/+20
* uscore-prepend all the stuff in here.Havoc Pennington2001-01-011-5/+5
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-311-68/+149