Matthias Clasen
|
3e6b37726a
|
Remove a check that broke the color chooser a11y dump
With the visible check, the opacity slider ended up without
a labeled-by, which is sad.
|
2012-01-16 21:05:01 -05:00 |
|
Matthias Clasen
|
2637240abe
|
Remove an unnecessary warning
Don't warn if there's more than one mnemonic label for a widget,
and skip invisible labels.
Bug 665015
|
2011-12-30 02:01:15 -05:00 |
|
Benjamin Otte
|
0c1f2f2fc1
|
widget: Set widget in accessible's constructor
No need to add t manually later.
|
2011-12-19 16:17:13 +01:00 |
|
Benjamin Otte
|
d801b28365
|
a11y: Don't connect_destroyed anymore
It's not used now that set_widget() does the right thing.
|
2011-12-19 16:17:13 +01:00 |
|
Benjamin Otte
|
4652d4c399
|
a11y: Remove widget_destroyed call
GtkAccessible does all of that for us now.
|
2011-12-19 16:17:13 +01:00 |
|
Matthias Clasen
|
3bfa69fa53
|
Don't use object data for layer
Just add a regular member in GtkWidgetAccessible for it.
|
2011-07-17 23:17:38 -04:00 |
|
Matthias Clasen
|
6d33c783d0
|
Get rid of the focus_gtk vfunc
Only GtkWidgetAccessible and GtkWindowAccessible had implementations,
and they could easily be converted to focus_event handlers.
|
2011-07-17 23:04:00 -04:00 |
|
Matthias Clasen
|
e756b2e50d
|
Use canonical names
Use canonical names for both signals and properties.
|
2011-07-17 18:52:37 -04:00 |
|
Matthias Clasen
|
07380c1e64
|
Make all of a11y/ compile with -Wshadow
|
2011-07-10 00:24:26 -04:00 |
|
Matthias Clasen
|
3846a59bab
|
Drop a few more unwanted exports
Remaining now are just cell accessibles.
|
2011-07-09 16:43:39 -04:00 |
|
Matthias Clasen
|
d98622b2ea
|
Reduce the number of unwanted exports
_-prefix most of the get_type functions in a11y/.
There are still some more symbols left.
|
2011-07-09 16:32:40 -04:00 |
|
Matthias Clasen
|
2980659ab1
|
Add api for setting the layer
Add api for setting the component layer, instead of open-coding
the object data key, and use it.
|
2011-07-05 16:10:26 -04:00 |
|
Matthias Clasen
|
b61043dcfa
|
Change the toolkit attribute from gail to gtk
Update test results to match.
|
2011-07-05 16:10:25 -04:00 |
|
Matthias Clasen
|
f839379d01
|
Drop the atk_component_add/remove_focus_handler implementation
Instead, just connect to focus-event directly.
|
2011-07-05 16:09:57 -04:00 |
|
Matthias Clasen
|
775ccf39e7
|
Initial conversion of GailWidget to GtkWidgetAccessible
|
2011-07-05 16:09:57 -04:00 |
|