summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ...Iface symbols to Standard sections to avoid unused declarationsgnome-2-0Padraig O'Briain2002-09-064-8/+28
* Remove reference to ...Iface data structures; which eliminatesPadraig O'Briain2002-09-0514-241/+12
* Add documentation for AtkKeyEventTypePadraig O'Briain2002-09-0523-14/+75
* Add implementation for atk_object_factory_get_accessible_type()Padraig O'Briain2002-08-262-0/+13
* hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 andHavoc Pennington2002-08-182-3/+11
* These changes improve the quality of the documentation by addingPadraig O'Briain2002-08-1617-21/+289
* ===== Released 1.0.3 =====ATK_1_0_3Owen Taylor2002-07-314-3/+16
* Updated to describe where to log bugs and mention mailing list.Padraig O'Briain2002-07-142-0/+13
* atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgmlPadraig O'Briain2002-06-2024-28/+75
* 64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com) (bugPadraig O'Briain2002-05-292-10/+16
* hu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com>ATK_1_0_2Owen Taylor2002-05-283-2/+15
* Allow for object being NULL which means the window containing the focusPadraig O'Briain2002-04-262-8/+22
* Allow for case where created AtkObject is not a AtkGObjectAccessible soPadraig O'Briain2002-04-152-1/+16
* ===== Released 1.0.1 ======ATK_1_0_1Owen Taylor2002-03-283-2/+15
* Do not do notification if previously notified object is the same as thisPadraig O'Briain2002-03-192-0/+16
* shut up cvsManish Singh2002-03-151-0/+1
* Use correct name for the DLL when generating the MSVC import library.Tor Lillqvist2002-03-142-1/+6
* Fix for SEGV triggered by test-gail-gnome, due to callingBill Haneman2002-03-143-3/+15
* Correct name of data set to NULL from quark_accessible_object toPadraig O'Briain2002-03-122-1/+7
* Fix typo.Padraig O'Briain2002-03-092-1/+6
* ===== Released 1.0.0 ======ATK_1_0_0Owen Taylor2002-03-083-2/+25
* atk-zip.sh.in Use ATK_API_VERSION also in the Win32 import library names.Tor Lillqvist2002-03-063-9/+15
* ATK 1.0.0 rc1ATK_1_0_0_RC1Owen Taylor2002-03-065-5/+44
* Require GLib-2.0.0.Owen Taylor2002-03-057-39/+70
* Permit end offset value of -1Padraig O'Briain2002-03-052-1/+6
* Update commentsPadraig O'Briain2002-02-282-8/+8
* beautified configure --help output.Sven Neumann2002-02-282-1/+5
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-273-3/+9
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-272-1/+15
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-273-0/+11
* Bail if AM_PATH_GLIB_2_0 fails.Owen Taylor2002-02-262-1/+9
* Do use -no-undefined on Win32, otherwise libtool won't create a DLL.Tor Lillqvist2002-02-262-0/+7
* Remove -no-undefined because of problems with uunresolved symbols inPadraig O'Briain2002-02-252-1/+6
* Version 0.13ATK_0_13Owen Taylor2002-02-245-1/+27
* Make use of parent_class consistent; define as gpointer and usePadraig O'Briain2002-02-2211-15/+28
* Add check for offset being negative in functins which have offsetPadraig O'Briain2002-02-202-7/+32
* Update for recent changesPadraig O'Briain2002-02-1511-0/+55
* Change argument of get_layer and get_mdi_zorder function pointers to bePadraig O'Briain2002-02-153-17/+34
* Guard atk.h with ifndef __ATK_H__ (#71405 reported by terra@diku.dkPadraig O'Briain2002-02-152-0/+11
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-1313-0/+50
* Deprecated some misplaced API; retagged. Bug fixes to AtkComponent,GNOME_2D_BETAATK_0_12Bill Haneman2002-02-126-7/+79
* Incremented revision for GNOME 2 beta, and updated NEWS.Bill Haneman2002-02-113-1/+13
* declare function arguments as (void) rather than ()jacob berkman2002-02-1114-14/+25
* Updated changelog.Bill Haneman2002-02-042-1/+6
* Added descriptive documentation of the ATK interfaces, primarilyATK_0_11Bill Haneman2002-01-3010-32/+173
* Retroactively write a NEWS entry for 0.9 and 0.10.Owen Taylor2002-01-302-0/+13
* version number to 0.10, for Desktop Alpha 2ATK_0_10Padraig O'Briain2002-01-282-1/+6
* Correct inconsistencies between registered signal parameter types andPadraig O'Briain2002-01-282-6/+13
* Revved for desktop alpha release.ATK_0_9Bill Haneman2002-01-164-4/+6
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h.Owen Taylor2002-01-092-2/+8