Loading
Commits on Source 21
-
Alice Mikhaylenko authored
We don't allow to focus the switch itself, so we should inherit its role ourselves. (cherry picked from commit d2291490) Co-authored-by:
Fina Wilke <code@felinira.net>
-
Alice Mikhaylenko authored
We already contain a spin button which is accessible on its own, automatically focused, and usable like any other spin button. This now behaves exactly like spin button. (cherry picked from commit bc777a3d) Co-authored-by:
Fina Wilke <code@felinira.net>
-
Lukáš Tyrychtr authored
Because of the scrolled window, Orca's heuristic for finding static text ignore the body text. So, expose it as the description for the dialog. Helps #894. (cherry picked from commit 288273cb)
-
Alice Mikhaylenko authored
(cherry picked from commit 1486c576)
-
Mohammed Sadiq authored
-
Lukáš Tyrychtr authored
By doing that, it gets read (at least with Orca 47), when the page gets focus. Fixes #893. (cherry picked from commit d62f521b)
-
Michael Catanzaro authored
The callback here doesn't have any ref on the AdwTab, so cannot safely use it. Same problem in AdwTabThumbnail. Fixes #906 (cherry picked from commit 0cdf0199)
-
Chao-Hsiung Liao authored
-
Jose Riha authored
-
Maximiliano Sandoval authored
The (closure) annotation should go on the `callback` parameter, e.g. ``` * @callback: (scope async) (closure user_data): a callback to call when the operation is complete ``` Alternatively, when the user_data parameter is annotated, the annotation requires no arguments. However, heuristic number 378 picks up parameters named `user_data` automatically as the callback's user data if there is a callback. (cherry picked from commit f09d732e)
-
Maximiliano Sandoval authored
Without this, if the row has activates-default=True and there is a default widget it won't be activated when pressing enter in the row. See aab05aab (cherry picked from commit 91bc1183)
-
Matthijs Velsink authored
The `child_breakpoint_bin` can get unparented during `update_presentation()`, so reffing it is needed. However, that should only happen after all early return possibilities have passed, otherwise this reference can leak. This moves the reference to after the last possibility for early return. (cherry picked from commit 3441dca5)
-
Alice Mikhaylenko authored
(cherry picked from commit b4bbbc9f)
-
Alice Mikhaylenko authored
(cherry picked from commit b07182da)
-
Alice Mikhaylenko authored
Looks like the random failures have to do with the inspector module, use a commit after it was changed. (cherry picked from commit 2c870989)
-
Automeris naranja authored
(cherry picked from commit 7f13af87)
-
Alice Mikhaylenko authored
(cherry picked from commit dd350640)
-
Alice Mikhaylenko authored
(cherry picked from commit 157b1be1)
-
Alice Mikhaylenko authored
This reverts commit 61d66a76
-
Alice Mikhaylenko authored
-
Jeremy Bícha authored