- 05 Jul, 2011 40 commits
-
-
Benjamin Otte authored
People don't check for -1 when computing size requests. Document this new behavior.
-
Benjamin Otte authored
Correct text direction for printing of doubles should be (and is) done by printf() and friend and not enforced by GtkScale. This reverts commit 5eb2aac9 https://bugzilla.gnome.org/show_bug.cgi?id=322571
-
Benjamin Otte authored
-
Benjamin Otte authored
AtkText should only be implemented by text editing widgets. For just giving out a small text string, AtkObject::name should be used.
-
Benjamin Otte authored
AtkText should only be implemented by text editing widgets. For just giving out a small text string, AtkObject::name should be used.
-
Matthias Clasen authored
Test that we do emit ::text_caret_moved and ::text_selection_changed as expected.
-
Matthias Clasen authored
No need to get the cursor position twice in a row.
-
Matthias Clasen authored
Don't move the cursor to 0 when removing the selection, and don't overlook growing selections.
-
Matthias Clasen authored
-
Matthias Clasen authored
GtkEntry sets single-paragraph mode on its pango layout, so the results for line-related navigation don't match.
-
Matthias Clasen authored
Just cosmetics
-
Matthias Clasen authored
-
Matthias Clasen authored
No functional changes.
-
Matthias Clasen authored
-
Matthias Clasen authored
No more signal emission from an idle.
-
Matthias Clasen authored
Ensure that text and selection boundaries are in a consistent state when we emit notifications, that ::insert-text and ::delete-text are emitted before any changes, and that ::changed is emitted after property notifications when inserting or deleting text.
-
Matthias Clasen authored
These tests check that text and selection boundaries are in a consistent state when we emit notifications, that ::insert-text and ::delete-text are emitted before any changes, and that ::changed is emitted after property notifications when inserting or deleting text.
-
Matthias Clasen authored
Also clean up and rearrange the code. As a side-effect, the no-longer-existing stipple attributes are dropped. Update test results to match.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
And some code rearrangement.
-
Matthias Clasen authored
Replace the factory for entry and spin button with gtk_widget_class_set_accessible_type() calls, and move then to the GtkAccessible namespace.
-
Matthias Clasen authored
The a11y selection tests poke the selection on unrealized labels. Don't spew warnings in this case.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
GtkLabel passes this now.
-
Matthias Clasen authored
The label accessible port dropped the no-longer-existing stipple attributes; so update the expected test results to match.
-
Matthias Clasen authored
Unfortunately, we still keep a copy of the text around, for ::insert/::delete signals; those emissions need to be moved to GtkLabel itself.
-
Matthias Clasen authored
This function translates the fg/bg color into atk attributes.
-
Matthias Clasen authored
These functions are implementations of the AtkText api on top of a PangoLayout, and are intended to replace GailTextUtil. Since gtkpango.h is a private header, also remove the individual inclusion prohibition.
-
Matthias Clasen authored
The new test is much smaller, and the results have been carefully looked at; GtkLabel gets it right, the others don't. Also, temporarily include some code that dumps out useful information.
-
Matthias Clasen authored
-
Matthias Clasen authored
Make the get_property switch look a little nicer. We export these functions privately for use in the label accessible implementation later on.
-
Benjamin Otte authored
Fixes underallocation warnings
-
Benjamin Otte authored
-
Benjamin Otte authored
It's not exposed in AT-SPI so we don't need it.
-
Benjamin Otte authored
AT-SPI doesn't expose them, so there's no need to keep them.
-
Matthias Clasen authored
The consensus of the accessibility team was that 'color chooser' fits best for this. Update tests to match.
-
Matthias Clasen authored
The consensus of the accessibility team was that this is an animation. Update tests to match.
-