Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics | Matthias Clasen | 2012-12-27 | 1 | -1/+1 |
| | | | | Replace GAIL in top comments by 'GTK+ - accessibility implementations'. | ||||
* | Make accessible implementations public | Matthias Clasen | 2012-12-27 | 1 | -5/+5 |
| | | | | | | | | | | | | | | This commit exposes the get_type() functions and standard headers for accessible implementations. This makes it possible to derive from the GTK accessible implementations without GType magic tricks. This is necessary, because we require the a11y type hierarchy to be parallel to the widget type hierarchy. So, if you derive a widget and need to adjust its a11y implementation, you have to be able to derive its accessible implementation. This commit probably exposes more than is absolutely necessary, it also exposes accessibles of widgets that are unlikely candidates for deriving from. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | Reduce the number of unwanted exports | Matthias Clasen | 2011-07-09 | 1 | -5/+6 |
| | | | | | _-prefix most of the get_type functions in a11y/. There are still some more symbols left. | ||||
* | Initial conversion of GailWidget to GtkWidgetAccessible | Matthias Clasen | 2011-07-05 | 1 | -5/+3 |
| | |||||
* | Nuke GailAdjustment | Matthias Clasen | 2011-07-05 | 1 | -1/+0 |
| | | | | | This was a fairly trivial wrapper around GtkAdjustment with no particularly important reason for existence. | ||||
* | Convert GailProgressBar to GtkProgressBarAccessible | Matthias Clasen | 2011-07-05 | 1 | -0/+113 |