docs: Tiny typo.
[platform/upstream/atk.git] / atk / atktext.h
2016-11-11 Murray Cummingdocs: Tiny typo.
2015-07-27 Alejandro Piñeiromisc: set proper file permissions to source files
2014-04-25 Chun-wei FanAnnotate the Public Symbols in Public Headers
2014-02-01 Piotr DrągRevert "Updated FSF's address"
2014-01-23 Daniel MustielesUpdated FSF's address
2013-11-18 Alejandro Piñeirodoc: improve ATK_TEXT_ATTR documentation
2013-08-19 Alejandro Piñeiroatktext: Fixing some typos on atk_text_get_text_at_offs...
2013-08-14 Mario Sanchez PradaImplement atk_text_get_string_at_offset() and deprecate...
2013-08-12 Alejandro PiñeiroDeprecate 'text-changed' signal
2013-06-17 Alejandro Piñeirotext: Deprecate _END boundaries
2013-06-17 Alejandro Piñeirotext: Deprecate atk_text_get_text_{before,after}_offset()
2013-06-17 Alejandro PiñeiroRemoving pads from interfaces
2012-12-02 Evan Nemersonintrospection: merge fixes from Vala bindings
2011-06-13 Javier Jardónatk: Use const instead G_CONST_RETURN
2011-02-27 Michael Nattereratk: GType foo(); is not a prototype, GType foo(void...
2011-02-25 Mike GorseFix introspection for atk_text_get_bounded_ranges
2010-09-21 Joanmarie DiggsFix for bug #630097 - atktext does not include PANGO_UN...
2009-08-10 Joanmarie DiggsAdd work_char to atktext's wrap mode.
2008-06-05 Michael Nattereradd G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_IN...
2006-03-21 Bill HanemanImproved documentation: ATK now has 100% gtk-doc covera...
2005-11-18 Bill HanemanAdded new API for ATK 1.11/1.12. Minor docs cleanup.
2003-01-21 Padraig O'BriainAdd property accessible-table-caption-object. This...
2002-11-08 Soeren Sandmannatk/atkhyperlink.c atk/atkhyperlink.h atk/atktable...
2002-10-30 Padraig O'BriainAdd reference to atk/atkrelationtype.h
2002-02-13 Padraig O'BriainAdd padding to class structures to allow for future...
2002-01-02 Padraig O'Briainatk/atkgobjectaccessible.h Fixed typo in define (report...
2001-12-05 Padraig O'BriainChange atk_attribute_register to atk_text_attribute_reg...
2001-12-04 Padraig O'BriainAdd implementation of atk_attribute_register, atk_attri...
2001-11-17 Padraig O'BriainRemove unused structure _AtkEditableTextIfaceClass
2001-10-12 Padraig O'BriainUse enum AtkTextAttribute to specify what attribute...
2001-10-10 Padraig O'BriainAdd new function atk_text_get_default_attributes Rename
2001-08-17 Padraig O'BriainChange parameter names *offset to *_offset Do not crash...
2001-08-16 Padraig O'BriainSwapped order of width and height arguments to
2001-08-15 Padraig O'BriainChanged "length" argument of atk_text_get_character_ext...
2001-07-25 Bill HanemanModified Files: atk-uninstalled.pc.in atk.pc.in configu...
2001-07-16 Brian Cameronatk/atkeditabletext.c atk/atktext.c atk/atktext.h atk...
2001-06-28 Brian CameronUpdated so that functions that take screen coords as
2001-06-28 Brian Cameronadded comment.
2001-06-27 Brian CameronUpdated AtkXYCoords enum.
2001-06-22 Lucy BrophyRemoved the macro ATK_TEXT_BOUNDARY_CURSOR_POS from...
2001-06-21 Brian CameronHere is a patch for
2001-06-14 Lucy BrophyChanges to the atk_text_get_text[at/before/after]_offse...
2001-06-12 Brian CameronThe changes include:
2001-06-06 Brian CameronAdded atk_text_ref_run_attributes() and atk_text_set_ru...
2001-06-01 Brian CameronRemoved get_row_col_at_offset from atktext.[ch]
2001-06-01 Brian CameronAdded new logic for handling multiple select regions...
2001-05-28 Brian CameronUpdated the atk docs for several files, particularly...
2001-05-14 Bill HanemanMoved caret_moved and text_changed signals from AtkEdit...
2001-04-27 Bill HanemanWhy did that last commit still build? ;-) Fixed goofs...
2001-04-27 Bill HanemanAdded atk_text_set_caret_offset(...) so that "virtual...
2001-04-27 Bill HanemanLatest rev (previous commit was out of date). Added...
2001-04-26 Bill HanemanInitial revision