| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 =====
* configure.in: Version 1.1.1, interface age 0, binary age 101
* NEWS: Updated.
* atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
2002-03-14 Tor Lillqvist <tml@iki.fi>
* atk/Makefile.am: Use correct name for the DLL when generating
the MSVC import library.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
2002-02-26 Tor Lillqvist <tml@iki.fi>
* atk/Makefile.am: Do use -no-undefined on Win32, otherwise
libtool won't create a DLL.
|
|
|
|
|
|
| |
* atk/Makefile.am:
Remove -no-undefined because of problems with uunresolved symbols
in libgobject on Solaris when using gcc
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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 source files
(Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
|
|
|
|
|
|
|
|
|
| |
* 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()
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* atk/Makefile.am
Fix problem with ATK not building after running make maintainer-clean
and autogen.sh: add extra files to MAINTAINERCLEANFILES
|
| |
|
|
|
|
| |
* atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Thu Jun 7 17:03:37 2001 Owen Taylor <otaylor@redhat.com>
* atk/Makefile.am: Really fix marshal generation.
|
|
|
|
|
|
|
| |
2001-06-07 Havoc Pennington <hp@redhat.com>
* atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
glib-genmarshal stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* New files atk/atkstreamablecontent.[ch]
Updated files: atk/Makefile.am, atk/atk.h
* atk/atkvalue.c: Updated comments
|
|
|
|
|
| |
proper marshall files get included in the dist. Updated the Makefiles
and configure.in so that the docs get included in the dist.
|
|
|
|
|
| |
Move interfaces for ATK state from atkobject to atkstate
Add tests for atk_state_* functions in teststateset
|
|
|
|
| |
Change atk_object_get_state to atk_object_ref_state_set
|
|
|
|
| |
Install include files in include/atk-1.0/atk instead of include/atk
|
|
|
|
| |
Corrected typo in atk_text_set_caret_offset() name
|
|
|