summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize.James Henstridge2003-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | 2003-03-20 James Henstridge <james@daa.com.au> * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize. * configure.in: cleanup to make use of newer autoconf/automake features. * Makefile.am: get rid of custom distcheck rule, which is no longer necessary. * atk/Makefile.am: cleanup makefile. Use BUILT_SOURCES for built sources. * docs/Makefile.am: use common gtk-doc.make. * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
* Update to produce .so files (Problem reported and solution reported byPadraig O'Briain2003-02-261-3/+9
| | | | | | | 2003-02-26 Padraig O'Briain <padraig.obriain@sun.com> * test/Makefile.am: Update to produce .so files (Problem reported and solution reported by Michael.Wilson@bull.net)
* Revved to 1.1.2, added ATK_RELATION_EMBEDS/EMBEDDED_BY,Bill Haneman2002-11-141-1/+16
| | | | atk_hyperlink_is_inline.
* Add reference to atk/atkrelationtype.hPadraig O'Briain2002-10-301-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h * atk/atkaction.[ch]: Add atk_action_get_localized_name. * atk/atkobject.[ch]: Add atk_role_get_localized_name, atk_object_add_relationship and atk_object_remove_relationship Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH and ATK_ROLE_RULER * atk/atkrelation.h: Move definition of AtkRelationType to atk/relationtype.h * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS * atk/atktext.[ch]: Add text-attributes-changed signal. * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions. * docs/tmpl/atkobject.sgml: Add new functions and new roles. * docs/tmpl/atkrelation.sgml: Add new relations * docs/tmpl/atkstate.sgml: Add new state * docs/tmpl/atktext.sgml: Add new signal * tests/testrelation.c: Add tests for new relationship functions.
* ATK 1.0.0 rc1ATK_1_0_0_RC1Owen Taylor2002-03-061-1/+1
| | | | | | | | | | | | | | | | | 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-051-1/+1
| | | | | | | | | 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.
* Compile with -DG_DISABLE_DEPRECATED. See #52790.Sebastian Wilhelmi2001-12-131-0/+1
| | | | | | | 2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * atk/Makefile.am, tests/Makefile.am: Compile with -DG_DISABLE_DEPRECATED. See #52790.
* Change atk_attribute_register to atk_text_attribute_register,Padraig O'Briain2001-12-051-8/+8
| | | | | | | | | * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt docs/tmpl/atktext.sgml tests/testrelation.c: Change atk_attribute_register to atk_text_attribute_register, atk_attribute_get_value to atk_text_attribute_get_value, atk_attribute_get_name to atk_text_attribute_get_name atk_attribute_for_name to atk_text_attribuute_for_name
* Add implementation of atk_attribute_register, atk_attribute_for_name UdatePadraig O'Briain2001-12-041-2/+68
| | | | | | | | | | | | | | | | | | | | | * atk/atktext.c: Add implementation of atk_attribute_register, atk_attribute_for_name Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and support extra attributes being defined * atk/atktext.h: Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow extra attributes to be defined Add atk_attribute_register() and atk_attribute_for_name() * atk/atk.def: Add new functions * docs/atk-sections.txt docs/tmpl/atktext.sgml Update because of additions to atk/atktext.h * tests/testrelation.c: Add tests for text attributes
* Update atk_role_register() to allow extra roles to be defined UpdatePadraig O'Briain2001-12-041-1/+68
| | | | | | | | | | * atk/atkobject.c: Update atk_role_register() to allow extra roles to be defined Update atk_role_get_name() and atk_role_for_name() for newly defined roles * tests/testrelation.c: Add tests for roles
* Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() andPadraig O'Briain2001-12-032-18/+18
| | | | | | | | | | | | | | * atk/atkrelation.c: Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and atk_relation_type_for_name() * atk/atkstate.c: Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and atk_state_type_for_name() * tests/testrelation.c, tests/teststateset.c: Update tests as name componenets are separated by hyphen (-) rather than underline (_)
* Change atk_relation_type_from_string to atk_relation_type_for_name AddPadraig O'Briain2001-11-223-2/+113
| | | | | | | | | | | | | | | | | | | | | | | | * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt, docs/tmpl/atkrelation.sgml: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name * atk/atkrelationtype.c: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name Update atk_relation_type_register() to correctly register new relation types * atk/atkstate.c: Changed name of static variable type to last_type Changed name of paremeter if atk_state_type_get_name to type to match comments * docs/tmpl/*sgml Updated files * tests/README, tests/Makefile.am Add new test file testrelation.c
* Add missing <string.h> include. Add missing <string.h> includeDarin Adler2001-07-131-4/+6
| | | | | * atk/atkstate.c: Add missing <string.h> include. * tests/teststateset.c: Add missing <string.h> include
* add cvsignoresOwen Taylor2001-06-071-0/+6
|
* Add atk/atkstate.c and atk.atkstate.hPadraig O'Briain2001-05-091-6/+77
| | | | | Move interfaces for ATK state from atkobject to atkstate Add tests for atk_state_* functions in teststateset
* Update configure.in to create Makefile in tests directory.Padraig O'Briain2001-05-093-0/+242
CReate tests directory and add test module teststateset.c