summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkwidgetaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ATKEmmanuele Bassi2020-07-261-789/+0
* Replace "gint" with "int"Benjamin Otte2020-07-251-16/+16
* a11y: Drop GtkWidgetAccessibleClass.notify_gtkEmmanuele Bassi2020-06-051-26/+0
* a11y: Use G_DECLARE macro for GtkWidgetAccessibleEmmanuele Bassi2020-06-051-15/+45
* Notify accessibility state changes from GtkWidgetEmmanuele Bassi2020-06-051-84/+100
* Notify mapped state to the accessible object directlyEmmanuele Bassi2020-06-051-9/+14
* Make tooltip properties idiomaticEmmanuele Bassi2020-06-051-20/+3
* a11y: Widgets have childrenMatthias Clasen2020-05-271-0/+37
* Drop GtkContainer and its accessible implementationMatthias Clasen2020-05-111-1/+0
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-17/+6
* Explicitly update widget a11y bounds when allocatingEmmanuele Bassi2020-05-061-18/+17
* a11y: Fix focusable stateMatthias Clasen2020-04-091-1/+31
* Remove an unused backend includesMatthias Clasen2020-04-071-3/+0
* a11y: Report children of widgetsMatthias Clasen2020-02-061-7/+17
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-1/+1
* Stop using gtk_widget_is_toplevelMatthias Clasen2019-05-281-1/+1
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-5/+0
* a11y: Stop supporting ATK_XY_SCREENMatthias Clasen2019-05-281-20/+3
* a11y: Stop using gtk_widget_get_parent_surfaceMatthias Clasen2019-04-241-1/+1
* a11y: Don't support changing widget size and positionMatthias Clasen2019-03-261-76/+2
* 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