- 05 Jul, 2011 40 commits
-
-
Matthias Clasen authored
This removes a horrible workaround for bug 126797. To prevent picking up accidental markup in label texts, the label accessible is listening for window creation and mapping and defers initializing its text until then.
-
Matthias Clasen authored
This tests a problem that was first noticed in 2003, in bug 126797: The text of a label accessible is not properly updated when the label switches from !use-markup to use-markup.
-
Matthias Clasen authored
Needless to say, these tests still fail.
-
Matthias Clasen authored
These unfortunately all fail really miserably, currently.
-
Matthias Clasen authored
A first experimental conversion from the gail namespace to gtkaccessible. At the same time, use gtk_widget_class_set_accessible_type() to register the accessible type for GtkLabel.
-
Matthias Clasen authored
The function was unused and unnecessary.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
This duplicates the current test with a GtkTreeStore instead of a GtkListStore.
-
Matthias Clasen authored
Avoid many unnecessary list iterations by using a hash table to store cell infos, and caching row and column counts. Based on patches by William Jon McCann, bug 554171. tree-performance results: before: (MINPERF:large tree test with a11y: 9.18531sec) after: (MINPERF:large tree test with a11y: 0.923463sec) for comparison, without accessibility: (MINPERF:large tree test: 0.016179sec)
-
Matthias Clasen authored
This test creates a treeview with a few columns and a liststore, and then populates it with a 1000 rows.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
...and when you do pass them a real string, don't leak it.
-
Benjamin Otte authored
THe testcase depends on the installed printers, so is nondeterministic. This reverts commit 5bf14cc7485fe015ad15747454e877f2fb3dabc5.
-
Benjamin Otte authored
File choosers depend on the files in the current directory and the settings the user has set for the file chooser, so the output cannot be deterministic. This reverts commit f05c9e02c49f857c33e02c3d89483fcccb5df254.
-
Benjamin Otte authored
The font chooser depends on the fonts installed on the system, so the output is nondeterministic. This reverts commit 08fdc399762c2af07d94e42a1801e691e5d4d6ab.
-
Benjamin Otte authored
-
Benjamin Otte authored
This guarantees that objects are named the same all the time.
-
Benjamin Otte authored
As set_description is never called and unsupported by the at-spi, we can omit implementing it. This means we can also omit get_description calls in various places, as they'd just return the default value: NULL.
-
Benjamin Otte authored
-
Benjamin Otte authored
This code was supposed to work around a bad interaction between GOK and Nautilus from 7 years ago. If it still exists, the GOK developers may complain to the Nautilus developers. https://bugzilla.gnome.org/show_bug.cgi?id=137401
-
Benjamin Otte authored
The ATK default code does the same thing as these two functions.
-
Joachim Breitner authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-