forked from GNOME/java-atk-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
93 lines (80 loc) · 3.31 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
===============================
Java ATK Wrapper version 0.29.5
Important changes:
* Fix critical typo - should set NO_AT_BRIDGE to 0 instead of 1 in loadAtkBridge
===============================
Java ATK Wrapper version 0.29.4
Important changes:
* Fix regression - conflict with GTK look and feel
===============================
Java ATK Wrapper version 0.29.3
Important changes:
* Add non-alphanumeric key mapping
===============================
Java ATK Wrapper version 0.29.2
Important changes:
* Fixed bug 606402 - Attempting to run swing applications with the JAW
installed frequently causes the JRE to report a fatal runtime error
* Add JAW_DEBUG - Set environment JAW_DEBUG=1 to get debug messages
===============================
Java ATK Wrapper version 0.29.1
Important changes:
* Added support for at-spi2(at-spi d-bus)
===============================
Java ATK Wrapper version 0.28.0
Important changes:
* Fixed bug 591792 - Java application tooltips are not accessible to orca screen reader
* Fixed bug 595234 - The caret position will not be changed when input text with gok composer
Java ATK Wrapper version 0.27.8
===============================
Important changes:
* Fixed 592987 - Java Combobox is not accessible
* Fixed 593130 - JTree is not accessible to at-tools
* Fixed 593258 - Table cell accessing issue
* Fixed 593131 - Java application hangs when exiting from exit menuitem with orca running
* Fixed 593250 - Alt+F4 sometime leads to application hang
* Fixed 593261 - Slider bar can not be controled by gok
Java ATK Wrapper version 0.27.7
===============================
Important changes:
* Fixed d.o.o bug 10506 - java webstart applications don't run
* Fixed bug that window events are not emitted(bug 591665,591670)
Java ATK Wrapper version 0.27.6
===============================
Important changes:
* Changed the method to resolve conflict with GTK Look And Feel.
Now JAW can work with GTK l&f enabled.
Java ATK Wrapper version 0.27.5
===============================
Important changes:
* Fixed bug 588879 - JVM crash when selecting text demo of SwingSet
* Added functionality of JDK_HOME auto-detection
Java ATK Wrapper version 0.27.4
===============================
Important changes:
* Fixed bug that class files of internal classes are not packed into jar file
* Fixed build problem of loop variables outside C99 mode
* Removed functionality of JAVA_HOME auto-detection
Java ATK Wrapper version 0.27.3
===============================
Important changes:
* Fixed several problems in build system.
* Resolved conflict with GTK look and feel.
* Added code to check whether accessibility technology is switched on
* Added code to get more accurate application name
* Added code to determine whether to load 32 or 64-bit version of atk-bridge
* Added functionality to auto-detect JAVA_HOME
* Removed dependency on gtk+-2.0
Java ATK Wrapper version 0.27.2
===============================
Important changes:
* Use g_object_notify instead of g_signal_emit when
there is property changes, so as to fix the crash
bug.
* Register gnome_accessibility_module_shutdown as a
_atexit function after invocation of
gnome_accessibility_module_init, so as to fix the
bug that Java apps crash when exit.
Java ATK Wrapper version 0.27.1
================================
Initial release.