summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wrote lots of API docs, minor indentation fixes, inserted some FIXME aboutHavoc Pennington2000-08-281-11/+412
* update to reflect text widget changes.Havoc Pennington2000-07-251-172/+531
* Use gunichar instead of gint when appropriate in the interfacesHavoc Pennington2000-06-211-25/+15
* Test program to make sure GtkTextBuffer is in working order.Havoc Pennington2000-06-021-7/+9
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+2384