f2f3b5 at-spi2-atk-2.26.2 base

Merged and Committed by Packit 3 years ago
153 files changed. 74443 lines added. 0 lines removed.
AUTHORS
file added
+18
COPYING
file added
+482
INSTALL
file added
+31
Makefile.am
file added
+19
Makefile.in
file added
+929
NEWS
file added
+619
README
file added
+98
aclocal.m4
file added
+10540
at-spi2-atk.desktop
file added
+6
atk-adaptor/Makefile.am
file added
+54
atk-adaptor/Makefile.in
file added
+944
atk-adaptor/Makefile.include
file added
+21
atk-adaptor/accessible-cache.c
file added
+451
atk-adaptor/accessible-cache.h
file added
+67
atk-adaptor/accessible-leasing.c
file added
+214
atk-adaptor/accessible-leasing.h
file added
+61
atk-adaptor/accessible-register.c
file added
+320
atk-adaptor/accessible-register.h
file added
+80
atk-adaptor/accessible-stateset.c
file added
+212
atk-adaptor/accessible-stateset.h
file added
+51
atk-adaptor/adaptors/Makefile.am
file added
+36
atk-adaptor/adaptors/Makefile.in
file added
+801
atk-adaptor/adaptors/accessible-adaptor.c
file added
+563
atk-adaptor/adaptors/action-adaptor.c
file added
+257
atk-adaptor/adaptors/adaptors.h
file added
+50
atk-adaptor/adaptors/application-adaptor.c
file added
+156
atk-adaptor/adaptors/cache-adaptor.c
file added
+353
atk-adaptor/adaptors/collection-adaptor.c
file added
+1353
atk-adaptor/adaptors/component-adaptor.c
file added
+448
atk-adaptor/adaptors/document-adaptor.c
file added
+142
atk-adaptor/adaptors/editabletext-adaptor.c
file added
+207
atk-adaptor/adaptors/hyperlink-adaptor.c
file added
+156
atk-adaptor/adaptors/hypertext-adaptor.c
file added
+112
atk-adaptor/adaptors/image-adaptor.c
file added
+140
atk-adaptor/adaptors/meson.build
file added
+31
atk-adaptor/adaptors/selection-adaptor.c
file added
+257
atk-adaptor/adaptors/socket-adaptor.c
file added
+208
atk-adaptor/adaptors/table-adaptor.c
file added
+673
atk-adaptor/adaptors/table-cell-adaptor.c
file added
+194
atk-adaptor/adaptors/text-adaptor.c
file added
+890
atk-adaptor/adaptors/value-adaptor.c
file added
+248
atk-adaptor/atk-bridge.h
file added
+37
atk-adaptor/atkbridge.symbols
file added
+2
atk-adaptor/bitarray.h
file added
+32
atk-adaptor/bridge.c
file added
+1245
atk-adaptor/bridge.h
file added
+97
atk-adaptor/event.c
file added
+1379
atk-adaptor/event.h
file added
+33
atk-adaptor/gtk-2.0/Makefile.am
file added
+5
atk-adaptor/gtk-2.0/Makefile.in
file added
+704
atk-adaptor/gtk-2.0/module.c
file added
+62
atk-adaptor/introspection.c
file added
+900
atk-adaptor/introspection.h
file added
+55
atk-adaptor/meson.build
file added
+49
atk-adaptor/object.c
file added
+513
atk-adaptor/object.h
file added
+63
atk-adaptor/spi-dbus.c
file added
+289
atk-adaptor/spi-dbus.h
file added
+56
atk-bridge-2.0.pc.in
file added
+11
config.h.in
file added
+61
config/compile
file added
+348
config/config.guess
file added
+1483
config/config.sub
file added
+1842
config/depcomp
file added
+791
config/install-sh
file added
+501
config/ltmain.sh
file added
+11147
config/missing
file added
+215
config/test-driver
file added
+153
configure
file added
+15357
configure.ac
file added
+135
droute/Makefile.am
file added
+32
droute/Makefile.in
file added
+1073
droute/droute-pairhash.c
file added
+87
droute/droute-pairhash.h
file added
+41
droute/droute-test.c
file added
+308
droute/droute-variant.c
file added
+125
droute/droute-variant.h
file added
+35
droute/droute.c
file added
+742
droute/droute.h
file added
+113
droute/meson.build
file added
+18
meson.build
file added
+71
meson_options.txt
file added
+4
tests/Makefile.am
file added
+88
tests/Makefile.in
file added
+1550
tests/README
file added
+206
tests/atk-object-xml-loader.c
file added
+389
tests/atk-object-xml-loader.h
file added
+31
tests/atk_suite.c
file added
+220
tests/atk_suite.h
file added
+60
tests/atk_test_accessible.c
file added
+446
tests/atk_test_action.c
file added
+120
tests/atk_test_collection.c
file added
+169
tests/atk_test_component.c
file added
+183
tests/atk_test_document.c
file added
+101
tests/atk_test_editable_text.c
file added
+128
tests/atk_test_hyperlink.c
file added
+165
tests/atk_test_hypertext.c
file added
+95
tests/atk_test_image.c
file added
+128
tests/atk_test_selection.c
file added
+195
tests/atk_test_state_set.c
file added
+250
tests/atk_test_table.c
file added
+478
tests/atk_test_table_cell.c
file added
+212
tests/atk_test_text.c
file added
+481
tests/atk_test_util.c
file added
+79
tests/atk_test_util.h
file added
+45
tests/atk_test_value.c
file added
+119
tests/data/Makefile.am
file added
+13
tests/data/Makefile.in
file added
+475
tests/data/test-accessible.xml
file added
+16
tests/data/test-action.xml
file added
+11
tests/data/test-collection.xml
file added
+20
tests/data/test-component.xml
file added
+13
tests/data/test-document.xml
file added
+7
tests/data/test-editable-text.xml
file added
+9
tests/data/test-hypertext.xml
file added
+6
tests/data/test-image.xml
file added
+7
tests/data/test-selection.xml
file added
+16
tests/data/test-table.xml
file added
+70
tests/data/test-text.xml
file added
+9
tests/data/test-value.xml
file added
+6
tests/data/test.xml
file added
+16
tests/dummyatk/Makefile.am
file added
+44
tests/dummyatk/Makefile.in
file added
+823
tests/dummyatk/meson.build
file added
+23
tests/dummyatk/my-atk-action.c
file added
+263
tests/dummyatk/my-atk-action.h
file added
+63
tests/dummyatk/my-atk-component.c
file added
+236
tests/dummyatk/my-atk-component.h
file added
+61
tests/dummyatk/my-atk-document.c
file added
+152
tests/dummyatk/my-atk-document.h
file added
+63
tests/dummyatk/my-atk-editable-text.c
file added
+138
tests/dummyatk/my-atk-editable-text.h
file added
+57
tests/dummyatk/my-atk-hyperlink.c
file added
+217
tests/dummyatk/my-atk-hyperlink.h
file added
+59
tests/dummyatk/my-atk-hypertext.c
file added
+165
tests/dummyatk/my-atk-hypertext.h
file added
+52
tests/dummyatk/my-atk-image.c
file added
+157
tests/dummyatk/my-atk-image.h
file added
+68
tests/dummyatk/my-atk-object.c
file added
+157
tests/dummyatk/my-atk-object.h
file added
+60
tests/dummyatk/my-atk-selection.c
file added
+229
tests/dummyatk/my-atk-selection.h
file added
+61
tests/dummyatk/my-atk-table-cell.c
file added
+208
tests/dummyatk/my-atk-table-cell.h
file added
+62
tests/dummyatk/my-atk-table.c
file added
+682
tests/dummyatk/my-atk-table.h
file added
+68
tests/dummyatk/my-atk-text.c
file added
+441
tests/dummyatk/my-atk-text.h
file added
+71
tests/dummyatk/my-atk-value.c
file added
+138
tests/dummyatk/my-atk-value.h
file added
+55
tests/dummyatk/my-atk.h
file added
+40
tests/meson.build
file added
+77
tests/test-application.c
file added
+115
    at-spi2-atk-2.26.2 base
    
        
file added
+18
file added
+482
file added
+31
file added
+19
file added
+929
file added
+619
file added
+98
file added
+10540
file added
+6
file added
+1245
file added
+97
file added
+1379
file added
+33
file added
+513
file added
+63
file added
+289
file added
+11
file added
+61
file added
+348
file added
+1483
file added
+1842
file added
+791
file added
+501
file added
+11147
file added
+215
file added
+153
file added
+15357
file added
+135
file added
+32
file added
+1073
file added
+308
file added
+742
file added
+113
file added
+18
file added
+71
file added
+4
file added
+88
file added
+1550
file added
+206
file added
+220
file added
+60
file added
+128
file added
+478
file added
+481
file added
+119
file added
+475
file added
+16
file added
+77