]> Pileus Git - ~andy/gtk/history - gtk/gtktextlayout.c
sort returned tags array by tags priority (#497102).
[~andy/gtk] / gtk / gtktextlayout.c
2007-11-15 Yevgen Muntyansort returned tags array by tags priority (#497102).
2007-11-15 Yevgen Muntyando not call _gtk_text_btree_get_iter_at_line() and
2007-06-12 Yevgen MuntyanImplement block-cursor for overwrite mode. (#80378)
2007-06-01 Yevgen MuntyanAvoid recreating pangolayouts in GtkTextView on cursor...
2007-05-04 Behdad EsfahbodMake GTK_JUSTIFY_FILL work, using pango_layout_set_just...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-02-18 Matthias ClasenIgnore invisible text when going to end of the previous...
2006-12-24 Behdad EsfahbodBug 340141 – Update to Pango 1.16 API
2006-07-20 Matthias ClasenFix messed up refcounting. (#348090, Chris Wilson)
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-12 Matthias ClasenHandle _gtk_text_line_get_data() returning NULL in...
2006-04-03 Matthias ClasenFix a warning.
2006-01-09 Matthias ClasenDon't leak preedit_string and preedit_attrs. (#322332...
2006-01-04 Matthias ClasenUse the slice allocator for many small allocations.
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-06-28 Matthias ClasenFix positioning at the end of the line for lines ending...
2005-06-13 Matthias ClasenMake invisible text work a bit better (#66194, patch...
2005-06-10 Matthias ClasenAllow setting paragraph background. (#81045, Gustavo...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-08 Matthias ClasenFix #111031, reported by Padraig O'Briain:
2004-11-28 Matthias ClasenReturn a boolean indicating whether we could do the...
2004-11-21 Owen TaylorAdd GdkPangoRenderer, a subclass of PangoRenderer targe...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-13 Owen TaylorWhen not wrapping, do the offset of the line for justif...
2004-03-11 Dov GrobgeldAdded call to gtk_text_layout_update_cursor_line()...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-01 Owen TaylorPatch from Dov Grobgeld to implement auto-bidi-directio...
2004-01-29 Owen Taylorgtk/gtktextlayout.c (line_display_iter_to_index) Only...
2003-08-26 Owen TaylorSince we add one to the layout's reported width to...
2003-06-05 Owen TaylorIf at the end of the buffer, move to the end iter ...
2003-06-05 Owen Taylor#80023, Yao Zhang, TOKUNAGA Hiroyuki
2003-06-05 Owen Taylor#107883, Gustavo Giráldez
2003-04-07 Matthias ClasenAdd GTK_WRAP_WORD_CHAR. (#110086, David Brigada)
2003-01-21 Owen TaylorFix off-by-one error on the backward iteration loop...
2003-01-16 Matthias ClasenMore fixes for invisible text.
2002-12-22 Matthias ClasenDon't add attributes with empty ranges. (fixes #101564...
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-10-10 Manish SinghDeprecation cleanup
2002-06-09 Matthias ClasenDon't leak child_anchor_table. (#84425)
2002-04-30 Havoc Penningtonuse gtk_text_layout_invalidate_cache instead of cut...
2002-03-23 Havoc Penningtoninvalidate the line containing start, even if the ...
2002-03-03 Owen TaylorWhen in split cursor mode, always add the cursor as...
2002-02-25 Kristian Rietveldfree iter before going to done
2002-02-13 Havoc Penningtonjust go ahead and flush all the first validate stuff...
2002-01-29 Havoc Penningtonfix assertion failure by creating the line data, but...
2002-01-17 Havoc Penningtonnew function (which I then decided not to use but I...
2001-12-12 Matthias ClasenTypo fixes Typo fix. (#66746)
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-10-23 Havoc PenningtonApply fix from Dov Grobgeld, #61858
2001-10-22 Havoc Penningtonadd a #error unless you define GTK_TEXT_USE_INTERNAL_UN...
2001-09-24 Havoc PenningtonGet rid of the newline-that-could-not-be-deleted; buffe...
2001-09-21 Havoc Penningtondon't try to handle alignment here, because it's done...
2001-09-18 Owen TaylorFix up for changes to PangoFontDescription.
2001-09-07 Havoc Penningtonremove some debug code that seems to have caused a...
2001-08-30 Havoc Penningtonhandle NULL shaped object from the empty-child-anchor...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-14 Owen TaylorAdd missing gdk_rectangle_get_type() prototype.
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-05-21 Joe ShawRemove the assertion that top_y needs to be >= 0.
2001-05-17 Owen TaylorMake logical motion and deletion by graphemes, not...
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-24 Havoc Penningtonhandle 0-height empty/invisible lines.
2001-03-08 Tim Janikadded accumulator data argument to g_signal_newc()...
2001-03-07 Tim Janikmarshaller fixes.
2001-02-17 Havoc Penningtonconvert the X coordinates so they're with respect to...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-24 4Splitted gtk_image_clear into gtk_image_clear() and...
2001-01-23 Havoc Penningtonrename member fields from GTK_WRAPMODE_WORD to GTK_WRAP...
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2001-01-19 Havoc Penningtonbyte_offset variable was being used to mean both "offse...
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-02 Owen TaylorFix unitialized variable when moving back onto a single...
2001-01-01 Havoc Penningtonuscore-prepend all the stuff in here.
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-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Havoc PenningtonHandle chopping off \r\n and 0x2029 in addition to...
2000-12-02 Havoc Penningtondon't create dangling pointers to the appearance attrib...
2000-11-30 Tor LillqvistChanges by Hans Breuer:
2000-11-20 Havoc PenningtonSemi-finish widget embedding. Need guffaw scrolling...
2000-11-16 Owen TaylorDon't move back one char when we are actually at the...
2000-11-16 Owen Taylorremove unecessary rules for win32-specific config-subst...
2000-11-15 Owen Taylored Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat...
2000-11-15 Havoc PenningtonIf indent is negative, don't move the first line out...
2000-11-15 Havoc Penningtonuse PANGO_PIXELS() to convert to pixels
2000-11-15 Owen TaylorFix reversed > that was causing Home to go to end of...
2000-11-15 Havoc PenningtonDraw underlines one pixel higher.
2000-11-14 Havoc Penningtonfix bug where GC didn't always get updated properly
next