| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Multiple changes:
- actions are now available unconditionally, but only work in the right
state. This mirrors other actions.
- instead of adding actions manually, they invoke the action on the
GtkCellAccessibleParent interface.
Tests have been updated to reflect the changes
|
| |
|
|
|
|
|
|
|
|
| |
Various tiny semantic changes in here.
The big fix is that we consider every cell as visible and as showing if
the treeview is mapped.
This was also fixed in the tree dump test.
|
|
|
|
|
| |
By using the 'unix' gio volume monitor, we avoid variation
in the file chooser that otherwise breaks the 'pickers' test.
|
| |
|
|
|
|
|
|
| |
There was some regressions from the recent display line fix;
while fixing it improve the test coverage and make GtkEntry
and GtkTextView return identical results.
|
| |
|
|
|
|
| |
This one should be invisible if everything works as it should.
|
| |
|
|
|
|
|
| |
Captions and headers are printed as part of the children, so we can
avoid the duplication by just printing the name.
|
|
|
|
|
| |
Put 10000 rows into the tree-performance test, so the tests don't finish
in <1s. That's too little for profiling.
|
|
|
|
|
| |
Otherwise the test code might ignore collapsed rows, which makes it go
rather fast.
|
| |
|
| |
|
|
|
|
| |
Instead of an explicit { 0, } when declaring the variable.
|
| |
|
|
|
|
|
| |
Testing focus changes in this way has no chance of working
until we remove all the idle handlers from gail.
|
|
|
|
|
| |
Some of the recent changes need to be reflected in the a11y
dumps.
|
|
|
|
| |
There was some stipple left there, still.
|
|
|
|
| |
It is not meant for that.
|
|
|
|
|
|
|
|
| |
This is an attempt to explore differences in GTK+'s and gails
notions of which widget currently has the focus. Since gail
does all its focus updates in an idle, we cannot do the
comparisons synchronously, so just check ever so often in
a timeout.
|
| |
|
| |
|
|
|
|
|
| |
This test revealed the horrors commented on in the previous
commit.
|
| |
|
|
|
|
|
|
| |
Not appropriate commit message
This reverts commit f02812c0d65ca6c0dc6e6bb845d6be11714f4af6.
|
| |
|
|
|
|
|
|
|
| |
1) Allow inserting text to move the cursor to after the inserted text
2) Implement selecting text for GtkTextView. Also assert if it's an
unsupported widget type.
3) Select an inside part of the widget, not the end.
|
| |
|
| |
|
|
|
|
|
| |
The recent change to notebook page parent handling is showing
up in the output of the notebook.ui test.
|
| |
|
|
|
|
|
| |
This is failing currently, since focus handling is all
in defer-to-idle country.
|
|
|
|
| |
Update test results to match.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
While doing this, drop the get_mdi_zorder implementation
that really should come from the window manager side. Dropping
this saves some 500 lines.
|
|
|
|
|
|
| |
This drops the AtkText implementation, and also strips handling
of children out. Instead of listening for enter/leave/press/released,
just listen for state changes on the widget.
|
| |
|
|
|
|
|
|
|
|
|
| |
At the same time, drop the AtkText implementation.
Also, reintroduce a GtkBoxAccessible, since the previous
way of setting the role in get_accessible was affecting
GtkBox subclasses negatively.
Adjust expected test output to match.
|
|
|
|
| |
Contributed by Joanmarie Diggs.
|
|
|
|
|
| |
And drop the AtkText implementation at the same time.
Update test results to match.
|
|
|
|
|
| |
At the same time, drop the AtkText implementation, and simplify
accordingly. Test output has been updated to match.
|
| |
|
|
|
|
|
| |
Mostly code rearrangement and cleanup, but also a memory
leak fix in gtk_tree_view_accessible_get_column_description().
|
| |
|
|
|
|
|
|
|
|
| |
Selection count is tested via assertions and can be inferred from
looking at the number of selected children.
And I'd like to reduce the output of the tests. We're outputting way too
much anyway.
|
|
|
|
| |
And put one child in every row to make diffing easier.
|