| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
and remove_selection to indiate if the operation was successful or not.
|
| |
|
| |
|
| |
|
|
|
|
| |
* 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
|
|
|
|
| |
rather than AtkObject *
|
|
|
|
|
| |
work with AtkObjects rather than AtkTables. Organized
the header file a little more cleanly.
|
|
|
|
|
|
|
|
|
|
|
| |
* atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
Add signal model-changed.
* atk/atkobject.c: Add properties
accessible-role, accessible-table-caption,
accessible-table-column-header, accessible-table-column_description.
accessible-table-row-header, accessible-table-row_description.
accessible-table-summary, accessible-model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- moved function atk_text_set_run_attributes() to
atk_editable_text_set_run_attributes()
- defined an enum AtkXYCoords in Atktext.h
- moved definitions of AtkAttribute and AtkAttributeSet from atktext.h to
atkobject.h (temporary solution until we decide a better place to define them).
- Added extra param to atk_text_get_character_extents() and
atk_text_get_offset_at_point() of type AtkXYCoords.
I decided to make AtkAttributeSet a singly-linked list (a GSList) instead of a
doubley-linked list (a GList). There is no need for it to be doubley-linked
which is less efficient.
|
|
|
|
|
|
|
|
| |
Sat Jun 9 15:17:00 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (DEP_CFLAGS): Only include gthread-2.0 in
CFLAGS, not in LIBS. (Always linking with -lpthread
is a noticeable speed hit.)
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
interfaces
|
| |
|
|
|
|
| |
Removed atk_text_get_range_attributes()
|
|
|
|
|
|
| |
* New files atk/atkstreamablecontent.[ch]
Updated files: atk/Makefile.am, atk/atk.h
* atk/atkvalue.c: Updated comments
|
|
|
|
| |
* atk/atkregistry.h: Add declaration for atk_registry_get_type()
|
| |
|
| |
|
|
|
|
| |
* atk/atkobject.c: Add property accessible-visible-data
|
| |
|
|
|
|
|
|
| |
* atk/atkobject.c: Add support for setting and getting
accessible-value property.
* atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
|
| |
|
| |
|
|
|
|
| |
Removed redundant logic from atkeditabletext.[ch].
|
| |
|
| |
|
| |
|
|
|
|
|
| |
proper marshall files get included in the dist. Updated the Makefiles
and configure.in so that the docs get included in the dist.
|
|
|
|
|
|
| |
Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_libtool): Fix GNU sedism (#55430)
|
|
|
|
|
| |
* atk/atkobject.c: Define new properties accessible-text,
accessible-caret, accessible-selection and accessible-value
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
setting up the signal handlers.
|
|
|
|
|
|
|
|
| |
* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
Fix warnings generated by Sun FORTE compiler
|
|
|
|
|
| |
* atk/atkcomponent.c atk/atkvalue.c
Remove return calls in functions which return void
|
|
|
|
| |
Corrected name of status bar role
|
|
|
|
| |
warning
|
| |
|
|
|
|
|
|
| |
Tried to rationalize the interface, changed some return types and signatures
(get_uri instead of get_anchor, returns char*). Added method to
return how many anchors are present (for client-side imagemaps).
|
|
|
|
| |
Removed default signal handler for focus-event
|