summaryrefslogtreecommitdiff
path: root/gtk/gtktextiter.h
Commit message (Expand)AuthorAgeFilesLines
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* Document GtkTextSearchFlagsSébastien Wilmet2013-06-251-0/+15
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+91
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-0/+1
* Added gtk_text_iter_assign APIJesse van den Kieboom2011-08-151-4/+2
* textview: Move GtkTextAttributes to its own headerBenjamin Otte2011-01-111-1/+2
* Removed a trailing enum comma.Murray Cumming2010-11-021-1/+1
* Add case insensitive to GtkTextIter. Fixes bug #61852.Ignacio Casal Quinteiro2010-11-021-3/+4
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Make invisible text work a bit better (#66194, patch by JeroenMatthias Clasen2005-06-131-0/+7
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-8/+4
* Mark as const.Matthias Clasen2004-11-231-1/+1
* Document new properties as 2.4 additions.Matthias Clasen2003-06-141-2/+2
* Skip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS andMatthias Clasen2003-01-141-0/+14
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+4
* bulk of the tests were commented out, oops.Havoc Pennington2001-11-141-0/+3
* Clarify behavior in docs, #61777 (gtk_text_iter_forward_search)Havoc Pennington2001-10-221-4/+8
* add demo of passing non-stock label in to gtk_dialog_new_with_buttonsHavoc Pennington2001-09-271-0/+5
* use gtk_text_iter_can_insertHavoc Pennington2001-09-251-0/+2
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-081-4/+0
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-5/+5
* rename from gtk_text_iter_reorderHavoc Pennington2001-06-051-1/+1
* fix some shell typosHavoc Pennington2001-05-071-3/+4
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-0/+7
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-1/+1
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-0/+10
* hack on this a bitHavoc Pennington2001-01-061-1/+1
* Rearrange all the scroll-while-dragging-or-selecting code to be different,Havoc Pennington2000-12-311-0/+1
* remove unused call to get_last_line()Havoc Pennington2000-12-141-10/+23
* Handle chopping off \r\n and 0x2029 in addition to \n before passing toHavoc Pennington2000-12-111-2/+2
* fix breakage here that cause a segfault on text insertionHavoc Pennington2000-12-081-2/+2
* add gdkkeys.[hc]Havoc Pennington2000-12-061-3/+4
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-0/+3
* rename to gtk_text_mark_get_visibleHavoc Pennington2000-11-071-12/+17
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-0/+3
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-7/+7
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-11/+14
* make it a static functionHavoc Pennington2000-10-241-0/+2
* Some updatesHavoc Pennington2000-10-181-12/+14
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-0/+26
* fix indentationHavoc Pennington2000-09-301-6/+2
* Rename GtkTextStyleValues to GtkTextAttributesHavoc Pennington2000-08-311-2/+2
* wrote lots of API docs, minor indentation fixes, inserted some FIXME aboutHavoc Pennington2000-08-281-8/+8
* update to reflect text widget changes.Havoc Pennington2000-07-251-55/+72