summaryrefslogtreecommitdiff
path: root/gtk/gtkaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* Docs: Don't use note elementsMatthias Clasen2014-02-021-2/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* accessible: Unset widget on dispose, not finalizeBenjamin Otte2012-02-101-3/+3
* accessible: Remove stray semicolonBenjamin Otte2012-01-121-1/+1
* accessible: Deprecate gtk_accessible_connect_widget_destroyed()Benjamin Otte2011-12-191-0/+2
* accessible: Ensure we unset the widget when finalizingBenjamin Otte2011-12-191-0/+11
* accesible: Manage the DEFUNCT stateBenjamin Otte2011-12-191-0/+18
* accessible: Use set_widget() in destroy notifyBenjamin Otte2011-12-191-1/+8
* API: accessible: Add widget_set and widget_unset vfuncsBenjamin Otte2011-12-191-0/+20
* accessible: At an important note to the docsBenjamin Otte2011-12-191-1/+5
* accessible: Check the widgeyt actually changed when settingBenjamin Otte2011-12-191-1/+8
* accessible: Make widget a propertyBenjamin Otte2011-12-191-0/+59
* Add some GtkAccessible documentationMatthias Clasen2011-07-141-14/+22
* Drop private GtkAccessible apiMatthias Clasen2011-07-141-31/+0
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-6/+2
* Fix spellingMatthias Clasen2011-02-201-4/+4
* Add a private function for accessible factory registrationMatthias Clasen2011-02-171-0/+31
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-4/+4
* gtkaccessible: Move public members to private structureJavier Jardón2010-07-131-6/+22
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [gtkaccessible] Use the correct guards in gtk_accessible_set_widget()Javier Jardón2010-06-221-2/+1
* bgo#622371 - Add gtk_accessible_set_widget() - the widget field was GSEAL()ed.Vincent Untz2010-06-221-0/+19
* No accessor for GtkAccessible.widgetVincent Untz2010-04-141-0/+20
* Move documentation from templates to inline comments: GtkAccesibleJavier Jardón2009-10-151-0/+7
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* More G_DEFINE_TYPE conversion.Matthias Clasen2006-05-031-14/+4
* Boilerplate reductionMatthias Clasen2006-05-021-19/+6
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Deprecation cleanupManish Singh2002-10-111-11/+12
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-0/+93