atk 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +18 -2
  3. data/dependency-check/Rakefile +44 -0
  4. data/lib/atk.rb +29 -21
  5. data/test/atk-test-utils.rb +1 -1
  6. data/test/run-test.rb +5 -2
  7. data/test/test-text-rectangle.rb +5 -4
  8. data/test/test-version.rb +1 -1
  9. metadata +7 -44
  10. data/README +0 -30
  11. data/ext/atk/atk.def +0 -2
  12. data/ext/atk/depend +0 -11
  13. data/ext/atk/extconf.rb +0 -83
  14. data/ext/atk/rbatk.c +0 -66
  15. data/ext/atk/rbatk.h +0 -47
  16. data/ext/atk/rbatkaction.c +0 -85
  17. data/ext/atk/rbatkcomponent.c +0 -175
  18. data/ext/atk/rbatkconversions.h +0 -70
  19. data/ext/atk/rbatkdocument.c +0 -96
  20. data/ext/atk/rbatkeditabletext.c +0 -177
  21. data/ext/atk/rbatkgobjectaccessible.c +0 -46
  22. data/ext/atk/rbatkhyperlink.c +0 -71
  23. data/ext/atk/rbatkhypertext.c +0 -53
  24. data/ext/atk/rbatkimage.c +0 -68
  25. data/ext/atk/rbatkimplementor.c +0 -38
  26. data/ext/atk/rbatknoopobject.c +0 -40
  27. data/ext/atk/rbatknoopobjectfactory.c +0 -40
  28. data/ext/atk/rbatkobject.c +0 -153
  29. data/ext/atk/rbatkobjectfactory.c +0 -53
  30. data/ext/atk/rbatkobjectrole.c +0 -50
  31. data/ext/atk/rbatkprivate.h +0 -48
  32. data/ext/atk/rbatkregistry.c +0 -63
  33. data/ext/atk/rbatkrelation.c +0 -98
  34. data/ext/atk/rbatkrelationset.c +0 -95
  35. data/ext/atk/rbatkrelationtype.c +0 -38
  36. data/ext/atk/rbatkselection.c +0 -87
  37. data/ext/atk/rbatkstate.c +0 -51
  38. data/ext/atk/rbatkstateset.c +0 -180
  39. data/ext/atk/rbatkstreamablecontent.c +0 -57
  40. data/ext/atk/rbatktable.c +0 -271
  41. data/ext/atk/rbatktext.c +0 -318
  42. data/ext/atk/rbatktextattribute.c +0 -54
  43. data/ext/atk/rbatktextrange.c +0 -92
  44. data/ext/atk/rbatktextrectangle.c +0 -149
  45. data/ext/atk/rbatkutil.c +0 -122
  46. data/ext/atk/rbatkvalue.c +0 -78
  47. data/extconf.rb +0 -49
