summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updatedGTK_ALL_1_3_6ATK_0_2Havoc Pennington2001-06-135-10/+56
| | | | | | | | | | | | | 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
* Now get/set row_description, column_description, caption use gchar *Brian Cameron2001-06-134-28/+36
| | | | rather than AtkObject *
* Updated so that get/set row/column header functionsBrian Cameron2001-06-136-71/+100
| | | | | work with AtkObjects rather than AtkTables. Organized the header file a little more cleanly.
* Add signal model-changed.Padraig O'Briain2001-06-125-3/+141
| | | | | | | | | | | * 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
* The changes include:Brian Cameron2001-06-126-87/+86
| | | | | | | | | | | | | | | | | - 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.
* Only include gthread-2.0 in CFLAGS, not in LIBS. (Always linking withOwen Taylor2001-06-093-12/+10
| | | | | | | | 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.)
* add cvsignoresOwen Taylor2001-06-074-1/+26
|
* Really fix marshal generation.Owen Taylor2001-06-072-25/+27
| | | | | | 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-073-10/+32
| | | | | | | 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-076-52/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Updated docs to reflect recent changes to atkeditabletext and atktextBrian Cameron2001-06-075-53/+118
| | | | interfaces
* Remvoed atk-api.sgml since it isn't used.Brian Cameron2001-06-072-51/+4
|
* Added atk_text_ref_run_attributes() and atk_text_set_run_attributes().Brian Cameron2001-06-063-35/+95
| | | | Removed atk_text_get_range_attributes()
* atk/Makefile.am, atk/atk.h Updated commentsPadraig O'Briain2001-06-066-13/+216
| | | | | | * New files atk/atkstreamablecontent.[ch] Updated files: atk/Makefile.am, atk/atk.h * atk/atkvalue.c: Updated comments
* Add declaration for atk_registry_get_type()Padraig O'Briain2001-06-062-0/+5
| | | | * atk/atkregistry.h: Add declaration for atk_registry_get_type()
* *atk/atkobject.c: Correct typos in previous commitPadraig O'Briain2001-06-051-2/+2
|
* Slightly improved docs in atktext.cBrian Cameron2001-06-051-1/+2
|
* Add property accessible-visible-dataPadraig O'Briain2001-06-052-5/+18
| | | | * atk/atkobject.c: Add property accessible-visible-data
* Removed get_row_col_at_offset from atktext.[ch]Brian Cameron2001-06-013-40/+2
|
* Add support for setting and getting accessible-value property.Padraig O'Briain2001-06-014-11/+21
| | | | | | * atk/atkobject.c: Add support for setting and getting accessible-value property. * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
* UpdatedBrian Cameron2001-06-011-1/+10
|
* Fixed Makefile.am so that it includes the atk-overrides.txt as a DIST file.Brian Cameron2001-06-011-1/+0
|
* Added new logic for handling multiple select regions to atktext.[ch].Brian Cameron2001-06-014-87/+131
| | | | Removed redundant logic from atkeditabletext.[ch].
* Added atk-overrides.txt file.Brian Cameron2001-06-011-0/+3
|
* Updated docs/Makefile.am so that make install works.Brian Cameron2001-05-313-17/+123
|
* Added atkmarshal.listBrian Cameron2001-05-312-0/+34
|
* Added atk_marshal_VOID__INT_INT marshaller. Updated the Makefiles so theBrian Cameron2001-05-316-4/+105
| | | | | proper marshall files get included in the dist. Updated the Makefiles and configure.in so that the docs get included in the dist.
* Fix GNU sedism (#55430)Owen Taylor2001-05-292-1/+5
| | | | | | Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com> * autogen.sh (have_libtool): Fix GNU sedism (#55430)
* Define new properties accessible-text, accessible-caret,Padraig O'Briain2001-05-292-9/+41
| | | | | * atk/atkobject.c: Define new properties accessible-text, accessible-caret, accessible-selection and accessible-value
* Updated comments for gtk-doc by Oisin BoydellLucy Brophy2001-05-292-2/+8
|
* Improved atk docs for atktext.cBrian Cameron2001-05-291-16/+31
|
* Adding atk docs SGML template filesBrian Cameron2001-05-2922-0/+2168
|
* Updated atk-sections.txt file to improve formatting.Brian Cameron2001-05-292-36/+40
|
* Updated the atk docs for several files, particularly for enumerations.Brian Cameron2001-05-2812-383/+145
|
* Updated atktext.c so that the initialized flag is set up properly whenBrian Cameron2001-05-282-0/+12
| | | | setting up the signal handlers.
* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,Padraig O'Briain2001-05-2413-50/+66
| | | | | | | | * 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 whichPadraig O'Briain2001-05-243-3/+8
| | | | | * atk/atkcomponent.c atk/atkvalue.c Remove return calls in functions which return void
* Clarified behavior of atk_text_get_text_... interfacesPadraig O'Briain2001-05-233-3/+29
| | | | Corrected name of status bar role
* Remove static declaration of atk_registry_get_factory_type(); gets rid ofPadraig O'Briain2001-05-211-2/+0
| | | | warning
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-2119-397/+381
|
* Added improved comments (from Oisin), fixed a couple of minor bugs.Bill Haneman2001-05-182-60/+71
| | | | | | 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).
* Change accessible-children-changed signal to children-changed;Padraig O'Briain2001-05-171-15/+11
| | | | Removed default signal handler for focus-event
* Improved the gtk-docs output.Brian Cameron2001-05-172-40/+53
| | | | Improved the gtk-docs output.
* Added comments to atktext.cBrian Cameron2001-05-171-0/+123
|
* Require libtool-1.4, automake-1.4p1.Owen Taylor2001-05-162-5/+37
| | | | | | Sun May 13 11:35:32 2001 Owen Taylor <otaylor@redhat.com> * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
* Added better gtk-doc comments.Brian Cameron2001-05-1621-224/+826
|
* Define signals for AtkText interfacePadraig O'Briain2001-05-161-33/+28
|
* Temporarily removed class initializer for AtkText from type_info struct, ↵Bill Haneman2001-05-161-1/+1
| | | | | | awaiting means of adding a signal to an interface.
* Provide default implementation for atk_component_get_accessible_at_point().Padraig O'Briain2001-05-161-3/+45
| | | | Correct errors in atk_component_get_accessible_at_point()
* Define focus-event signal in atobject.c rather than in gailwidget.cPadraig O'Briain2001-05-152-8/+30
| | | | | Remove AtkChildChangeType; change second argument of children_changed signal handler to gint from AtkChildChangeType