summaryrefslogtreecommitdiff
path: root/atk/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* On Windows set LIB_EXE_MACHINE_FLAG to X86 or X64 depending on hostTor Lillqvist2008-08-061-1/+1
| | | | | | | | | | | | 2008-08-06 Tor Lillqvist <tml@novell.com> * configure.in: On Windows set LIB_EXE_MACHINE_FLAG to X86 or X64 depending on host architecture. * atk/Makefile.am: Use it if/when running lib.exe. svn path=/trunk/; revision=1263
* Depend on atk.def on Windows so that we build it before trying to use it.Tor Lillqvist2008-07-281-2/+1
| | | | | | | | | | 2008-07-28 Tor Lillqvist <tml@novell.com> * atk/Makefile.am (libatk_1_0_la_DEPENDENCIES): Depend on atk.def on Windows so that we build it before trying to use it. svn path=/trunk/; revision=1260
* Revved to 1.23.5 for GNOME 2.23.5. generate atk.def from atk.symbols.ATK_1_23_5Li Yuan2008-07-211-4/+4
| | | | | | | | | | | | 2008-07-21 Li Yuan <li.yuan@sun.com> * NEWS: * configure.in: Revved to 1.23.5 for GNOME 2.23.5. * atk/Makefile.am: generate atk.def from atk.symbols. svn path=/trunk/; revision=1258
* Patch from Mike Gorse <mgorse@novell.com>. Bug #526752. Mark deprecatedLi Yuan2008-06-191-0/+5
| | | | | | | | | | | | | | | | 2008-06-19 Li Yuan <li.yuan@sun.com> * atk/Makefile.am: * atk/atk.def: * atk/atk.symbols: * atk/atkhyperlink.h: * atk/atkobject.h: * docs/tmpl/atkhyperlink.sgml: * docs/tmpl/atkobject.sgml: Patch from Mike Gorse <mgorse@novell.com>. Bug #526752. Mark deprecated symbols with ATK_DISABLE_DEPRECATED. svn path=/trunk/; revision=1249
* add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.Michael Natterer2008-06-051-1/+2
| | | | | | | | | | | | | | | | | | | | 2008-06-05 Michael Natterer <mitch@imendio.com> * configure.in: add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS. * atk/atk.h: define __ATK_H_INSIDE__ around including all other headers. * atk/atk*.h: add single-include guards that #error out if ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files. * atk/Makefile.am: define ATK_COMPILATION while building ATK. Add single-include guards to the generated atk-enum-types.h too. svn path=/trunk/; revision=1246
* Use $(GLIB_MKENUMS) instead of calling glib-mkenums directly. This worksBrian Cameron2007-05-111-2/+2
| | | | | | | | | | 2007-05-11 Brian Cameron <brian.cameron@sun.com> * Use $(GLIB_MKENUMS) instead of calling glib-mkenums directly. This works better when you build with glib via an uninstalled.pc file. svn path=/trunk/; revision=1179
* Fix for #418194. use -DATK_LOCALEDIR. remove AM_GLIB_DEFINE_LOCALEDIR.Christian Persch2007-03-221-0/+1
| | | | | | | | | | | 2007-03-22 Christian Persch <chpe@gnome.org> Fix for #418194. * atk/Makefile.am: use -DATK_LOCALEDIR. * configure.in: remove AM_GLIB_DEFINE_LOCALEDIR. svn path=/trunk/; revision=1165
* Added AtkMisc class, uprev for gnome-2.17.5, and release.ATK_1_13_0Bill Haneman2007-01-081-0/+2
| | | | svn path=/trunk/; revision=1130
* Added AtkHyperlinkImpl interface. See RFE #344284.Bill Haneman2006-06-291-0/+2
|
* Attempt to fix win32 builds when srcdir != builddir (bug #336082).Bill Haneman2006-06-091-1/+1
|
* Fix typo.Tor Lillqvist2005-08-191-1/+1
| | | | | | 2005-08-19 Tor Lillqvist <tml@novell.com> * atk/Makefile.am (install-def-file): Fix typo.
* Look for windres on Win32.Tor Lillqvist2005-08-041-12/+12
| | | | | | | | | | | | | | | 2005-08-04 Tor Lillqvist <tml@novell.com> * configure.in: Look for windres on Win32. * atk/Makefile.am: Don't use the script in GLib's build/win32 to compile the rc file into a resource object file. (This means we lose the build number increment magic, but I doubt it was that useful anyway.) Instead use windres directly. To pass a normal .o file produced by windres through libtool, which wants .lo files, pass it directly to the linker using a -Wl option. * atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
* Update to build on Cygwin. Fixes bug #137666. Patch from Roger Leigh.Padraig O'Briain2004-03-221-1/+9
| | | | | | | | 2004-03-22 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: * atk/Makefile.am: Update to build on Cygwin. Fixes bug #137666. Patch from Roger Leigh.
* Move specification of ALL_LINGUAS to later in file so that CATOBJEXT isPadraig O'Briain2004-01-051-2/+1
| | | | | | | | | | | | | | 2004-01-05 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Move specification of ALL_LINGUAS to later in file so that CATOBJEXT is defined correctly. Use ATK_LOCALEDIR instead of atklocaledir. * atk/Makefile.am: Remove definition of ATKLOCALEDIR. * atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR. * docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.
* update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize.James Henstridge2003-03-201-85/+67
| | | | | | | | | | | | | | | | | | | | 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.
* Dist atk-zip.sh.in, not atk-zip.sh.Tor Lillqvist2003-02-251-1/+10
| | | | | | | | | | | | | | | | | | | | 2003-02-25 Tor Lillqvist <tml@iki.fi> * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh. * atk/atk.def: Add a couple of missing entries, thanks to Cedric Gustin. * atk/atk.rc.in: New file, for version info in the DLL on Windows. Similar as in GLib, GTK, etc. * configure.in: Generate atk/atk.rc. * atk/Makefile.am: Use atk.rc on Windows. (EXTRA_DIST): Distribute atk.rc(.in). * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR, but deduce it from DLL location, like GLib, GTK etc do.
* 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