- 05 Jul, 2011 40 commits
-
-
Matthias Clasen authored
This was just setting a role, which we can do just as well in get_accessible().
-
Matthias Clasen authored
-
Matthias Clasen authored
Instead, just set a suitable role on a GtkWidgetAccessible.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
Overriding CFLAGS is a bad idea. Use INCLUDES instead.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Make this use the same convenience function as is used elsewhwere.
-
Matthias Clasen authored
-
Matthias Clasen authored
This just does the renaming, and drops the factory.
-
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
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
-