summaryrefslogtreecommitdiff
path: root/modules/other/gail/gailwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-2/+2
* Deprecate some widget flagsJavier Jardón2010-01-071-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-4/+4
* Use gtk_widget_get_tooltip_text for gtk_tooltips_data_get in GailChristian Dywan2009-12-171-6/+1
* Report ATK_STATE_SHOWING only when all parents are visibleAlejandro Piñeiro Iglesias2009-07-291-2/+30
* Makefile.am add GTK_DISABLE_DEPRECATED to CFLAGS.Michael Natterer2008-12-091-0/+3
* gailbooleancell.c gailimagecell.c gailtextcell.c gailwidget.cMichael Natterer2008-08-151-3/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* 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-45/+10
* Integrate gail into gtk+. Bug #169488.Christian Persch2007-12-181-0/+1111