@@ -1,48 +0,0 @@
1
- #ifndef RB_ATK_PRIVATE_H
2
- #define RB_ATK_PRIVATE_H
3
-
4
- #include "rbatk.h"
5
-
6
- #ifndef HAVE_RB_ERRINFO
7
- # define rb_errinfo() (ruby_errinfo)
8
- #endif
9
-
10
- #ifndef G_VALUE_INIT
11
- # define G_VALUE_INIT { 0, { { 0 } } }
12
- #endif
13
-
14
- G_BEGIN_DECLS
15
-
16
- G_GNUC_INTERNAL void Init_atk_action(VALUE mAtk);
17
- G_GNUC_INTERNAL void Init_atk_component(VALUE mAtk);
18
- G_GNUC_INTERNAL void Init_atk_document(VALUE mAtk);
19
- G_GNUC_INTERNAL void Init_atk_editabletext(VALUE mAtk);
20
- G_GNUC_INTERNAL void Init_atk_gobjectaccessible(VALUE mAtk);
21
- G_GNUC_INTERNAL void Init_atk_hyperlink(VALUE mAtk);
22
- G_GNUC_INTERNAL void Init_atk_hypertext(VALUE mAtk);
23
- G_GNUC_INTERNAL void Init_atk_image(VALUE mAtk);
24
- G_GNUC_INTERNAL void Init_atk_implementor(VALUE mAtk);
25
- G_GNUC_INTERNAL void Init_atk_noopobject(VALUE mAtk);
26
- G_GNUC_INTERNAL void Init_atk_noopobjectfactory(VALUE mAtk);
27
- G_GNUC_INTERNAL void Init_atk_object(VALUE mAtk);
28
- G_GNUC_INTERNAL void Init_atk_object_role(VALUE cObject);
29
- G_GNUC_INTERNAL void Init_atk_objectfactory(VALUE mAtk);
30
- G_GNUC_INTERNAL void Init_atk_registry(VALUE mAtk);
31
- G_GNUC_INTERNAL void Init_atk_relation(VALUE mAtk);
32
- G_GNUC_INTERNAL void Init_atk_relation_type(VALUE cRelation);
33
- G_GNUC_INTERNAL void Init_atk_relation_set(VALUE mAtk);
34
- G_GNUC_INTERNAL void Init_atk_selection(VALUE mAtk);
35
- G_GNUC_INTERNAL void Init_atk_state(VALUE mAtk);
36
- G_GNUC_INTERNAL void Init_atk_state_set(VALUE mAtk);
37
- G_GNUC_INTERNAL void Init_atk_streamable_content(VALUE mAtk);
38
- G_GNUC_INTERNAL void Init_atk_table(VALUE mAtk);
39
- G_GNUC_INTERNAL void Init_atk_text(VALUE mAtk);
40
- G_GNUC_INTERNAL void Init_atk_text_attribute(VALUE mText);
41
- G_GNUC_INTERNAL void Init_atk_text_range(VALUE mAtk);
42
- G_GNUC_INTERNAL void Init_atk_text_rectangle(VALUE mAtk);
43
- G_GNUC_INTERNAL void Init_atk_util(VALUE mAtk);
44
- G_GNUC_INTERNAL void Init_atk_value(VALUE mAtk);
45
-
46
- G_END_DECLS
47
-
48
- #endif /* RB_ATK_PRIVATE_H */
@@ -1,63 +0,0 @@
1
- /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
- /*
3
- * Copyright (C) 2011 Ruby-GNOME2 Project Team
4
- * Copyright (C) 2003 Masao Mutoh
5
- *
6
- * This library is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Lesser General Public
8
- * License as published by the Free Software Foundation; either
9
- * version 2.1 of the License, or (at your option) any later version.
10
- *
11
- * This library is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * Lesser General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU Lesser General Public
17
- * License along with this library; if not, write to the Free Software
18
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
- * MA 02110-1301 USA
20
- */
21
-
22
- #include "rbatkprivate.h"
23
-
24
- #define RG_TARGET_NAMESPACE cRegistry
25
- #define _SELF(s) (RVAL2ATKREGISTRY(s))
26
-
27
- static VALUE
28
- rg_set_factory_type(VALUE self, VALUE type, VALUE factory_type)
29
- {
30
- atk_registry_set_factory_type(_SELF(self),
31
- CLASS2GTYPE(type),
32
- CLASS2GTYPE(factory_type));
33
- return self;
34
- }
35
-
36
- static VALUE
37
- rg_get_factory_type(VALUE self, VALUE type)
38
- {
39
- return GTYPE2CLASS(atk_registry_get_factory_type(_SELF(self), CLASS2GTYPE(type)));
40
- }
41
-
42
- static VALUE
43
- rg_get_factory(VALUE self, VALUE type)
44
- {
45
- return GOBJ2RVAL(atk_registry_get_factory(_SELF(self),
46
- CLASS2GTYPE(type)));
47
- }
48
-
49
- static VALUE
50
- rg_s_default_registry(G_GNUC_UNUSED VALUE self)
51
- {
52
- return GOBJ2RVAL(atk_get_default_registry());
53
- }
54
-
55
- void
56
- Init_atk_registry(VALUE mAtk)
57
- {
58
- VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(ATK_TYPE_REGISTRY, "Registry", mAtk);
59
- RG_DEF_METHOD(set_factory_type, 2);
60
- RG_DEF_METHOD(get_factory_type, 1);
61
- RG_DEF_METHOD(get_factory, 1);
62
- RG_DEF_SMETHOD(default_registry, 0);
63
- }
@@ -1,98 +0,0 @@
1
- /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
- /*
3
- * Copyright (C) 2011 Ruby-GNOME2 Project Team
4
- * Copyright (C) 2003 Masao Mutoh
5
- *
6
- * This library is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Lesser General Public
8
- * License as published by the Free Software Foundation; either
9
- * version 2.1 of the License, or (at your option) any later version.
10
- *
11
- * This library is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * Lesser General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU Lesser General Public
17
- * License along with this library; if not, write to the Free Software
18
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
- * MA 02110-1301 USA
20
- */
21
-
22
- #include "rbatkprivate.h"
23
-
24
- #define RG_TARGET_NAMESPACE cRelation
25
- #define _SELF(s) (RVAL2ATKRELATION(s))
26
-
27
- static VALUE
28
- rg_s_type_register(G_GNUC_UNUSED VALUE self, VALUE name)
29
- {
30
- return ATKRELATIONTYPE2RVAL(atk_relation_type_register(RVAL2CSTR(name)));
31
- }
32
-
33
- struct rval2atkobjects_args {
34
- VALUE ary;
35
- long n;
36
- AtkObject **result;
37
- };
38
-
39
- static VALUE
40
- rval2atkobjects_body(VALUE value)
41
- {
42
- long i;
43
- struct rval2atkobjects_args *args = (struct rval2atkobjects_args *)value;
44
-
45
- for (i = 0; i < args->n; i++)
46
- args->result[i] = RVAL2ATKOBJECT(RARRAY_PTR(args->ary)[i]);
47
-
48
- return Qnil;
49
- }
50
-
51
- static G_GNUC_NORETURN VALUE
52
- rval2atkobjects_rescue(VALUE value)
53
- {
54
- g_free(((struct rval2atkobjects_args *)value)->result);
55
-
56
- rb_exc_raise(rb_errinfo());
57
- }
58
-
59
- static VALUE
60
- rg_initialize(VALUE self, VALUE targets, VALUE rbrelationship)
61
- {
62
- AtkRelationType relationship = RVAL2ATKRELATIONTYPE(rbrelationship);
63
- struct rval2atkobjects_args args;
64
- AtkRelation *relation;
65
-
66
- args.ary = rb_ary_to_ary(targets);
67
- args.n = RARRAY_LEN(args.ary);
68
- args.result = g_new(AtkObject *, args.n + 1);
69
-
70
- rb_rescue(rval2atkobjects_body, (VALUE)&args,
71
- rval2atkobjects_rescue, (VALUE)&args);
72
-
73
- relation = atk_relation_new(args.result, args.n, relationship);
74
-
75
- g_free(args.result);
76
-
77
- G_INITIALIZE(self, relation);
78
-
79
- return Qnil;
80
- }
81
-
82
- static VALUE
83
- rg_add_target(VALUE self, VALUE obj)
84
- {
85
- atk_relation_add_target(_SELF(self), RVAL2ATKOBJECT(obj));
86
- return self;
87
- }
88
-
89
- void
90
- Init_atk_relation(VALUE mAtk)
91
- {
92
- VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(ATK_TYPE_RELATION, "Relation", mAtk);
93
- RG_DEF_SMETHOD(type_register, 1);
94
- RG_DEF_METHOD(initialize, 2);
95
- RG_DEF_METHOD(add_target, 1);
96
-
97
- Init_atk_relation_type(RG_TARGET_NAMESPACE);
98
- }
@@ -1,95 +0,0 @@
1
- /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
- /*
3
- * Copyright (C) 2011 Ruby-GNOME2 Project Team
4
- * Copyright (C) 2003 Masao Mutoh
5
- *
6
- * This library is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Lesser General Public
8
- * License as published by the Free Software Foundation; either
9
- * version 2.1 of the License, or (at your option) any later version.
10
- *
11
- * This library is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * Lesser General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU Lesser General Public
17
- * License along with this library; if not, write to the Free Software
18
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
- * MA 02110-1301 USA
20
- */
21
-
22
- #include "rbatkprivate.h"
23
-
24
- #define RG_TARGET_NAMESPACE cRelationSet
25
- #define _SELF(s) (RVAL2ATKRELATIONSET(s))
26
-
27
- static VALUE
28
- rg_initialize(VALUE self)
29
- {
30
- G_INITIALIZE(self, atk_relation_set_new());
31
- return Qnil;
32
- }
33
-
34
- static VALUE
35
- rg_contains_p(VALUE self, VALUE relationship)
36
- {
37
- return CBOOL2RVAL(atk_relation_set_contains(
38
- _SELF(self),
39
- RVAL2ATKRELATIONTYPE(relationship)));
40
- }
41
-
42
- static VALUE
43
- rg_remove(VALUE self, VALUE relation)
44
- {
45
- atk_relation_set_remove(_SELF(self), RVAL2ATKRELATION(relation));
46
- return self;
47
- }
48
-
49
- static VALUE
50
- rg_add(VALUE self, VALUE relation)
51
- {
52
- atk_relation_set_add(_SELF(self), RVAL2ATKRELATION(relation));
53
- return self;
54
- }
55
-
56
- static VALUE
57
- rg_n_relations(VALUE self)
58
- {
59
- return INT2NUM(atk_relation_set_get_n_relations(_SELF(self)));
60
- }
61
-
62
- static VALUE
63
- rg_get_relation(VALUE self, VALUE i)
64
- {
65
- if (rb_obj_is_kind_of(i, GTYPE2CLASS(ATK_TYPE_RELATION_TYPE))){
66
- return GOBJ2RVAL(atk_relation_set_get_relation_by_type(
67
- _SELF(self),
68
- RVAL2ATKRELATIONTYPE(i)));
69
- } else {
70
- return GOBJ2RVAL(atk_relation_set_get_relation(_SELF(self), NUM2INT(i)));
71
- }
72
- }
73
-
74
- static VALUE
75
- rg_add_relation(VALUE self, VALUE relationship, VALUE obj)
76
- {
77
- atk_relation_set_add_relation_by_type(_SELF(self),
78
- RVAL2ATKRELATIONTYPE(relationship),
79
- RVAL2ATKOBJECT(obj));
80
- return self;
81
- }
82
-
83
- void
84
- Init_atk_relation_set(VALUE mAtk)
85
- {
86
- VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(ATK_TYPE_RELATION_SET, "RelationSet", mAtk);
87
-
88
- RG_DEF_METHOD(initialize, 0);
89
- RG_DEF_METHOD_P(contains, 1);
90
- RG_DEF_METHOD(remove, 1);
91
- RG_DEF_METHOD(add, 1);
92
- RG_DEF_METHOD(n_relations, 0);
93
- RG_DEF_METHOD(get_relation, 1);
94
- RG_DEF_METHOD(add_relation, 2);
95
- }
@@ -1,38 +0,0 @@
1
- /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
- /*
3
- * Copyright (C) 2011 Ruby-GNOME2 Project Team
4
- * Copyright (C) 2003 Masao Mutoh
5
- *
6
- * This library is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Lesser General Public
8
- * License as published by the Free Software Foundation; either
9
- * version 2.1 of the License, or (at your option) any later version.
10
- *
11
- * This library is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * Lesser General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU Lesser General Public
17
- * License along with this library; if not, write to the Free Software
18
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
- * MA 02110-1301 USA
20
- */
21
-
22
- #include "rbatkprivate.h"
23
-
24
- #define RG_TARGET_NAMESPACE cType
25
-
26
- static VALUE
27
- rg_s_for_name(G_GNUC_UNUSED VALUE self, VALUE name)
28
- {
29
- return ATKRELATIONTYPE2RVAL(atk_relation_type_for_name(RVAL2CSTR(name)));
30
- }
31
-
32
- void
33
- Init_atk_relation_type(VALUE cRelation)
34
- {
35
- VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(ATK_TYPE_RELATION_TYPE, "Type", cRelation);
36
- RG_DEF_SMETHOD(for_name, 1);
37
- G_DEF_CONSTANTS(cRelation, ATK_TYPE_RELATION_TYPE, "ATK_");
38
- }
@@ -1,87 +0,0 @@
1
- /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
- /*
3
- * Copyright (C) 2011 Ruby-GNOME2 Project Team
4
- * Copyright (C) 2004 Masao Mutoh
5
- *
6
- * This library is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Lesser General Public
8
- * License as published by the Free Software Foundation; either
9
- * version 2.1 of the License, or (at your option) any later version.
10
- *
11
- * This library is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * Lesser General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU Lesser General Public
17
- * License along with this library; if not, write to the Free Software
18
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
- * MA 02110-1301 USA
20
- */
21
-
22
- #include "rbatkprivate.h"
23
-
24
- #define RG_TARGET_NAMESPACE mSelection
25
- #define _SELF(s) (RVAL2ATKSELECTION(s))
26
-
27
- static VALUE
28
- rg_add_selection(VALUE self, VALUE i)
29
- {
30
- gboolean ret = atk_selection_add_selection(_SELF(self), NUM2INT(i));
31
- if (! ret) rb_raise(rb_eRuntimeError, "Can't add selection");
32
- return self;
33
- }
34
-
35
- static VALUE
36
- rg_clear_selection(VALUE self)
37
- {
38
- gboolean ret = atk_selection_clear_selection(_SELF(self));
39
- if (! ret) rb_raise(rb_eRuntimeError, "Can't clear selection");
40
- return self;
41
- }
42
-
43
- static VALUE
44
- rg_ref_selection(VALUE self, VALUE i)
45
- {
46
- return GOBJ2RVAL(atk_selection_ref_selection(_SELF(self), NUM2INT(i)));
47
- }
48
-
49
- static VALUE
50
- rg_selection_count(VALUE self)
51
- {
52
- return INT2NUM(atk_selection_get_selection_count(_SELF(self)));
53
- }
54
-
55
- static VALUE
56
- rg_child_selected_p(VALUE self, VALUE i)
57
- {
58
- return CBOOL2RVAL(atk_selection_is_child_selected(_SELF(self), NUM2INT(i)));
59
- }
60
-
61
- static VALUE
62
- rg_remove_selection(VALUE self, VALUE i)
63
- {
64
- gboolean ret = atk_selection_remove_selection(_SELF(self), NUM2INT(i));
65
- if (! ret) rb_raise(rb_eRuntimeError, "Can't remove selection");
66
- return self;
67
- }
68
-
69
- static VALUE
70
- rg_select_all_selection(VALUE self)
71
- {
72
- return CBOOL2RVAL(atk_selection_select_all_selection(_SELF(self)));
73
- }
74
-
75
- void
76
- Init_atk_selection(VALUE mAtk)
77
- {
78
- VALUE RG_TARGET_NAMESPACE = G_DEF_INTERFACE(ATK_TYPE_SELECTION, "Selection", mAtk);
79
-
80
- RG_DEF_METHOD(add_selection, 1);
81
- RG_DEF_METHOD(clear_selection, 0);
82
- RG_DEF_METHOD(ref_selection, 1);
83
- RG_DEF_METHOD(selection_count, 0);
84
- RG_DEF_METHOD_P(child_selected, 1);
85
- RG_DEF_METHOD(remove_selection, 1);
86
- RG_DEF_METHOD(select_all_selection, 0);
87
- }
data/ext/atk/rbatkstate.c DELETED
@@ -1,51 +0,0 @@
1
- /* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */
2
- /*
3
- * Copyright (C) 2011 Ruby-GNOME2 Project Team
4
- * Copyright (C) 2003,2004 Masao Mutoh
5
- *
6
- * This library is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Lesser General Public
8
- * License as published by the Free Software Foundation; either
9
- * version 2.1 of the License, or (at your option) any later version.
10
- *
11
- * This library is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * Lesser General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU Lesser General Public
17
- * License along with this library; if not, write to the Free Software
18
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
- * MA 02110-1301 USA
20
- */
21
-
22
- #include "rbatkprivate.h"
23
-
24
- #define RG_TARGET_NAMESPACE cState
25
- #define _SELF(s) (RVAL2ATKSTATE(s))
26
-
27
- static VALUE
28
- rg_s_type_register(G_GNUC_UNUSED VALUE self, VALUE name)
29
- {
30
- return ATKSTATETYPE2RVAL(atk_state_type_register(RVAL2CSTR(name)));
31
- }
32
-
33
- /* We don't need this.
34
- G_CONST_RETURN gchar* atk_state_type_get_name
35
- (AtkStateType type);
36
- */
37
-
38
- static VALUE
39
- rg_s_for_name(G_GNUC_UNUSED VALUE self, VALUE name)
40
- {
41
- return ATKSTATETYPE2RVAL(atk_state_type_for_name(RVAL2CSTR(name)));
42
- }
43
-
44
- void
45
- Init_atk_state(VALUE mAtk)
46
- {
47
- VALUE RG_TARGET_NAMESPACE = G_DEF_CLASS(ATK_TYPE_STATE_TYPE, "State", mAtk);
48
- RG_DEF_SMETHOD(type_register, 1);
49
- RG_DEF_SMETHOD(for_name, 1);
50
- G_DEF_CONSTANTS(mAtk, ATK_TYPE_STATE_TYPE, "ATK_");
51
- }