summaryrefslogtreecommitdiff
path: root/modules/other/gail/gailbutton.c
Commit message (Expand)AuthorAgeFilesLines
* gail: Move from modules/other/gail to gtk/a11yBenjamin Otte2011-07-051-1686/+0
* gail: use const instead G_CONST_RETURNJavier Jardón2011-06-071-13/+13
* gail: we cant access button->in_button directly now.Javier Jardón2010-11-191-0/+8
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-2/+2
* Gail: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-3/+6
* Use GtkBin accessorsJavier Jardón2010-07-131-1/+1
* Use accessor functions to access GtkAccesible variablesJavier Jardón2010-07-131-31/+34
* gtkarrow: Move public members to private structureJavier Jardón2010-07-131-7/+14
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-1/+1
* Fix compilation warningJavier Jardón2009-11-091-2/+2
* Don't use deprecated button signal functions in GailChristian Dywan2009-10-271-4/+4
* CleanupsMatthias Clasen2009-09-101-3/+0
* Remove a dead assignmentMatthias Clasen2009-09-091-2/+0
* Fix Selectable state for gailButtonMike Gorse2009-04-231-3/+1
* Bug #561631. Patch from Yue Wang. Ref the button in the idle function toLi Yuan2009-02-261-4/+9
* Bug #561631. Use g_queue_get_length to determine if a queue is empty.Li Yuan2009-02-171-1/+1
* Fix possible leaks of textutilsMatthias Clasen2008-09-211-0/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Patch from Alejandro Piñeiro Iglesias <apinheiro@igalia.com>. BugLi Yuan2008-04-021-1/+22
* Bug #433324. add/remove selectable state depand on if the button can beLi Yuan2008-03-311-0/+6
* Remove relocations from the atk factories. Remove unused gail_foo_new()Christian Persch2007-12-251-16/+0
* Include <config.h>. Bug #504720.Christian Persch2007-12-231-0/+2
* Use G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding the get_type functions. ...Christian Persch2007-12-231-71/+10
* Use gdk_threads_add_idle. Bug #504571.Christian Persch2007-12-221-10/+3
* Integrate gail into gtk+. Bug #169488.Christian Persch2007-12-181-0/+1720