summaryrefslogtreecommitdiff
path: root/atk
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in documentation.Padraig O'Briain2003-04-251-1/+1
* update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize.James Henstridge2003-03-201-85/+67
* Add one more missing export, thanks to Cedric Gustin.Tor Lillqvist2003-03-121-0/+1
* Add check that role is actually being changed. Do not emit notificationPadraig O'Briain2003-03-071-2/+9
* Current returning of FALSE to 0 in function which returns integer; (bugPadraig O'Briain2003-03-061-1/+1
* Correct returning of FALSE to NULL in functions which return pointer; (bugPadraig O'Briain2003-03-053-9/+9
* *** empty log message ***Padraig O'Briain2003-02-263-8/+40
* Dist atk-zip.sh.in, not atk-zip.sh.Tor Lillqvist2003-02-254-1/+70
* Add AtkHypertext interface as this object should claim to implement allPadraig O'Briain2003-02-141-1/+10
* Correct typo in blurbPadraig O'Briain2003-02-122-3/+9
* Add weak reference so we do not leak the accessible when the object dies.Padraig O'Briain2003-02-041-0/+3
* New functions which checks whether the specified AtkHyperlink is selectedPadraig O'Briain2003-01-304-6/+106
* Set vtable entry for default implementations (atk_text_get_range_extents):Padraig O'Briain2003-01-212-33/+27
* Add support for PROP_TABLE_SUMMARY and PROP_TABLE_CAPTION_OBJECT.Padraig O'Briain2003-01-211-0/+16
* Add property accessible-table-caption-object. This addresses bug #74814.Padraig O'Briain2003-01-215-25/+513
* Rerturn 0 instead of -1 if caret is not supported. This addresses bugPadraig O'Briain2002-12-131-2/+2
* Added ATK_ROLE_APPLICATION, revved to 1.1.3. Fix for 99090.Bill Haneman2002-11-202-0/+5
* Revved to 1.1.2, added ATK_RELATION_EMBEDS/EMBEDDED_BY,Bill Haneman2002-11-144-4/+56
* Add signal active-descendant-changedPadraig O'Briain2002-11-132-1/+21
* atk/atkhyperlink.c atk/atkhyperlink.h atk/atktable.c atk/atktable.hSoeren Sandmann2002-11-086-30/+30
* New filePadraig O'Briain2002-11-042-1/+13
* ===== Released 1.1.1 =====ATK_1_1_1Padraig O'Briain2002-10-311-1/+3
* Add po directoryPadraig O'Briain2002-10-302-3/+252
* Add reference to atk/atkrelationtype.hPadraig O'Briain2002-10-3011-30/+225
* Fix leak; report and patch supplied by Sebastian RittauPadraig O'Briain2002-10-011-0/+1
* add ATK_LAYER_WINDOW.Mark McLoughlin2002-09-092-2/+4
* Add documentation for AtkKeyEventTypePadraig O'Briain2002-09-051-0/+8
* Add implementation for atk_object_factory_get_accessible_type()Padraig O'Briain2002-08-261-0/+8
* These changes improve the quality of the documentation by addingPadraig O'Briain2002-08-161-0/+2
* atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgmlPadraig O'Briain2002-06-201-1/+1
* 64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com) (bugPadraig O'Briain2002-05-291-10/+10
* Allow for object being NULL which means the window containing the focusPadraig O'Briain2002-04-261-8/+14
* Allow for case where created AtkObject is not a AtkGObjectAccessible soPadraig O'Briain2002-04-151-1/+9
* Do not do notification if previously notified object is the same as thisPadraig O'Briain2002-03-191-0/+10
* Use correct name for the DLL when generating the MSVC import library.Tor Lillqvist2002-03-141-1/+1
* Fix for SEGV triggered by test-gail-gnome, due to callingBill Haneman2002-03-142-3/+8
* Correct name of data set to NULL from quark_accessible_object toPadraig O'Briain2002-03-121-1/+1
* Fix typo.Padraig O'Briain2002-03-091-1/+1
* atk-zip.sh.in Use ATK_API_VERSION also in the Win32 import library names.Tor Lillqvist2002-03-061-6/+6
* Require GLib-2.0.0.Owen Taylor2002-03-051-8/+8
* Permit end offset value of -1Padraig O'Briain2002-03-051-1/+1
* Update commentsPadraig O'Briain2002-02-281-8/+3
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-272-1/+6
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-271-0/+9
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-272-0/+6
* Do use -no-undefined on Win32, otherwise libtool won't create a DLL.Tor Lillqvist2002-02-261-0/+2
* Remove -no-undefined because of problems with uunresolved symbols inPadraig O'Briain2002-02-251-1/+0
* Make use of parent_class consistent; define as gpointer and usePadraig O'Briain2002-02-2210-15/+14
* Add check for offset being negative in functins which have offsetPadraig O'Briain2002-02-201-7/+26
* Change argument of get_layer and get_mdi_zorder function pointers to bePadraig O'Briain2002-02-152-17/+17