summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-30/+89
* remove unused call to get_last_line()Havoc Pennington2000-12-141-3/+102
* Remove double _ in front of some functionsHavoc Pennington2000-12-141-12/+12
* Put _ in front of every function in this header fileHavoc Pennington2000-12-141-65/+65
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-13/+13
* fix breakage here that cause a segfault on text insertionHavoc Pennington2000-12-081-45/+20
* fix this to be saneHavoc Pennington2000-12-041-2/+33
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-25/+85
* change "offset" to "rise"Havoc Pennington2000-11-151-8/+8
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-36/+213
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-3/+52
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-945/+945
* fix constness warningHavoc Pennington2000-10-261-1/+1
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-17/+345
* make it a static functionHavoc Pennington2000-10-241-25/+61
* Some updatesHavoc Pennington2000-10-181-27/+129
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-041-81/+379
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-8/+34
* Handle NULL start/end pointersHavoc Pennington2000-09-301-36/+57
* fix indentationHavoc Pennington2000-09-301-31/+11
* Rename GtkTextStyleValues to GtkTextAttributesHavoc Pennington2000-08-311-16/+16
* cache end line, for rapid testing whether an iterator is the end iteratorHavoc Pennington2000-08-311-3/+3