|
| 1 | +What's new in at-spi2-core 2.59.1: |
| 2 | + |
| 3 | +* Added a build option to link against dbus-glib, rather than using the |
| 4 | + internal fork for the main loop integration code. |
| 5 | + |
| 6 | +* Add ATSPI_MODIFIER_SUPER as an alias for META3. |
| 7 | + |
| 8 | +* Various documentation fixes. |
| 9 | + |
| 10 | +What's new in at-spi2-core 2.59.0: |
| 11 | + |
| 12 | + meson: Use dbus-broker by default. |
| 13 | + |
| 14 | + Document the remaining DBus interfaces. |
| 15 | + |
| 16 | +What's new in at-spi2-core 2.58.3: |
| 17 | + |
| 18 | +* Fix atk_get_major_version etc not linking on C++. |
| 19 | + |
| 20 | +What's new in at-spi2-core 2.58.2: |
| 21 | + |
| 22 | +* python: Speed up __eq__ and __ne__ |
| 23 | + |
| 24 | +* collection-adaptor: Correct 'child' reference handling (fixes crashes |
| 25 | + with evolution and orca). |
| 26 | + |
| 27 | +* Fix several memory leaks. |
| 28 | + |
| 29 | +What's new in at-spi2-core 2.58.1: |
| 30 | + |
| 31 | +* at-spi-bus-launcher: Fix a possible crash when registering. |
| 32 | + |
| 33 | +* python: Avoid traceback when hashing a disposed object |
| 34 | + |
| 35 | +* Fix build failure on MacOS. |
| 36 | + |
| 37 | +* Fix transfer rule for atk_table_cell_get_table and atk_table_get_summary. |
| 38 | + |
| 39 | +What's new in at-spi2-core 2.58.0: |
| 40 | + |
| 41 | +* libatspi: Increase ATSPI_ROLE_COUNT after switch role was added |
| 42 | + |
| 43 | +* Add ATSPI_CHECK_VERSION macro. |
| 44 | + |
| 45 | +* Properly fix key notifications under X11 when multiple keyboard layouts |
| 46 | + are in use. |
| 47 | + |
| 48 | +What's new in at-spi2-core 2.57.2: |
| 49 | + |
| 50 | +* Don't install at-spi-dbus-bus.service if systemd is not enabled. |
| 51 | + |
| 52 | +* Some collection fixes and documentation improvements. |
| 53 | + |
| 54 | +* Fix reporting the wrong keysym on X11 setups where multiple keyboard |
| 55 | + layouts are in use. |
| 56 | + |
| 57 | +* Fix possible memory leak in atspi_accessible_get_description. |
| 58 | + |
| 59 | +What's new in at-spi2-core 2.57.1: |
| 60 | + |
| 61 | +* Fix several crashes introduced by the code to handle the accessibility |
| 62 | + bus going away. |
| 63 | + |
| 64 | +* Add atspi_device_clear_key_grabs. |
| 65 | + |
| 66 | +* Fix key grabs when num lock or caps lock are on under Wayland. |
| 67 | + |
| 68 | + atk-bridge: Don't crash when requesting a plug if not activated |
| 69 | + |
| 70 | +* Have python overrides check DBus object paths when testing for equality. |
| 71 | + |
| 72 | +* Add sanity checks for child indices received via DBus. |
| 73 | + |
| 74 | +What's new in at-spi2-core 2.57.0: |
| 75 | + |
| 76 | +* device-a11y-manager: Fix crash on dispose |
| 77 | + |
| 78 | +* device-a11y-manager: Check properly for the DBus backend presence |
| 79 | + |
| 80 | +* Fix the build with glib < 2.76. |
| 81 | + |
| 82 | +* a11y-manager-device: Fix unmap_keysym_modifier. |
| 83 | + |
| 84 | +* DeviceEventController: update mouse coordinates before sending button events |
| 85 | + |
| 86 | +* atspi-device-legacy: Don't crash when XkbGetMap fails |
| 87 | + |
| 88 | +* Return localized role name for ATSPI_ROLE_EDITBAR |
| 89 | + |
| 90 | + atk-adaptor: Reconnect when the bus launcher reappears. |
| 91 | + |
| 92 | +* Don't keep references to uncached objects in the application's hash table. |
| 93 | + |
| 94 | +* Add some Python overrides. |
| 95 | + |
| 96 | + AtspiDeviceX11: Suppress window events following key grabs when needed. |
| 97 | + |
| 98 | +What's new in at-spi2-core 2.56.0: |
| 99 | + |
| 100 | +* Updated translations. |
| 101 | + |
| 102 | +What's new in at-spi2-core 2.55.90: |
| 103 | + |
| 104 | +* Support grabbing keyboard shortcuts through the new |
| 105 | + org.freedesktop.a11y.KeyboardMonitor interface. This allows key grabs to |
| 106 | + be supported under Wayland with the latest mutter. |
| 107 | + |
| 108 | +What's new in at-spi2-core 2.55.2: |
| 109 | + |
| 110 | +* Attempt to fix a use after free in the atk bridge. |
| 111 | + |
| 112 | +* Add a switch role. |
| 113 | + |
| 114 | +What's new in at-spi2-core 2.55.0.1: |
| 115 | + |
| 116 | +* Fix regression in 2.55.0 where ungrabbing keys did not work reliably. |
| 117 | + |
| 118 | +What's new in at-spi2-core 2.55.0: |
| 119 | + |
| 120 | +* Fix various memory leaks. |
| 121 | + |
| 122 | +* Fix the build on FreeBSD. |
| 123 | + |
| 124 | +* Improve warnings when setting a property. |
| 125 | + |
| 126 | +* Use the appropriate annotations for callbacks. |
| 127 | + |
| 128 | +* device: Support adding grabs given a keysym. |
| 129 | + |
| 130 | +What's new in at-spi2-core 2.53.90: |
| 131 | + |
| 132 | +* Make ATSPI_ROLE_PUSH_BUTTON an enum value again. |
| 133 | + |
| 134 | +* atk: Align button role with AT-SPI one. |
| 135 | + |
| 136 | +* Fix warning when atspi_event_quit is called multiple times. |
| 137 | + |
| 138 | +What's new in at-spi2-core 2.53.1: |
| 139 | + |
| 140 | +* tests: Clean up test application on SIGABRT/SIGSEGV. |
| 141 | + |
| 142 | +* Set (allow-none) for nullable parameters to atspi_match_rule_new. |
| 143 | + |
| 144 | +* collection: Allow specifying specific action names in match rules. |
| 145 | + |
| 146 | + atk-adaptor: Fix duplicated results in GetMatchesFrom. |
| 147 | + |
| 148 | +* atk-adaptor: For collections, don't return objects with 0 actions as |
| 149 | + supporting AtkAction. |
| 150 | + |
| 151 | +* Rename ATSPI_ROLE_PUSH_BUTTON to ATSPI_ROLE_BUTTON. |
| 152 | + |
| 153 | +What's new in at-spi2-core 2.53.0: |
| 154 | + |
| 155 | + Add missing prototypes for functions to check the presence of interfaces. |
| 156 | + |
| 157 | +* Replace disable_p2p with an ATSPI_DISABLE_P2P environment variable. |
| 158 | + |
| 159 | +* Drop use of deprecated eaves-dropping option in dbus configuration |
| 160 | + |
| 161 | + atk-adaptor: Limit amount of children to return for GetChildren |
| 162 | + |
| 163 | +* Notify about HelpText attribute change. |
| 164 | + |
| 165 | +* Fix possible double unref in add_accessible_from_iter. |
| 166 | + |
| 167 | +What's new in at-spi2-core 2.52.0: |
| 168 | + |
| 169 | +* tests: Fix missing declaration for getpid(). |
| 170 | + |
| 171 | +What's new in at-spi2-core 2.51.90: |
| 172 | + |
| 173 | +* Back out code to generate mouse events on mutter. It had a couple of |
| 174 | + unwanted side effects. Also remove dependencies on libei and xkbcommon. |
| 175 | + |
| 176 | +* atk-adaptor: Fix collection role matching. |
| 177 | + |
| 178 | +* Have atspi_text_get_string_at_offset fall back to calling |
| 179 | + GetTextAtOffset if GetStringAtOffset is unimplemented. |
| 180 | + |
| 181 | +* Don't use g_assert in the unit tests. |
| 182 | + |
| 183 | +What's new in at-spi2-core 2.51.91: |
| 184 | + |
| 185 | + Add an attribute-changed signal in atk, and update libatspi attribute cache. |
| 186 | + |
| 187 | +* Add GetTextSelection and SetTextSelection to Document interface. |
| 188 | + |
| 189 | +* Add atspi_device_generate_mouse_event, and implement for mutter. |
| 190 | + |
| 191 | +* Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails. |
| 192 | + |
| 193 | +* xml: Add Embedded to the Socket interface |
| 194 | + |
| 195 | +* Don't return uninitialized values if atspi_component_get_size/position fail. |
| 196 | + |
| 197 | +What's new in at-spi2-core 2.51.0: |
| 198 | + |
| 199 | +* atk-adaptor: Fix critical when no table cell array is returned. |
| 200 | + |
| 201 | +* accessible: Do not rename deprecated methods to the new names. |
| 202 | + |
| 203 | +* Add HelpText property and corresponding functions in atk and libatspi. |
| 204 | + |
1 | 205 | What's new in at-spi2-core 2.50.0: |
2 | 206 |
|
3 | 207 | * Fix at-spi2-atk test when running under a non-English locale. |
|
0 commit comments