Loading
Commits on Source 28
-
Joanmarie Diggs authored
-
Piotr Drąg authored
-
Anders Jonsson authored
-
Ask Hjorth Larsen authored
-
Ekaterine Papava authored
-
Joanmarie Diggs authored
Fixes issue #482.
-
Daniel Mustieles authored
-
Boyuan Yang authored
-
Aurimas Černius authored
-
Rūdolfs Mazurs authored
-
Joanmarie Diggs authored
The web script's presentObject() calls getObjectContentsAtOffset() to determine what to present for that object. Normally that results in a list of one or two content items to present. But when the object to be presented is the document itself, the resulting content items will likely be in the hundreds (at least). It's like doing a SayAll, but gathering the full content prior to saying anything. This makes it appear that Orca has hung.
-
Joanmarie Diggs authored
-
Joanmarie Diggs authored
Thanks to the collection interface, it is possible to very quickly look for any widgets that suggest a dialog is not a simple message dialog. Unfortunately, in some apps (e.g. Pidgin, a Gtk2 app) this seems to make Pidgin crash for reasons still to be determined. In order to try to avoid this sort of crash, use several collection- based checks to quickly locate the first container which suggests that a dialog is not a message box. Hopefully this will prevent AT-SPI2 from digging so deeply in the tree that Pidgin crashes, and it's a reasonable change to do anyway. See issue #485.
-
Samuel Thibault authored
-
Samuel Thibault authored
-
Jürgen Benvenuti authored
-
Jürgen Benvenuti authored
-
Asier Sarasua Garmendia authored
-
Juliano de Souza Camargo authored
-
Alexandre Franke authored
-
Joanmarie Diggs authored
Apparently we cannot always get reliable values for the active window position from Gdk. Therefore we need to modify our hack in _window_coordinates_to_screen_coordinates. 1. Use AT-SPI to get the screen coordinates. This won't work in Wayland or with Gtk4 apps, but seems to work for Gtk3. 2. Because the window coordinates we get appear to not take the title bar height into account, calculate that by subtracting the reported height of the active Gdk window from the frame extents' height.
-
ButterflyOfFire authored
-
Joanmarie Diggs authored
-
Samuel Thibault authored
-
Samuel Thibault authored
Update to upstream version '46.1' with Debian dir 0b12a08386d888b6b2d6ec77c7322e4ee5aa01ed
-
Samuel Thibault authored
-
Jeremy Bícha authored
orca Debian release 46.1-1 * tag 'debian/46.1-1': (24 commits) upload Release prep Update Kabyle translation Event synthesizer: Adjust hackaround for having to use window coordinates Update French translation Update Brazilian Portuguese translation Update Basque translation Update German translation Update German translation Add changelog Bump atk-bridge dependency version Have is_message_dialog return early when possible Web: Fix regression in SayAll upon page load Web: Defer to default script's presentObject() when the object is the document Update Latvian translation Update Lithuanian translation Update Chinese (China) translation Update Spanish translation Fix regression in presenting new radio button groups Update Georgian translation ...
-
Jeremy Bícha authored