]> Pileus Git - ~andy/gtk/history - gtk/gtktextiter.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gtk / gtktextiter.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-11-22 Matthias ClasenFix an aliasing problem. (#347585, Ed Catmur)
2007-11-15 Yevgen Muntyansort returned tags array by tags priority (#497102).
2007-10-16 Matthias ClasenImprove the docs. (#486155, Owen Taylor)
2007-04-27 Matthias ClasenInternalize some strings, pointed out by Damon Chaplin.
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-04-05 Paolo Borellihandle the case of \r and \n split across lines. Bug...
2006-02-23 Matthias ClasenFix macro declaration
2006-02-22 Matthias ClasenMinor optimizations. (#332059, Arnaud Charlet)
2006-01-04 Matthias ClasenUse the slice allocator for many small allocations.
2005-12-12 Matthias ClasenSpeed this function up, using the fact that visibility...
2005-12-12 Matthias ClasenSpeed up stepping backwards. (#320638, Larry Ewing...
2005-11-14 Matthias ClasenMake limit an inclusive boundary. (#321299)
2005-11-02 Matthias ClasenReplace manual offset calculations by g_utf8_offset_to_...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-08-31 Matthias ClasenFix a typo in the docs. (#314878, Guillaume Cottenceau)
2005-06-13 Matthias ClasenMake invisible text work a bit better (#66194, patch...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-25 Matthias ClasenDon't access attr[-1]. (#153628, Padraig O'Briain)
2004-08-16 Matthias ClasenCount from the beginning of the line, not from the...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-30 Federico Mena QuinteroFixes #132975.
2003-03-13 Sven Neumannremoved redundant calls to g_object_notify().
2003-03-08 Matthias ClasenTrivial cleanups (bug #107664)
2003-01-14 Matthias ClasenSkip invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
2003-01-04 Matthias ClasenMake C-Down step through the sequence of paragraph...
2002-12-23 Matthias ClasenDon't call gtk_text_iter_backward_sentence_start()...
2002-11-08 Matthias ClasenPut into #ifdef DO_BLINK to avoid an unused static...
2002-08-10 Soren SandmannMinor documentation fixes
2002-06-13 Owen TaylorFix type names for GtkIconSet, GtkIconSource, GtkSelect...
2002-04-20 Matthias ClasenA bunch of trivial doc fixes.
2002-03-02 Owen TaylorSwitch style of stamp file usage.
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2002-01-02 Havoc Penningtonpropagate exposes to no window children not in the...
2001-12-31 Havoc Penningtonfix to use ensure_byte_offsets not ensure_char_offsets...
2001-12-20 Matthias ClasenMore precise documentation about underscores and mnemon...
2001-12-15 Darin Adler Fix some warnings.
2001-11-29 Havoc Penningtonassertion here that we were at the end iterator was...
2001-11-14 Havoc Penningtonfix Control-E so it doesn't move to a new line each...
2001-11-14 Havoc Penningtonbulk of the tests were commented out, oops.
2001-11-10 Matthias ClasenMass fixing of trivial doc bugs. (#63544, #57007, ...
2001-10-27 Anders CarlssonFix docs to say previous instead of next.
2001-10-24 Havoc Penningtonif we move to the front of a segment, use the "slow...
2001-10-23 Havoc Penningtonhandle case where offset == 0 and char_len == 0, bug...
2001-10-23 Havoc Penningtonfix return value, #61714 (Vitaly Tishkov)
2001-10-22 Havoc Penningtondon't back up a char from the end iterator, fixes ...
2001-10-22 Havoc Penningtonadd temporary code to dump btree contents on assertion...
2001-10-22 Havoc Penningtonadd a #error unless you define GTK_TEXT_USE_INTERNAL_UN...
2001-10-22 Havoc PenningtonClarify behavior in docs, #61777 (gtk_text_iter_forward...
2001-10-04 Havoc Penningtonfix test case, it previously verified incorrect behavior
2001-10-03 Havoc Penningtonallow testing the end position
2001-09-25 Havoc Penningtonfix for #50317
2001-09-25 Havoc Penningtonuse gtk_text_iter_can_insert
2001-09-24 Havoc PenningtonGet rid of the newline-that-could-not-be-deleted; buffe...
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...
next