1 2001-06-12 Brian Cameron <brian.cameron@sun.com>
3 * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
4 Updated atkeditabletext and atktext interfaces so they
5 now properly define the get/set attribute methods and now
6 get_offset_at_point and get_character_extents can request
7 x,y coords by either widget or screen coords.
9 Sat Jun 9 15:17:00 2001 Owen Taylor <otaylor@redhat.com>
11 * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
12 CFLAGS, not in LIBS. (Always linking with -lpthread
13 is a noticeable speed hit.)
15 Thu Jun 7 17:03:37 2001 Owen Taylor <otaylor@redhat.com>
17 * atk/Makefile.am: Really fix marshal generation.
19 2001-06-07 Havoc Pennington <hp@redhat.com>
21 * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
24 2001-06-07 Havoc Pennington <hp@redhat.com>
26 * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
29 * configure.in: rearrange the library checks to support
32 * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
34 * atk-uninstalled.pc.in: new file, allows linking to uninstalled
35 ATK in giant GTK tarball
37 2001-06-07 Brian Cameron <brian.cameron@sun.com>
39 * docs/atk-api.sgml docs/atk-sections.txt
40 docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
41 docs/tmpl/atktext.sgml
42 Removed docs/atk-api.sgml since it is not used.
43 Updated sgml files and atk-sections.txt to reflect
44 recent changes to the atktext and atkeditabletext
47 2001-06-06 Brian Cameron <brian.cameron@sun.com>
49 * atk/atktext.h atk/atktext.h
50 Updated to new atktext functions for getting attributes.
52 2001-06-06 Padraig O'Briain <padraig.obriain@sun.com>
54 * New files atk/atkstreamablecontent.[ch]
55 Updated files: atk/Makefile.am, atk/atk.h
56 * atk/atkvalue.c: Updated comments
58 2001-06-06 Padraig O'Briain <padraig.obriain@sun.com>
60 * atk/atkregistry.h: Add declaration for atk_registry_get_type()
62 2001-06-05 Padraig O'Briain <padraig.obriain@sun.com>
64 * atk/atkobject.c: Add property accessible-visible-data
66 2001-06-01 Padraig O'Briain <padraig.obriain@sun.com>
68 * atk/atkobject.c: Add support for setting and getting
69 accessible-value property.
70 * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
72 Fri Jun 01 Brian Cameron <brian.cameron@sun.com>
74 * atk/atkeditabletext.[ch], atk/atktext.[ch]
75 * docs/atk-overrides.txt, docs/Makefile.am
76 Updated the interface for dealing with selected
77 text to handle multiple selected regions. Removed
78 get_row_col_at_offset from atktext.[ch]. Added
79 docs/atk-overrides.txt file.
81 Thu May 31 Brian Cameron <brian.cameron@sun.com>
83 * Makefile.am configure.in atk/Makefile.am atk/atktext.c
84 atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
85 Added atk_marshal_VOID__INT_INT marshaller. Updated the
86 Makefiles so the proper marshall files get included in the
87 dist. Updated the Makefiles and configure.in so that the
88 docs get included in the dist.
90 Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com>
92 * autogen.sh (have_libtool): Fix GNU sedism (#55430)
94 2001-05-29 Padraig O'Briain <padraig.obriain@sun.com>
96 * atk/atkobject.c: Define new properties accessible-text,
97 accessible-caret, accessible-selection and accessible-value
99 2001-05-29 Brian Cameron <brian.cameron@sun.com>
100 * docs/atk-sections.txt
102 Improved the layout/formatting of the atk docs. Added docs/tmpl
105 2001-05-28 Brian Cameron <brian.cameron@sun.com>
108 Now properly set the initialized flag when setting up signals.
109 Updated the atk-docs in several files
111 2001-05-24 Padraig O'Briain <padraig.obriain@sun.com>
113 * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
114 atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
115 atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
116 atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
117 Fix warnings generated by Sun FORTE compiler
119 2001-05-24 Padraig O'Briain <padraig.obriain@sun.com>
121 * atk/atkcomponent.c atk/atkvalue.c
122 Remove return calls in functions which return void
124 2001-05-23 Padraig O'Briain <padraig.obriain@sun.com>
126 * atk/atkobject.h: Correct naming of role for status bar
128 Clarify behaviour of atk_text_get_text_after/at/before_offset
130 Sun May 13 11:35:32 2001 Owen Taylor <otaylor@redhat.com>
132 * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
134 2001-01-06 Hans Breuer <hans@breuer.org>
136 * atk/makefile.msc atk/atk.def (new files) :
137 Enable build for win32, no sourc changes necessary.
139 Sat May 5 07:46:47 2001 Owen Taylor <otaylor@redhat.com>
143 Thu May 3 08:38:24 2001 Owen Taylor <otaylor@redhat.com>
145 * atk/atkobject.c: Add missing include of <string.h> for strcmp.
147 Tue Apr 25 10:10:00 2001 Padraig Obriain <padraig.obriain@sun.com>