1 2001-06-13 Brian Cameron & Lucy Brophy <brian.cameron@sun.com>
2 * atk/atktable.h atk/atktable.h
3 Updated so now the get_text_before|at|after functions
4 return the start & end offset of the string. Updated the
7 2001-06-13 Padraig O'Briain <padraig.obriain@sun.com>
9 * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
11 2001-06-11 Havoc Pennington <hp@redhat.com>
15 * configure.in: bump version to 0.2 and add infrastructure for
16 libtool version info. Assumes GTK versioning scheme (major.minor
19 * atk/Makefile.am (LDFLAGS): set version info
20 (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
22 2001-06-13 Brian Cameron <brian.cameron@sun.com>
24 * atk/atktable.h, atk/atktable.c
25 Updated so that get/set row/column header functions
26 work with AtkObjects rather than AtkTables. Organized
27 the header file a little more cleanly. Also the get/set
28 row_description and caption functions now use gchar *
29 rather than AtkObject.
31 2001-06-12 Padraig O'Briain <padraig.obriain@sun.com>
33 * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
34 Add signal model-changed.
36 * atk/atkobject.c: Add properties
37 accessible-role, accessible-table-caption,
38 accessible-table-column-header, accessible-table-column_description.
39 accessible-table-row-header, accessible-table-row_description.
40 accessible-table-summary, accessible-model
42 2001-06-12 Brian Cameron <brian.cameron@sun.com>
44 * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
45 Updated atkeditabletext and atktext interfaces so they
46 now properly define the get/set attribute methods and now
47 get_offset_at_point and get_character_extents can request
48 x,y coords by either widget or screen coords.
50 Sat Jun 9 15:17:00 2001 Owen Taylor <otaylor@redhat.com>
52 * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
53 CFLAGS, not in LIBS. (Always linking with -lpthread
54 is a noticeable speed hit.)
56 Thu Jun 7 17:03:37 2001 Owen Taylor <otaylor@redhat.com>
58 * atk/Makefile.am: Really fix marshal generation.
60 2001-06-07 Havoc Pennington <hp@redhat.com>
62 * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
65 2001-06-07 Havoc Pennington <hp@redhat.com>
67 * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
70 * configure.in: rearrange the library checks to support
73 * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
75 * atk-uninstalled.pc.in: new file, allows linking to uninstalled
76 ATK in giant GTK tarball
78 2001-06-07 Brian Cameron <brian.cameron@sun.com>
80 * docs/atk-api.sgml docs/atk-sections.txt
81 docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
82 docs/tmpl/atktext.sgml
83 Removed docs/atk-api.sgml since it is not used.
84 Updated sgml files and atk-sections.txt to reflect
85 recent changes to the atktext and atkeditabletext
88 2001-06-06 Brian Cameron <brian.cameron@sun.com>
90 * atk/atktext.h atk/atktext.h
91 Updated to new atktext functions for getting attributes.
93 2001-06-06 Padraig O'Briain <padraig.obriain@sun.com>
95 * New files atk/atkstreamablecontent.[ch]
96 Updated files: atk/Makefile.am, atk/atk.h
97 * atk/atkvalue.c: Updated comments
99 2001-06-06 Padraig O'Briain <padraig.obriain@sun.com>
101 * atk/atkregistry.h: Add declaration for atk_registry_get_type()
103 2001-06-05 Padraig O'Briain <padraig.obriain@sun.com>
105 * atk/atkobject.c: Add property accessible-visible-data
107 2001-06-01 Padraig O'Briain <padraig.obriain@sun.com>
109 * atk/atkobject.c: Add support for setting and getting
110 accessible-value property.
111 * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
113 Fri Jun 01 Brian Cameron <brian.cameron@sun.com>
115 * atk/atkeditabletext.[ch], atk/atktext.[ch]
116 * docs/atk-overrides.txt, docs/Makefile.am
117 Updated the interface for dealing with selected
118 text to handle multiple selected regions. Removed
119 get_row_col_at_offset from atktext.[ch]. Added
120 docs/atk-overrides.txt file.
122 Thu May 31 Brian Cameron <brian.cameron@sun.com>
124 * Makefile.am configure.in atk/Makefile.am atk/atktext.c
125 atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
126 Added atk_marshal_VOID__INT_INT marshaller. Updated the
127 Makefiles so the proper marshall files get included in the
128 dist. Updated the Makefiles and configure.in so that the
129 docs get included in the dist.
131 Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com>
133 * autogen.sh (have_libtool): Fix GNU sedism (#55430)
135 2001-05-29 Padraig O'Briain <padraig.obriain@sun.com>
137 * atk/atkobject.c: Define new properties accessible-text,
138 accessible-caret, accessible-selection and accessible-value
140 2001-05-29 Brian Cameron <brian.cameron@sun.com>
141 * docs/atk-sections.txt
143 Improved the layout/formatting of the atk docs. Added docs/tmpl
146 2001-05-28 Brian Cameron <brian.cameron@sun.com>
149 Now properly set the initialized flag when setting up signals.
150 Updated the atk-docs in several files
152 2001-05-24 Padraig O'Briain <padraig.obriain@sun.com>
154 * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
155 atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
156 atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
157 atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
158 Fix warnings generated by Sun FORTE compiler
160 2001-05-24 Padraig O'Briain <padraig.obriain@sun.com>
162 * atk/atkcomponent.c atk/atkvalue.c
163 Remove return calls in functions which return void
165 2001-05-23 Padraig O'Briain <padraig.obriain@sun.com>
167 * atk/atkobject.h: Correct naming of role for status bar
169 Clarify behaviour of atk_text_get_text_after/at/before_offset
171 Sun May 13 11:35:32 2001 Owen Taylor <otaylor@redhat.com>
173 * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
175 2001-01-06 Hans Breuer <hans@breuer.org>
177 * atk/makefile.msc atk/atk.def (new files) :
178 Enable build for win32, no sourc changes necessary.
180 Sat May 5 07:46:47 2001 Owen Taylor <otaylor@redhat.com>
184 Thu May 3 08:38:24 2001 Owen Taylor <otaylor@redhat.com>
186 * atk/atkobject.c: Add missing include of <string.h> for strcmp.
188 Tue Apr 25 10:10:00 2001 Padraig Obriain <padraig.obriain@sun.com>