summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ===== Released 1.0.3 =====ATK_1_0_3Owen Taylor2002-07-314-3/+16
| | | | | | | | | | | Wed Jul 31 17:08:04 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 1.0.3 ===== * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3, interface, binary version 3. * NEWS: Updated.
* Updated to describe where to log bugs and mention mailing list.Padraig O'Briain2002-07-142-0/+13
| | | | | * README: Updated to describe where to log bugs and mention mailing list.
* atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgmlPadraig O'Briain2002-06-2024-28/+75
| | | | | | | | | | | | | | | * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml Update documentation.
* 64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com) (bugPadraig O'Briain2002-05-292-10/+16
| | | | | | * atk/atkregistry.c: 64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com) (bug #83316)
* hu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com>ATK_1_0_2Owen Taylor2002-05-283-2/+15
| | | | | | | | * ===== Released 1.0.2 ====== * NEWS: Updates. * configure.in: Version 1.0.2, interface, binary age 2
* Allow for object being NULL which means the window containing the focusPadraig O'Briain2002-04-262-8/+22
| | | | | | | | * atk/atkutil.c (atk_focus_tracker_notify): Allow for object being NULL which means the window containing the focus widget has lost focus. We update the previous_focus_object so we can emit notification for focus widget when window regains focus.
* Allow for case where created AtkObject is not a AtkGObjectAccessible soPadraig O'Briain2002-04-152-1/+16
| | | | | | | * atk/atkgobjectaccessible.c: (atk_gobject_accessible_for_object): Allow for case where created AtkObject is not a AtkGObjectAccessible so quark_accessible_object was not initialized in atk_gobject_accessible_class_init
* ===== Released 1.0.1 ======ATK_1_0_1Owen Taylor2002-03-283-2/+15
| | | | | | | | | | Thu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 1.0.1 ====== * NEWS: Updates. * configure.in: Version 1.0.1, interface, binary age 1.0.0.
* Do not do notification if previously notified object is the same as thisPadraig O'Briain2002-03-192-0/+16
| | | | | | * atk/atkutil.c (atk_focus_tracker_notify): Do not do notification if previously notified object is the same as this object
* 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
| | | | | | | 2002-03-14 Tor Lillqvist <tml@iki.fi> * atk/Makefile.am: Use correct name for the DLL when generating the MSVC import library.
* Fix for SEGV triggered by test-gail-gnome, due to callingBill Haneman2002-03-143-3/+15
| | | | | g_type_class_peek (ATK_UTIL_CLASS) instead of g_type_class_ref (ATK_UTIL_CLASS).
* Correct name of data set to NULL from quark_accessible_object toPadraig O'Briain2002-03-122-1/+7
| | | | | | * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose): Correct name of data set to NULL from quark_accessible_object to quark_object
* Fix typo.Padraig O'Briain2002-03-092-1/+6
| | | | | * atk/atkhyperlink.c (atk_hyperlink_get_type): Fix typo.
* ===== Released 1.0.0 ======ATK_1_0_0Owen Taylor2002-03-083-2/+25
| | | | | | | | | | Thu Mar 7 23:52:51 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 1.0.0 ====== * NEWS: Final update for 1.0.0. * README: Update the compilation instructions a bit.
* atk-zip.sh.in Use ATK_API_VERSION also in the Win32 import library names.Tor Lillqvist2002-03-063-9/+15
| | | | | | | | 2002-03-06 Tor Lillqvist <tml@iki.fi> * atk-zip.sh.in * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import library names.
* ATK 1.0.0 rc1ATK_1_0_0_RC1Owen Taylor2002-03-065-5/+44
| | | | | | | | | | | | | | | | | Tue Mar 5 16:54:21 2002 Owen Taylor <otaylor@redhat.com> * ATK 1.0.0 rc1 * tests/Makefile.am: Don't install libteststateset.la, libtestrelation.la. (#73655, James Henstridge) * autogen.sh: Add --enable-gtk-doc * configure.in: --disable-gtk-doc by default. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.)
* Require GLib-2.0.0.Owen Taylor2002-03-057-39/+70
| | | | | | | | | Tue Mar 5 11:55:35 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require GLib-2.0.0. * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in: Switch over to the Glib/GTK+ versioning scheme.
* Permit end offset value of -1Padraig O'Briain2002-03-052-1/+6
| | | | | * atk/atktext.c (atk_text_get_text): Permit end offset value of -1
* Update commentsPadraig O'Briain2002-02-282-8/+8
| | | | | * atk/atkhypertext.h: Update comments
* beautified configure --help output.Sven Neumann2002-02-282-1/+5
| | | | | | 2002-02-28 Sven Neumann <sven@gimp.org> * configure.in: beautified configure --help output.
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-273-3/+9
| | | | | * atk/atkhypertext.h atk/atkhyperlink.h: Add padding to class structures to allow for future expansion.
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-272-1/+15
| | | | | * atk/atkdocument.h: Add padding to class structures to allow for future expansion.
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-273-0/+11
| | | | | * atk/atkobjectfactory.h atk/atkgobjectaccessible.h: Add padding to class structures to allow for future expansion.
* Bail if AM_PATH_GLIB_2_0 fails.Owen Taylor2002-02-262-1/+9
| | | | | | Mon Feb 25 19:09:39 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
* Do use -no-undefined on Win32, otherwise libtool won't create a DLL.Tor Lillqvist2002-02-262-0/+7
| | | | | | | 2002-02-26 Tor Lillqvist <tml@iki.fi> * atk/Makefile.am: Do use -no-undefined on Win32, otherwise libtool won't create a DLL.
* Remove -no-undefined because of problems with uunresolved symbols inPadraig O'Briain2002-02-252-1/+6
| | | | | | * atk/Makefile.am: Remove -no-undefined because of problems with uunresolved symbols in libgobject on Solaris when using gcc
* Version 0.13ATK_0_13Owen Taylor2002-02-245-1/+27
| | | | | | | | | | Sat Feb 23 23:02:23 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.13 * NEWS: Update for 0.13 * docs/atk-sections.txt: Update.
* Make use of parent_class consistent; define as gpointer and usePadraig O'Briain2002-02-2211-15/+28
| | | | | | | | | | | | | | * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c: Make use of parent_class consistent; define as gpointer and use g_type_class_peek_parent() to get it * atk/atktext.c: Delete unused empty line * atk/atkregistry.c atk/atkrelation.c: Make parent_class static
* Add check for offset being negative in functins which have offsetPadraig O'Briain2002-02-202-7/+32
| | | | | | * atk/atktext.c: Add check for offset being negative in functins which have offset parameter and return immediately if so.
* Update for recent changesPadraig O'Briain2002-02-1511-0/+55
| | | | | | | | | * docs/atk-sections.txt docs/tmpl/atkaction.sgml docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml: Update for recent changes
* Change argument of get_layer and get_mdi_zorder function pointers to bePadraig O'Briain2002-02-153-17/+34
| | | | | | | | | | | | | | | | | * atk/atkcomponent.h: Change argument of get_layer and get_mdi_zorder function pointers to be AtkComponent instead of AtkObject * atk/atkcomponent.c: Change atk_component_get_layer and atk_component_get_mdi_zorder to refer to argument as component instead os accessible * docs/atk-sections.txt docs/tmpl/atkaction.sgml docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml: Update for recent changes
* Guard atk.h with ifndef __ATK_H__ (#71405 reported by terra@diku.dkPadraig O'Briain2002-02-152-0/+11
| | | | | | * atk/atk.h: Guard atk.h with ifndef __ATK_H__ (#71405 reported by terra@diku.dk (Morten Welinder))
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-1313-0/+50
| | | | | | | | * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h atk/atktable.h atk/atktext.h atk/atkvalue.h: Add padding to class structures to allow for future expansion.
* Deprecated some misplaced API; retagged. Bug fixes to AtkComponent,GNOME_2D_BETAATK_0_12Bill Haneman2002-02-126-7/+79
| | | | and placed Layer and MDI-ZOrder API there where it belongs.
* 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
| | | | | | | | | | | | | 2002-02-11 jacob berkman <jacob@ximian.com> * atk/atkselection.[ch] (atk_selection_get_type): * atk/atktable.[ch] (atk_table_get_type): * atk/atkregistry.h (atk_get_default_registry): * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): * atk/atkcomponent.[ch] (atk_component_get_type): * atk/atkaction.[ch] (atk_action_get_type): declare function arguments as (void) rather than ()
* Updated changelog.Bill Haneman2002-02-042-1/+6
|
* Added descriptive documentation of the ATK interfaces, primarilyATK_0_11Bill Haneman2002-01-3010-32/+173
| | | | | | to assist custom widget maintainers and others who need to provide ATK implementations for widgets outside GTK+ (for which implementations are already provided by package "gail").
* Retroactively write a NEWS entry for 0.9 and 0.10.Owen Taylor2002-01-302-0/+13
| | | | | | Tue Jan 29 23:29:46 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
* version number to 0.10, for Desktop Alpha 2ATK_0_10Padraig O'Briain2002-01-282-1/+6
| | | | | * configure.in: version number to 0.10, for Desktop Alpha 2
* Correct inconsistencies between registered signal parameter types andPadraig O'Briain2002-01-282-6/+13
| | | | | | | * atk/atkobject.h: Correct inconsistencies between registered signal parameter types and default signal handler struct fields (based on patch from Murray Cumming <murray@usa.net>)
* 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
| | | | | | | | Wed Jan 9 11:26:56 2002 Owen Taylor <otaylor@redhat.com> * atk/Makefile.am (s-enum-types-h): Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#68325, Mikael Hermansson)
* 1 Add comments to clarify behavior if handler has already been addedPadraig O'Briain2002-01-073-3/+13
| | | | | | | | * atk/atkcomponent.c (atk_component_add_focus_handler):1 Add comments to clarify behavior if handler has already been added * docs/tmpl/atktext.sgml: Update for change of caret_changed to text_caret_moved
* generate atk-enum-types.[hc] NOTE: the long comment in atkobject.h isHans Breuer2002-01-053-11/+51
| | | | | | | | | | | | 2002-01-05 Hans Breuer <hans@breuer.org> * atk/makefile.msc : generate atk-enum-types.[hc] NOTE: the long comment in atkobject.h is crashing perl, at least version 5.005_02 built for MSWin32-x86-object Binary build 506 provided by ActiveState. Temporary deleting the AtkRole comment allows to work-around. atk/atk.def : updated externals
* atk/atkgobjectaccessible.h Fixed typo in define (reported by Jeff Franks)Padraig O'Briain2002-01-024-6/+17
| | | | | | | | | | | * atk/atkgobjectaccessible.h Fixed typo in define (reported by Jeff Franks) * atk/atktext.c atk/atktext.h Change name of default signal handler for text_caret_moved signal from caret_changed to text_caret_moved Change enum CARET_MOVED to TEXT_CARET_MOVED (both issues reported by Jeff Franks)
* setup parent class (atk_relation_finalize): chain to parent.Michael Meeks2001-12-273-4/+25
| | | | | | | | | | | 2001-12-15 Michael Meeks <michael@ximian.com> * atk/atkrelation.c (atk_relation_class_init): setup parent class (atk_relation_finalize): chain to parent. * atk/atkrelationset.c (atk_relation_set_class_init), (atk_relation_set_finalize): same fix.
* Version 0.8, require GLib-1.3.12ATK_0_8Owen Taylor2001-12-234-3/+22
| | | | | | | | Sat Dec 22 12:26:51 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.8, require GLib-1.3.12 * atk/makefile.msc (PKG_VER): Version 0.8.
* Set GPATH - necessary for correct srcdir != builddir operation whenOwen Taylor2001-12-202-0/+10
| | | | | | | Thu Dec 20 00:33:47 2001 Owen Taylor <otaylor@redhat.com> * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary for correct srcdir != builddir operation when generating source files in srcdir.