atk 1.0.3-x86-mingw32 → 1.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/atk/extconf.rb +3 -0
- data/ext/atk/rbatk.c +56 -17
- data/ext/atk/rbatk.h +21 -12
- data/ext/atk/rbatkaction.c +38 -27
- data/ext/atk/rbatkcomponent.c +61 -50
- data/ext/atk/rbatkconversions.h +70 -0
- data/ext/atk/rbatkdocument.c +38 -27
- data/ext/atk/rbatkeditabletext.c +123 -39
- data/ext/atk/rbatkgobjectaccessible.c +30 -19
- data/ext/atk/rbatkhyperlink.c +34 -22
- data/ext/atk/rbatkhypertext.c +32 -20
- data/ext/atk/rbatkimage.c +34 -22
- data/ext/atk/rbatkimplementor.c +26 -14
- data/ext/atk/rbatknoopobject.c +28 -17
- data/ext/atk/rbatknoopobjectfactory.c +28 -17
- data/ext/atk/rbatkobject.c +48 -63
- data/ext/atk/rbatkobjectfactory.c +32 -20
- data/ext/atk/rbatkobjectrole.c +50 -0
- data/ext/atk/rbatkprivate.h +48 -0
- data/ext/atk/rbatkregistry.c +34 -22
- data/ext/atk/rbatkrelation.c +68 -43
- data/ext/atk/rbatkrelationset.c +44 -32
- data/ext/atk/rbatkrelationtype.c +38 -0
- data/ext/atk/rbatkselection.c +38 -26
- data/ext/atk/rbatkstate.c +32 -20
- data/ext/atk/rbatkstateset.c +113 -65
- data/ext/atk/rbatkstreamablecontent.c +33 -23
- data/ext/atk/rbatktable.c +91 -80
- data/ext/atk/rbatktext.c +85 -107
- data/ext/atk/rbatktextattribute.c +54 -0
- data/ext/atk/rbatktextrange.c +38 -33
- data/ext/atk/rbatktextrectangle.c +53 -48
- data/ext/atk/rbatkutil.c +44 -35
- data/ext/atk/rbatkvalue.c +39 -29
- data/lib/1.8/atk.so +0 -0
- data/lib/1.9/atk.so +0 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/lib/atk-1.0.def +3 -0
- data/vendor/local/lib/atk-1.0.lib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/manifest/{atk-dev_1.32.0-1_win32.mft → atk-dev_1.32.0-2_win32.mft} +3 -3
- data/vendor/local/manifest/{atk_1.32.0-1_win32.mft → atk_1.32.0-2_win32.mft} +1 -1
- data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.log +740 -0
- data/vendor/local/src/{tml/packaging/atk_1.32.0-1_win32.sh → dieterv/packaging/atk_1.32.0-2_win32.sh} +30 -7
- metadata +18 -16
- data/ChangeLog +0 -278
- data/ext/atk/makeinits.rb +0 -39
- data/ext/atk/rbatkinits.c +0 -56
- data/vendor/local/src/tml/packaging/atk_1.32.0-1_win32.log +0 -730
@@ -1,10 +1,10 @@
|
|
1
1
|
# This is a shell script that calls functions and scripts from
|
2
|
-
#
|
2
|
+
# dieterv@optionexplicit.be's personal work environment. It is not expected to be
|
3
3
|
# usable unmodified by others, and is included only for reference.
|
4
4
|
|
5
5
|
MOD=atk
|
6
6
|
VER=1.32.0
|
7
|
-
REV=
|
7
|
+
REV=2
|
8
8
|
ARCH=win32
|
9
9
|
|
10
10
|
THIS=${MOD}_${VER}-${REV}_${ARCH}
|
@@ -13,15 +13,38 @@ RUNZIP=${MOD}_${VER}-${REV}_${ARCH}.zip
|
|
13
13
|
DEVZIP=${MOD}-dev_${VER}-${REV}_${ARCH}.zip
|
14
14
|
|
15
15
|
HEX=`echo $THIS | md5sum | cut -d' ' -f1`
|
16
|
-
TARGET
|
16
|
+
TARGET=/devel/target/$HEX
|
17
17
|
|
18
18
|
usedev
|
19
|
-
|
19
|
+
usewinsdk52
|
20
20
|
|
21
21
|
(
|
22
22
|
|
23
23
|
set -x
|
24
24
|
|
25
|
+
# export missing symbols, backported from atk-1.33.6
|
26
|
+
patch --verbose -p0 --fuzz=0 <<'EOF' &&
|
27
|
+
--- atk/atk.symbols
|
28
|
+
+++ atk/atk.symbols
|
29
|
+
@@ -70,6 +70,8 @@
|
30
|
+
atk_hypertext_get_n_links
|
31
|
+
atk_hypertext_get_type
|
32
|
+
atk_hyperlink_state_flags_get_type
|
33
|
+
+ atk_hyperlink_impl_get_type
|
34
|
+
+ atk_hyperlink_impl_get_hyperlink
|
35
|
+
atk_image_get_image_description
|
36
|
+
atk_image_get_image_locale
|
37
|
+
atk_image_get_image_position
|
38
|
+
@@ -177,6 +179,7 @@
|
39
|
+
atk_streamable_content_get_n_mime_types
|
40
|
+
atk_streamable_content_get_stream
|
41
|
+
atk_streamable_content_get_type
|
42
|
+
+ atk_streamable_content_get_uri
|
43
|
+
atk_table_add_column_selection
|
44
|
+
atk_table_add_row_selection
|
45
|
+
atk_table_get_caption
|
46
|
+
EOF
|
47
|
+
|
25
48
|
DEPS=`latest --arch=${ARCH} zlib gettext-runtime glib`
|
26
49
|
|
27
50
|
GETTEXT_RUNTIME=`latest --arch=${ARCH} gettext-runtime`
|
@@ -37,7 +60,7 @@ CPPFLAGS="-I/devel/dist/${ARCH}/${GETTEXT_RUNTIME}/include" \
|
|
37
60
|
LDFLAGS="-L/devel/dist/${ARCH}/${GETTEXT_RUNTIME}/lib \
|
38
61
|
-Wl,--enable-auto-image-base" \
|
39
62
|
CFLAGS=-O2 \
|
40
|
-
./configure --disable-gtk-doc --disable-static --prefix
|
63
|
+
./configure --disable-gtk-doc --disable-static --prefix=/devel/target/$HEX
|
41
64
|
|
42
65
|
(cd atk; make atkmarshal.h atkmarshal.c) &&
|
43
66
|
PATH=/devel/target/$HEX/bin:.libs:$PATH make install &&
|
@@ -47,7 +70,7 @@ PATH=/devel/target/$HEX/bin:.libs:$PATH make install &&
|
|
47
70
|
mv /tmp/${MOD}-${VER}.zip /tmp/$RUNZIP &&
|
48
71
|
mv /tmp/${MOD}-dev-${VER}.zip /tmp/$DEVZIP
|
49
72
|
|
50
|
-
) 2>&1 | tee /devel/src/
|
73
|
+
) 2>&1 | tee /devel/src/dieterv/packaging/$THIS.log
|
51
74
|
|
52
|
-
(cd /devel && zip /tmp/$DEVZIP src/
|
75
|
+
(cd /devel && zip /tmp/$DEVZIP src/dieterv/packaging/$THIS.{sh,log}) &&
|
53
76
|
manifestify /tmp/$RUNZIP /tmp/$DEVZIP
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
+
- 1
|
8
9
|
- 0
|
9
|
-
|
10
|
-
version: 1.0.3
|
10
|
+
version: 1.1.0
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
|
-
- The Ruby-GNOME2
|
13
|
+
- The Ruby-GNOME2 Project Team
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2012-01-05 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: glib2
|
@@ -25,12 +25,12 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
28
|
+
hash: 19
|
29
29
|
segments:
|
30
30
|
- 1
|
31
|
+
- 1
|
31
32
|
- 0
|
32
|
-
|
33
|
-
version: 1.0.3
|
33
|
+
version: 1.1.0
|
34
34
|
type: :runtime
|
35
35
|
version_requirements: *id001
|
36
36
|
description: Ruby/ATK is a Ruby binding of ATK-1.0.x.
|
@@ -42,7 +42,6 @@ extensions: []
|
|
42
42
|
extra_rdoc_files: []
|
43
43
|
|
44
44
|
files:
|
45
|
-
- ChangeLog
|
46
45
|
- README
|
47
46
|
- Rakefile
|
48
47
|
- extconf.rb
|
@@ -50,13 +49,12 @@ files:
|
|
50
49
|
- ext/atk/rbatkutil.c
|
51
50
|
- ext/atk/rbatknoopobject.c
|
52
51
|
- ext/atk/rbatkgobjectaccessible.c
|
53
|
-
- ext/atk/rbatkinits.c
|
54
52
|
- ext/atk/rbatkhyperlink.c
|
55
53
|
- ext/atk/rbatkcomponent.c
|
56
54
|
- ext/atk/rbatktext.c
|
57
55
|
- ext/atk/rbatkstateset.c
|
58
56
|
- ext/atk/rbatkregistry.c
|
59
|
-
- ext/atk/
|
57
|
+
- ext/atk/rbatkconversions.h
|
60
58
|
- ext/atk/rbatkimage.c
|
61
59
|
- ext/atk/rbatkdocument.c
|
62
60
|
- ext/atk/rbatkrelationset.c
|
@@ -71,19 +69,23 @@ files:
|
|
71
69
|
- ext/atk/rbatkaction.c
|
72
70
|
- ext/atk/rbatktable.c
|
73
71
|
- ext/atk/rbatktextrange.c
|
72
|
+
- ext/atk/rbatkprivate.h
|
74
73
|
- ext/atk/rbatktextrectangle.c
|
74
|
+
- ext/atk/rbatkrelationtype.c
|
75
75
|
- ext/atk/rbatkselection.c
|
76
76
|
- ext/atk/rbatk.h
|
77
77
|
- ext/atk/rbatkhypertext.c
|
78
|
+
- ext/atk/rbatktextattribute.c
|
78
79
|
- ext/atk/depend
|
79
80
|
- ext/atk/rbatkstate.c
|
81
|
+
- ext/atk/rbatkobjectrole.c
|
80
82
|
- ext/atk/rbatkeditabletext.c
|
81
83
|
- ext/atk/rbatknoopobjectfactory.c
|
82
84
|
- ext/atk/rbatkobject.c
|
83
85
|
- lib/1.8/atk.so
|
84
86
|
- lib/1.9/atk.so
|
85
|
-
- vendor/local/src/
|
86
|
-
- vendor/local/src/
|
87
|
+
- vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.sh
|
88
|
+
- vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.log
|
87
89
|
- vendor/local/share/locale/de/LC_MESSAGES/atk10.mo
|
88
90
|
- vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo
|
89
91
|
- vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo
|
@@ -177,8 +179,8 @@ files:
|
|
177
179
|
- vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo
|
178
180
|
- vendor/local/share/locale/en@shaw/LC_MESSAGES/atk10.mo
|
179
181
|
- vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo
|
180
|
-
- vendor/local/manifest/atk-dev_1.32.0-
|
181
|
-
- vendor/local/manifest/atk_1.32.0-
|
182
|
+
- vendor/local/manifest/atk-dev_1.32.0-2_win32.mft
|
183
|
+
- vendor/local/manifest/atk_1.32.0-2_win32.mft
|
182
184
|
- vendor/local/bin/libatk-1.0-0.dll
|
183
185
|
- vendor/local/lib/atk-1.0.def
|
184
186
|
- vendor/local/lib/atk-1.0.lib
|
@@ -245,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
245
247
|
requirements: []
|
246
248
|
|
247
249
|
rubyforge_project:
|
248
|
-
rubygems_version: 1.
|
250
|
+
rubygems_version: 1.8.12
|
249
251
|
signing_key:
|
250
252
|
specification_version: 3
|
251
253
|
summary: Ruby/ATK is a Ruby binding of ATK-1.0.x.
|
data/ChangeLog
DELETED
@@ -1,278 +0,0 @@
|
|
1
|
-
2011-09-16 Nikolai Weibull <now@bitwi.se>
|
2
|
-
|
3
|
-
* lib/atk.rb: Remove unused variable.
|
4
|
-
|
5
|
-
2011-09-12 Nikolai Weibull <now@bitwi.se>
|
6
|
-
|
7
|
-
* ext/atk/rbatkrelation.c: Fix initialization.
|
8
|
-
* ext/atk/*.c: Remove methods that implement methods already
|
9
|
-
implemented with properties.
|
10
|
-
|
11
|
-
2011-09-09 Nikolai Weibull <now@bitwi.se>
|
12
|
-
|
13
|
-
* ext/atk/*.c: Fix all warnings generated with gcc 4.4.5.
|
14
|
-
* ext/atk/*.c: Fix all RVAL2CSTR calls.
|
15
|
-
|
16
|
-
2011-02-26 Kouhei Sutou <kou@cozmixng.org>
|
17
|
-
|
18
|
-
* ext/atk/extconf.rb: remove needless add_distcleanfile.
|
19
|
-
Patch by Vincent Carmona. Thanks!!!
|
20
|
-
|
21
|
-
2011-02-05 Masaaki Aoyagi
|
22
|
-
|
23
|
-
* ext/atk/*.c: change to ANSI C style.
|
24
|
-
|
25
|
-
2011-02-04 Masaaki Aoyagi
|
26
|
-
|
27
|
-
* ext/atk/rbatkstateset.c: fix declaration.
|
28
|
-
|
29
|
-
2011-01-30 Kouhei Sutou <kou@cozmixng.org>
|
30
|
-
|
31
|
-
* Rakefile, ext/atk/extconf.rb: share depended packages
|
32
|
-
vendor/local/.
|
33
|
-
|
34
|
-
2011-01-22 Masaaki Aoyagi
|
35
|
-
|
36
|
-
* Rakefile: change to use gnome2-raketask.rb.
|
37
|
-
|
38
|
-
2010-09-23 Kouhei Sutou <kou@cozmixng.org>
|
39
|
-
|
40
|
-
* Rakefile: don't add .zip into gem.
|
41
|
-
|
42
|
-
* lib/atk.rb: support bundled Windows DLL.
|
43
|
-
|
44
|
-
2010-09-21 Kouhei Sutou <kou@cozmixng.org>
|
45
|
-
|
46
|
-
* Rakefile: add dependency.
|
47
|
-
|
48
|
-
* ./: make buildable with rake-compiler.
|
49
|
-
|
50
|
-
* src/: -> ext/atk/
|
51
|
-
|
52
|
-
* src/lib/: -> lib/
|
53
|
-
|
54
|
-
2009-05-31 Kouhei Sutou <kou@cozmixng.org>
|
55
|
-
|
56
|
-
* src/depend: use RUBYARCHDIR.
|
57
|
-
Patch by OBATA Akio. Thanks!!!
|
58
|
-
|
59
|
-
2008-11-01 Kouhei Sutou <kou@cozmixng.org>
|
60
|
-
|
61
|
-
* src/: use RARRAY_PTR() and RARRAY_LEN().
|
62
|
-
|
63
|
-
2008-06-11 Kouhei Sutou <kou@cozmixng.org>
|
64
|
-
|
65
|
-
* extconf.rb: include atk/atk.h in have_func test.
|
66
|
-
|
67
|
-
2008-01-03 Kouhei Sutou <kou@cozmixng.org>
|
68
|
-
|
69
|
-
* src/depend: don't use ftools.
|
70
|
-
Reported by Carlo E. Prelz. Thanks!!!
|
71
|
-
|
72
|
-
2007-12-29 Kouhei Sutou <kou@cozmixng.org>
|
73
|
-
|
74
|
-
* src/rbatktext.c (rbatk_text_remove_selection): used gint for "%d".
|
75
|
-
|
76
|
-
2007-08-31 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
77
|
-
|
78
|
-
* src/depend: re-supported build in no-source directory.
|
79
|
-
|
80
|
-
2007-07-16 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
81
|
-
|
82
|
-
* src/rbatktextrange.c: change Atk::TextRange not to be a subclass of
|
83
|
-
Atk::TextRectangle.
|
84
|
-
|
85
|
-
2007-07-14 Detlef Reichl
|
86
|
-
|
87
|
-
* extconf.rb: Accept the srcdir includes spaces.
|
88
|
-
|
89
|
-
2007-07-13 Guillaume Cottenceau
|
90
|
-
|
91
|
-
* src/rbatkobject.c: replace RTEST uses by RVAL2CBOOL
|
92
|
-
|
93
|
-
2007-07-08 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
94
|
-
|
95
|
-
* src/*.c: use rb_block_proc directly instead of using G_BLOCK_PROC().
|
96
|
-
|
97
|
-
2007-06-16 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
98
|
-
|
99
|
-
* src/rbatkeditabletext.c: fix to compile on ruby 1.9
|
100
|
-
RSTRING(v)->len -> RSTRING_LEN(v).
|
101
|
-
|
102
|
-
* src/rbatkdocument.c: Define Atk::Document#locale only when Atk is 1.12 or later.
|
103
|
-
Earlier version of Atk doesn't have atk_document_get_locale(),
|
104
|
-
although it's not listed at <http://developer.gnome.org/doc/API/2.0/atk/ix07.html>.
|
105
|
-
|
106
|
-
2006-12-26 Masao Mutoh <mutoh@highway.ne.jp>
|
107
|
-
|
108
|
-
* extconf.rb: Work MinGW again.
|
109
|
-
|
110
|
-
2006-11-28 Masao Mutoh <mutoh@highway.ne.jp>
|
111
|
-
|
112
|
-
* src/rbatkdocument.c: Added Atk::Document#get_attribute_value, #[]
|
113
|
-
#set_attribute_value, #[]=, #attributes for ATK+-1.12.
|
114
|
-
Added #locale.
|
115
|
-
* src/rbatkcomponent.c: Added Atk::Component#alpha. for ATK+-1.12.
|
116
|
-
|
117
|
-
2006-05-26 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
|
118
|
-
|
119
|
-
* src/rbatktext.c (rbatk_text_remove_selection): Fix to convert the
|
120
|
-
third argument of rb_raise from VALUE to int.
|
121
|
-
|
122
|
-
2005-11-23 Masao Mutoh <mutoh@highway.ne.jp>
|
123
|
-
|
124
|
-
* extconf.rb: Improved cygwin support. [bug #1315334]
|
125
|
-
By Yaakov Selkowitz.
|
126
|
-
|
127
|
-
2005-10-08 Masao Mutoh <mutoh@highway.ne.jp>
|
128
|
-
|
129
|
-
* src/makeversion.rb: Removed. Use make_version_header() of
|
130
|
-
Ruby/GLib.
|
131
|
-
* extconf.rb: Follow above change.
|
132
|
-
|
133
|
-
2005-10-04 Masao Mutoh <mutoh@highway.ne.jp>
|
134
|
-
|
135
|
-
* extconf.rb: Fix a linking error on Cygwin.
|
136
|
-
|
137
|
-
2005-09-29 Masao Mutoh <mutoh@highway.ne.jp>
|
138
|
-
|
139
|
-
* src/rbatk.c: Renamed Atk::VERSION to Atk::BUILD_VERSION.
|
140
|
-
Removed Atk::(MAJOR|MINOR|MICRO)_VERSION.
|
141
|
-
|
142
|
-
2005-09-16 Masao Mutoh <mutoh@highway.ne.jp>
|
143
|
-
|
144
|
-
* src/rbatk.c: Added Atk::VERSION, Atk::(MAJOR|MINOR|MICRO)_VERSION.
|
145
|
-
* src/rbatkutil.c: Added Atk::Util::KeyEventType, Atk.focus_object,
|
146
|
-
.(add|remove)_key_event_listener, .focus_tracker_notify.
|
147
|
-
Move all methods/constants to Atk::Util from Atk.
|
148
|
-
* src/rbatktext.c: Added Atk::Text::Attribute#type_register, #for_name,
|
149
|
-
#get_value.
|
150
|
-
* src/rbatkstreamablecontent.c: Added Atk::StreamableContent#get_stream.
|
151
|
-
|
152
|
-
2005-09-15 Masao Mutoh <mutoh@highway.ne.jp>
|
153
|
-
|
154
|
-
* src/rbatkrelationset.c: Added Atk::RelationSet#add_relation
|
155
|
-
for ATK-1.9.0.
|
156
|
-
* src/makeversion.rb: Added. Version information and
|
157
|
-
ATK_CHECK_VERSION.
|
158
|
-
* extconf.rb, src/rbatk.h: Added version information.
|
159
|
-
* src/depend: Added. Install rbatk.h, rbatkversion.h.
|
160
|
-
* src/rbatkrelation.c: Added Atk::Relation#add_target for ATK-1.9.0.
|
161
|
-
* src/rbatkobject.c: Support ATK-1.10.
|
162
|
-
|
163
|
-
2005-02-17 Masao Mutoh <mutoh@highway.ne.jp>
|
164
|
-
|
165
|
-
* src/rbatktext.c: Fix a compiling problem on MSVC++/atk-1.9.0.
|
166
|
-
|
167
|
-
2005-01-31 Masao Mutoh <mutoh@highway.ne.jp>
|
168
|
-
|
169
|
-
* src/rbatktext.c: Fix a compiling problem on MSVC++/atk-1.8.0.
|
170
|
-
|
171
|
-
2005-01-30 Masao Mutoh <mutoh@highway.ne.jp>
|
172
|
-
|
173
|
-
* extconf.rb: Follow mkmf-gnome2.rb changes.
|
174
|
-
|
175
|
-
2005-01-29 Masao Mutoh <mutoh@highway.ne.jp>
|
176
|
-
|
177
|
-
* extconf.rb: Support MS VC++.
|
178
|
-
|
179
|
-
2004-12-03 Vincent Isambart <isambart@netcourrier.com>
|
180
|
-
|
181
|
-
* extconf.rb: Corrected a little parse error (just removed an end of line).
|
182
|
-
|
183
|
-
2004-11-17 Dafydd Harries <daf@muse.19inch.net>
|
184
|
-
|
185
|
-
* extconf.rb: Exit if makeinits.rb is failed.
|
186
|
-
|
187
|
-
2004-11-14 Masao Mutoh <mutoh@highway.ne.jp>
|
188
|
-
|
189
|
-
* extconf.rb, src/rbatk.h, rbatkobject.c:
|
190
|
-
Fix compiling warning under atk-1.0.3.
|
191
|
-
|
192
|
-
2004-10-19 Masao Mutoh <mutoh@highway.ne.jp>
|
193
|
-
|
194
|
-
* src/rbatktextrectangle.c, rbatktextrange.c: Added.
|
195
|
-
|
196
|
-
2004-10-18 Masao Mutoh <mutoh@highway.ne.jp>
|
197
|
-
|
198
|
-
* src/rbatkrelation.c: Added Atk::Relation::Type.for_name.
|
199
|
-
* src/rbatkstate.c: Moved Atk::StateType to Atk::State.
|
200
|
-
Added Atk::State.for_name.
|
201
|
-
* src/rbatkobject.c: Added Gtk::Atk::Object#localized_name,
|
202
|
-
.for_name, #notify_state_change,
|
203
|
-
* src/rbatkhyperlink.c: Added Atk::Hyperlink#selected_link?.
|
204
|
-
Fixed to use wrong macro for Atk::Hyperlink#inline?.
|
205
|
-
|
206
|
-
2004-10-17 Vincent Isambart <isambart@netcourrier.com>
|
207
|
-
|
208
|
-
* extconf.rb: Changed add_uniq_to_objs to add_obj.
|
209
|
-
|
210
|
-
2004-10-17 Vincent Isambart <isambart@netcourrier.com>
|
211
|
-
|
212
|
-
* extconf.rb: Fixed a bug under ruby-1.9.
|
213
|
-
|
214
|
-
2004-03-29 Masao Mutoh <mutoh@highway.ne.jp>
|
215
|
-
|
216
|
-
* extconf.rb: Fix a bug under ruby-1.6.x.
|
217
|
-
|
218
|
-
2004-03-14 Masao Mutoh <mutoh@highway.ne.jp>
|
219
|
-
|
220
|
-
* extconf.rb: Remove src/rbatkinits.c when run "make distclean".
|
221
|
-
|
222
|
-
2004-03-10 Masao Mutoh <mutoh@highway.ne.jp>
|
223
|
-
|
224
|
-
* src/rbatkcomponent.c: Fix a compilation error on MinGW.
|
225
|
-
|
226
|
-
2004-03-06 Masao Mutoh <mutoh@highway.ne.jp>
|
227
|
-
|
228
|
-
* README, src/rbatktext.c rbatkstate.c rbatktable.c rbatkselection.c
|
229
|
-
rbatkimage.c rbatkcomponent.c rbatkutil.c rbatkaction.c rbatkhyperlink.c
|
230
|
-
rbatkobject.c: Update Copyright.
|
231
|
-
|
232
|
-
2004-03-02 Masao Mutoh <mutoh@highway.ne.jp>
|
233
|
-
|
234
|
-
* README, extconf.rb, src/rbatkaction.c, rbatkhyperlink.c,
|
235
|
-
rbatkobject.c: Support ATK-1.0.x.
|
236
|
-
|
237
|
-
2004-02-20 Masao Mutoh <mutoh@highway.ne.jp>
|
238
|
-
|
239
|
-
* src/rbatkutil.c: Added.
|
240
|
-
* src/rbatkcomponent.c: Fix a return value of Atk::Component#set_extents,
|
241
|
-
#set_position, #set_size.
|
242
|
-
* src/rbatkimage.c: Fix a return value of Atk::Image#set_image_description.
|
243
|
-
* src/rbatkselection.c: Fix return values of Atk::Selection#add_selection,
|
244
|
-
#clear_selection, #remove_selection.
|
245
|
-
* src/rbatktable.c: Fix return values of Atk::Table#add_column_selection,
|
246
|
-
#add_row_selection, #remove_column_selection, #remove_row_selection
|
247
|
-
* src/rbatkstate.c: Fix a bug of Atk::StateType.
|
248
|
-
* src/rbatktext.c: Added.
|
249
|
-
|
250
|
-
2003-12-26 Masao Mutoh <mutoh@highway.ne.jp>
|
251
|
-
|
252
|
-
* src/rbatktable.c: Added.
|
253
|
-
|
254
|
-
2003-12-24 Masao Mutoh <mutoh@highway.ne.jp>
|
255
|
-
|
256
|
-
* src/rbatkstreamablecontent.c, rbatkstateset.c: Added.
|
257
|
-
* src/rbatkeditabletext.c: Fix a typo.
|
258
|
-
|
259
|
-
2003-12-09 Masao Mutoh <mutoh@highway.ne.jp>
|
260
|
-
|
261
|
-
* src/rbatkstate.c, src/rbatkselection.c,
|
262
|
-
src/rbatkrelationset.c: Added.
|
263
|
-
|
264
|
-
2003-12-08 Masao Mutoh <mutoh@highway.ne.jp>
|
265
|
-
|
266
|
-
* src/rbatknoopobjectfactory.c: Fix a wrong definition.
|
267
|
-
* src/rbatkimage.c, src/rbatkhypertext.c, rbatkhyperlink.c,
|
268
|
-
rbatkeditabletext.c, rbatkimplementor.c, rbatkobject.c,
|
269
|
-
rbatkrelation.c, rbatkregistry.c, rbatkobjectfactory.c: Added.
|
270
|
-
|
271
|
-
2003-12-06 Masao Mutoh <mutoh@highway.ne.jp>
|
272
|
-
|
273
|
-
* atk/rbatkcomponent.c: Added.
|
274
|
-
|
275
|
-
2003-12-05 Masao Mutoh <mutoh@highway.ne.jp>
|
276
|
-
|
277
|
-
* atk/*: Initial import. Added Atk::Action, Atk::Document,
|
278
|
-
Atk::GObjectAccessible, Atk::NoOpObject, Atk::NoOpObjectFactory, Atk::Value.
|