summaryrefslogtreecommitdiff
path: root/atk/atktext.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing #include <string.h>Darin Adler2001-12-171-0/+2
* Change atk_attribute_register to atk_text_attribute_register,Padraig O'Briain2001-12-051-9/+9
* Add implementation of atk_attribute_register, atk_attribute_for_name UdatePadraig O'Briain2001-12-041-32/+105
* updated externalsHans Breuer2001-11-231-1/+1
* switch to class_peek.Michael Meeks2001-11-221-1/+1
* Remove unused structure _AtkEditableTextIfaceClassPadraig O'Briain2001-11-171-7/+10
* Add convenience function atk_object_notify_state_change() to generatePadraig O'Briain2001-10-191-2/+6
* Update comments in atk_text_get_text_[at|after|before]_offset() to clarifyPadraig O'Briain2001-10-171-26/+126
* Update comments in atk_text_get_run_attributes() andPadraig O'Briain2001-10-161-7/+5
* Correct order of attribute names in text_attr_name array.Padraig O'Briain2001-10-151-1/+1
* Use enum AtkTextAttribute to specify what attribute are supported ratherPadraig O'Briain2001-10-121-0/+123
* Add call to set iface.Padraig O'Briain2001-10-101-0/+2
* Correct typo.Padraig O'Briain2001-10-101-1/+1
* Add new function atk_text_get_default_attributes RenamePadraig O'Briain2001-10-101-8/+37
* Avoid leaking of AtkAttributeSet data structure; speed up code.Padraig O'Briain2001-10-091-9/+14
* updated externals version 0.4Hans Breuer2001-09-211-1/+1
* Change parameter names *offset to *_offset Do not crash if NULL pointersPadraig O'Briain2001-08-171-30/+110
* Swapped order of width and height arguments toPadraig O'Briain2001-08-161-7/+7
* Changed "length" argument of atk_text_get_character_extents() to "height".Padraig O'Briain2001-08-151-4/+4
* Remove all instances of g_return_if_fail (foo != NULL); that arePadraig O'Briain2001-07-271-16/+0
* atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.hBrian Cameron2001-07-161-1/+3
* s/signal_newc/signal_new/ to adapt to recent GSignal changes.Tim Janik2001-07-021-28/+28
* Updated so that functions that take screen coords asBrian Cameron2001-06-281-2/+2
* Cleaned up docs.Brian Cameron2001-06-281-8/+8
* Updated gtk-docs fixing spelling errors and making minorBrian Cameron2001-06-271-3/+3
* Here is a patch forBrian Cameron2001-06-211-0/+24
* Made docs more clear.Brian Cameron2001-06-151-2/+1
* Updated the atktext.c docs.Brian Cameron2001-06-141-12/+18
* Changes to the atk_text_get_text[at/before/after]_offset interfacesLucy Brophy2001-06-141-6/+12
* The changes include:Brian Cameron2001-06-121-43/+14
* Added atk_text_ref_run_attributes() and atk_text_set_run_attributes().Brian Cameron2001-06-061-29/+68
* Slightly improved docs in atktext.cBrian Cameron2001-06-051-1/+2
* Removed get_row_col_at_offset from atktext.[ch]Brian Cameron2001-06-011-31/+0
* Added new logic for handling multiple select regions to atktext.[ch].Brian Cameron2001-06-011-39/+103
* Added atk_marshal_VOID__INT_INT marshaller. Updated the Makefiles so theBrian Cameron2001-05-311-2/+3
* Improved atk docs for atktext.cBrian Cameron2001-05-291-16/+31
* Updated atktext.c so that the initialized flag is set up properly whenBrian Cameron2001-05-281-0/+6
* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,Padraig O'Briain2001-05-241-2/+2
* Clarified behavior of atk_text_get_text_... interfacesPadraig O'Briain2001-05-231-1/+21
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-211-78/+80
* Added comments to atktext.cBrian Cameron2001-05-171-0/+123
* Define signals for AtkText interfacePadraig O'Briain2001-05-161-33/+28
* Temporarily removed class initializer for AtkText from type_info struct, awa...Bill Haneman2001-05-161-1/+1
* Moved caret_moved and text_changed signals from AtkEditableText to AtkText.Bill Haneman2001-05-141-8/+60
* Make AtkRelation and AtkRelationSet into GObjects.Erwin Ireland2001-04-301-2/+2
* Why did that last commit still build? ;-) Fixed goofs in set_selection_boundsBill Haneman2001-04-271-1/+22
* Added atk_text_set_caret_offset(...) so that "virtual caret" can be supportedBill Haneman2001-04-271-8/+13
* Initial revisionBill Haneman2001-04-261-0/+307