]> Pileus Git - ~andy/gtk/history - gtk/gtktextiter.c
add variables and checks for specific versions of dependencies. Previously
[~andy/gtk] / gtk / gtktextiter.c
2001-09-21 Havoc Penningtonadd variables and checks for specific versions of depen...
2001-09-08 Havoc Penningtondefault xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
2001-09-07 Havoc Penningtonadd some lame code to handle G_MININT, fixes #57424
2001-06-14 Owen TaylorAdd missing gdk_rectangle_get_type() prototype.
2001-06-08 Havoc Penningtonadded this function
2001-06-05 Havoc Penningtonrename from gtk_text_iter_reorder
2001-05-22 Joe ShawSimplify as suggested by Havoc. Just get the last iter...
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-24 Havoc Penningtonhandle 0-height empty/invisible lines.
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2001-01-06 Havoc Penningtonhack on this a bit
2001-01-05 Havoc Penningtonthis function was broken if called on the first positio...
2001-01-04 Havoc Penningtonif index is equal to the line length, then position...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2001-01-01 Havoc Penningtonuscore-prepend all the stuff in here.
2000-12-31 Havoc PenningtonRearrange all the scroll-while-dragging-or-selecting...
2000-12-16 Havoc PenningtonGeneral cleanup of the log attr iteration stuff. This...
2000-12-14 Havoc Penningtonremove unused call to get_last_line()
2000-12-14 Havoc PenningtonRemove double _ in front of some functions
2000-12-14 Havoc PenningtonPut _ in front of every function in this header file
2000-12-11 Havoc PenningtonHandle chopping off \r\n and 0x2029 in addition to...
2000-12-08 Havoc Penningtonfix breakage here that cause a segfault on text insertion
2000-12-04 Havoc Penningtonfix this to be sane
2000-12-02 Havoc Penningtondon't create dangling pointers to the appearance attrib...
2000-11-15 Havoc Penningtonchange "offset" to "rise"
2000-11-07 Havoc Penningtonrename to gtk_text_mark_get_visible
2000-11-03 Havoc PenningtonGet widgets working on the btree/buffer side. Display...
2000-10-30 Havoc PenningtonMassive reindentation and reformatting. Arg alignment...
2000-10-26 Havoc Penningtonfix constness warning
2000-10-26 Havoc Penningtonadd new marshallers used by the text widget
2000-10-24 Havoc Penningtonmake it a static function
2000-10-18 Havoc PenningtonSome updates
2000-10-04 Havoc Penningtonclean up trailing whitespace, add extensive tests for...
2000-10-02 Havoc Penningtontext_window_* weren't static and should have been....
2000-09-30 Havoc PenningtonHandle NULL start/end pointers
2000-09-30 Havoc Penningtonfix indentation
2000-08-31 Havoc PenningtonRename GtkTextStyleValues to GtkTextAttributes
2000-08-31 Havoc Penningtoncache end line, for rapid testing whether an iterator...
2000-08-28 Havoc Penningtonwrote lots of API docs, minor indentation fixes, insert...
2000-07-25 Havoc Penningtonupdate to reflect text widget changes.
2000-06-21 Havoc PenningtonUse gunichar instead of gint when appropriate in the...
2000-06-02 Havoc PenningtonTest program to make sure GtkTextBuffer is in working...
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...