]> Pileus Git - ~andy/gtk/history - gtk/gtktextiter.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktextiter.c
2012-04-13 Matthias ClasenFix malformed doc comments
2012-02-27 Javier JardónChange FSF Address
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-15 Jesse van den KieboomAdded gtk_text_iter_assign API
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-22 Andre KlapperDon't use deprecated G_UNICODE_COMBINING_MARK
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2010-11-02 Ignacio Casal Quin... Add case insensitive to GtkTextIter. Fixes bug #61852.
2010-11-02 Paolo BorelliFix backward search bug exposed by the unit test
2010-11-01 Ignacio Casal Quin... Add case insensitive to GtkTextIter. Fixes bug #61852.
2010-11-01 Paolo BorelliFix backward search bug exposed by the unit test
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-08 Tor LillqvistReplace gtk_debug_flags with getter and setter functions
2010-08-18 Christian PerschUse G_DEFINE_BOXED_TYPE
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-24 Ignacio Casal Quin... Fix annotation of gtk_text_iter_(forward/backward)_search.
2010-05-12 Javier JardónMove documentation to inline comments: GtkTextIter
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
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.
next