summaryrefslogtreecommitdiff
path: root/atk/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* New filePadraig O'Briain2002-11-041-1/+2
| | | | | | | | | | | | | | | | * acinclude.m4: New file * autogen.sh: Add i18n support (copied from gtk+). * configure.in: Add definition for atklocaledir and check for bind_textdomain_codeset() * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES * atk/atkobject.c (atk_role_get_localized_name): Add code to initialize i18n. * po/.cvsignore: Add extra files.
* ===== Released 1.1.1 =====ATK_1_1_1Padraig O'Briain2002-10-311-1/+3
| | | | | | | | | | * ===== Released 1.1.1 ===== * configure.in: Version 1.1.1, interface age 0, binary age 101 * NEWS: Updated. * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
* Add reference to atk/atkrelationtype.hPadraig O'Briain2002-10-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Use correct name for the DLL when generating the MSVC import library.Tor Lillqvist2002-03-141-1/+1
| | | | | | | 2002-03-14 Tor Lillqvist <tml@iki.fi> * atk/Makefile.am: Use correct name for the DLL when generating the MSVC import library.
* atk-zip.sh.in Use ATK_API_VERSION also in the Win32 import library names.Tor Lillqvist2002-03-061-6/+6
| | | | | | | | 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.
* Require GLib-2.0.0.Owen Taylor2002-03-051-8/+8
| | | | | | | | | 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.
* Do use -no-undefined on Win32, otherwise libtool won't create a DLL.Tor Lillqvist2002-02-261-0/+2
| | | | | | | 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-251-1/+0
| | | | | | * atk/Makefile.am: Remove -no-undefined because of problems with uunresolved symbols in libgobject on Solaris when using gcc
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h.Owen Taylor2002-01-091-2/+2
| | | | | | | | 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)
* Set GPATH - necessary for correct srcdir != builddir operation whenOwen Taylor2001-12-201-0/+4
| | | | | | | 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.
* Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.hPadraig O'Briain2001-12-191-0/+2
| | | | | | | | | | | | | | | | | | | docs/tmpl/atkgobjectaccessible.sgml * atk/Makefile.am atk/atk.h: Add references to new files * atk/atkobject.c atk/atkobject.h docs/tmpl/atkobject.sgml: Add new function atk_object_initialize * atk/atkobjectfactory.c atk/atkobjectfactory.h docs/tmpl/atkobjectfactory.sgml: Add new function atk_object_factory_get_accessible_type * docs/atk-sections.txt: Add new functions. Add functions in atk-unused.txt
* 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.
* atk/Makefile.am: Update to create atk-enum-types.h before compiling sourcePadraig O'Briain2001-12-071-3/+3
| | | | | | atk/Makefile.am: Update to create atk-enum-types.h before compiling source files (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
* Generate files atk-enum-types.c and atk-enums-types.h to create types forPadraig O'Briain2001-11-291-2/+42
| | | | | | | | | * atk/Makefile.am: Generate files atk-enum-types.c and atk-enums-types.h to create types for enums. * atk/atkobject.c: Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
* New file, used to build developer package for Win32.Tor Lillqvist2001-10-281-3/+18
| | | | | | | | | | | | | 2001-10-28 Tor Lillqvist <tml@iki.fi> * atk-zip.sh.in: New file, used to build developer package for Win32. * Makefile.am * configure.in: Add it. * atk/Makefile.am: Add rules to install and uninstall mingw import library.
* Set automake conditionals OS_WIN32 if on (native) Win32, andTor Lillqvist2001-10-191-0/+18
| | | | | | | | | | | | | | 2001-10-19 Tor Lillqvist <tml@iki.fi> * configure.in: Set automake conditionals OS_WIN32 if on (native) Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value. * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use -export-symbols atk.def. If lib.exe is available, generate atk.lib, and install it. * atk/atk.def: Update with new entry points.
* add extra files to MAINTAINERCLEANFILESPadraig O'Briain2001-07-261-1/+5
| | | | | | * atk/Makefile.am Fix problem with ATK not building after running make maintainer-clean and autogen.sh: add extra files to MAINTAINERCLEANFILES
* Added new atk document interface.Brian Cameron2001-06-291-0/+2
|
* install atknoopobject.h and atknoopobjectfactory.hPadraig O'Briain2001-06-141-2/+2
| | | | * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
* updatedGTK_ALL_1_3_6ATK_0_2Havoc Pennington2001-06-131-3/+4
| | | | | | | | | | | | | 2001-06-11 Havoc Pennington <hp@redhat.com> * NEWS: updated * configure.in: bump version to 0.2 and add infrastructure for libtool version info. Assumes GTK versioning scheme (major.minor is binary compatible) * atk/Makefile.am (LDFLAGS): set version info (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
* Really fix marshal generation.Owen Taylor2001-06-071-25/+23
| | | | | | Thu Jun 7 17:03:37 2001 Owen Taylor <otaylor@redhat.com> * atk/Makefile.am: Really fix marshal generation.
* fix up the glib-genmarshal stuffHavoc Pennington2001-06-071-10/+16
| | | | | | | 2001-06-07 Havoc Pennington <hp@redhat.com> * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the glib-genmarshal stuff
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-06-07 Havoc Pennington <hp@redhat.com> * m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables * gmodule-2.0.pc.in: add gmodule_supported variable * glib-2.0.pc.in: add glib_genmarshal, gobject_query, glib_mkenums variables * configure.in: put G_MODULE_SUPPORTED value into .pc files * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: add -uninstalled.pc.in to EXTRA_DIST 2001-06-07 Havoc Pennington <hp@redhat.com> * pango/Makefile.am: add libpango.la to _DEPENDENCIES for the other libs * configure.in: use AM_PATH_GLIB_2_0 * autogen.sh: support AUTOGEN_SUBDIR_MODE * Makefile.am: dist the .pc.in files 2001-06-07 Havoc Pennington <hp@redhat.com> * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled glib-genmarshal * configure.in: rearrange the library checks to support uninstalled linking * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * atk-uninstalled.pc.in: new file, allows linking to uninstalled ATK in giant GTK tarball 2001-06-07 Havoc Pennington <hp@redhat.com> * tests/Makefile.am: add missing -I flag * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc. * configure.in: use pkg-config to see if GModule is supported; fix to properly turn on included loaders when GModule isn't supported; don't use AC_CHECK_LIB when libs are not installed yet * autogen.sh: add support for AUTOGEN_SUBDIR_MODE * Makefile.am (SUBDIRS): add m4macros subdir * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in dependencies also.
* atk/Makefile.am, atk/atk.h Updated commentsPadraig O'Briain2001-06-061-0/+2
| | | | | | * New files atk/atkstreamablecontent.[ch] Updated files: atk/Makefile.am, atk/atk.h * atk/atkvalue.c: Updated comments
* Added atk_marshal_VOID__INT_INT marshaller. Updated the Makefiles so theBrian Cameron2001-05-311-0/+23
| | | | | proper marshall files get included in the dist. Updated the Makefiles and configure.in so that the docs get included in the dist.
* Add atk/atkstate.c and atk.atkstate.hPadraig O'Briain2001-05-091-0/+2
| | | | | Move interfaces for ATK state from atkobject to atkstate Add tests for atk_state_* functions in teststateset
* Add new files atkstateset.c and atkstateset.hPadraig O'Briain2001-05-031-0/+2
| | | | Change atk_object_get_state to atk_object_ref_state_set
* Add AUTHORS and COPYING filesPadraig O'Briain2001-05-031-1/+1
| | | | Install include files in include/atk-1.0/atk instead of include/atk
* Make AtkRelation and AtkRelationSet into GObjects.Erwin Ireland2001-04-301-0/+4
| | | | Corrected typo in atk_text_set_caret_offset() name
* Initial revisionBill Haneman2001-04-261-0/+49