summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkwidgetaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* all: Don't warn about deprecated gtk_window_present usageBastien Nocera2019-02-251-0/+3
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-6/+11
* a11y: Stop using ::eventMatthias Clasen2018-05-261-38/+4
* Continue renaming window to surfaceAlexander Larsson2018-03-211-13/+13
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-6/+6
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-8/+8
* a11y: Stop using ::focus-in/out-eventMatthias Clasen2018-01-161-11/+13
* a11y: drop the focus trackerMatthias Clasen2017-12-121-8/+2
* Fix updating the widget accessible description when using its tooltipColomban Wendling2017-12-091-0/+3
* widget accessible: Use GdkEvent APIMatthias Clasen2017-09-191-1/+3
* Remove GtkAlignmentTimm Bäder2016-10-181-10/+4
* Implement support for ATK_STATE_HAS_TOOLTIPJoanmarie Diggs2014-10-221-0/+8
* Deprecate GtkAligmentMatthias Clasen2014-05-231-1/+2
* a11y: remove implementation for component->get_sizeAlejandro Piñeiro2014-02-091-16/+0
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* a11y: Check whether a widget is mapped before querying its parentMike Gorse2013-08-311-1/+4
* Revert "a11y: Check whether a widget is mapped before querying its parent"Matthias Clasen2013-08-311-10/+4
* a11y: Check whether a widget is mapped before querying its parentMike Gorse2013-08-301-4/+10
* a11y: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* CosmeticsMatthias Clasen2012-12-271-1/+1
* Make accessible implementations publicMatthias Clasen2012-12-271-6/+6
* a11y: fix uninitialized variables compiler warningCosimo Cecchi2012-12-131-5/+6
* Avoid unreachable codeMatthias Clasen2012-11-291-0/+1
* GtkWidgetAccessible: add a private structMatthias Clasen2012-10-151-2/+19
* a11y: Solved leak on gtk_widget_accessible_get_descriptionAlejandro Piñeiro2012-09-121-2/+20
* a11y: Only care about GtkOrientable::orientationBenjamin Otte2012-03-091-1/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Remove a check that broke the color chooser a11y dumpMatthias Clasen2012-01-161-1/+1
* Remove an unnecessary warningMatthias Clasen2011-12-301-7/+8
* widget: Set widget in accessible's constructorBenjamin Otte2011-12-191-3/+0
* a11y: Don't connect_destroyed anymoreBenjamin Otte2011-12-191-1/+0
* a11y: Remove widget_destroyed callBenjamin Otte2011-12-191-22/+0
* Don't use object data for layerMatthias Clasen2011-07-171-14/+3
* Get rid of the focus_gtk vfuncMatthias Clasen2011-07-171-33/+10
* Use canonical namesMatthias Clasen2011-07-171-2/+2
* Make all of a11y/ compile with -WshadowMatthias Clasen2011-07-101-6/+4
* Drop a few more unwanted exportsMatthias Clasen2011-07-091-2/+2
* Reduce the number of unwanted exportsMatthias Clasen2011-07-091-6/+6
* Add api for setting the layerMatthias Clasen2011-07-051-3/+11
* Change the toolkit attribute from gail to gtkMatthias Clasen2011-07-051-1/+1
* Drop the atk_component_add/remove_focus_handler implementationMatthias Clasen2011-07-051-34/+3
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-0/+902