summaryrefslogtreecommitdiff
path: root/atk/atktext.h
Commit message (Expand)AuthorAgeFilesLines
* Added new API for ATK 1.11/1.12. Minor docs cleanup.Bill Haneman2005-11-181-26/+0
* Add property accessible-table-caption-object. This addresses bug #74814.Padraig O'Briain2003-01-211-2/+79
* atk/atkhyperlink.c atk/atkhyperlink.h atk/atktable.c atk/atktable.hSoeren Sandmann2002-11-081-1/+1
* Add reference to atk/atkrelationtype.hPadraig O'Briain2002-10-301-1/+2
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-131-0/+5
* atk/atkgobjectaccessible.h Fixed typo in define (reported by Jeff Franks)Padraig O'Briain2002-01-021-1/+1
* Change atk_attribute_register to atk_text_attribute_register,Padraig O'Briain2001-12-051-4/+4
* Add implementation of atk_attribute_register, atk_attribute_for_name UdatePadraig O'Briain2001-12-041-1/+9
* Remove unused structure _AtkEditableTextIfaceClassPadraig O'Briain2001-11-171-1/+4
* Use enum AtkTextAttribute to specify what attribute are supported ratherPadraig O'Briain2001-10-121-215/+68
* Add new function atk_text_get_default_attributes RenamePadraig O'Briain2001-10-101-3/+6
* Change parameter names *offset to *_offset Do not crash if NULL pointersPadraig O'Briain2001-08-171-12/+12
* Swapped order of width and height arguments toPadraig O'Briain2001-08-161-3/+3
* Changed "length" argument of atk_text_get_character_extents() to "height".Padraig O'Briain2001-08-151-2/+2
* Modified Files: atk-uninstalled.pc.in atk.pc.in configure.inBill Haneman2001-07-251-1/+0
* atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.hBrian Cameron2001-07-161-2/+233
* Updated so that functions that take screen coords asBrian Cameron2001-06-281-18/+5
* added comment.Brian Cameron2001-06-281-0/+5
* Updated AtkXYCoords enum.Brian Cameron2001-06-271-4/+4
* Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS from atk/atktext.hLucy Brophy2001-06-221-2/+0
* Here is a patch forBrian Cameron2001-06-211-0/+8
* Changes to the atk_text_get_text[at/before/after]_offset interfacesLucy Brophy2001-06-141-6/+18
* The changes include:Brian Cameron2001-06-121-17/+20
* Added atk_text_ref_run_attributes() and atk_text_set_run_attributes().Brian Cameron2001-06-061-6/+23
* Removed get_row_col_at_offset from atktext.[ch]Brian Cameron2001-06-011-8/+0
* Added new logic for handling multiple select regions to atktext.[ch].Brian Cameron2001-06-011-14/+28
* Updated the atk docs for several files, particularly for enumerations.Brian Cameron2001-05-281-0/+13
* Moved caret_moved and text_changed signals from AtkEditableText to AtkText.Bill Haneman2001-05-141-0/+3
* Why did that last commit still build? ;-) Fixed goofs in set_selection_boundsBill Haneman2001-04-271-2/+2
* Added atk_text_set_caret_offset(...) so that "virtual caret" can be supportedBill Haneman2001-04-271-44/+44
* Latest rev (previous commit was out of date). Added README and NEWS.Bill Haneman2001-04-271-0/+1
* Initial revisionBill Haneman2001-04-261-0/+156