]> Pileus Git - ~andy/gtk/history - gtk/gtkstyleset.c
Add theming docs
[~andy/gtk] / gtk / gtkstyleset.c
2010-12-04 Carlos GarnachoAdd theming docs
2010-12-04 Benjamin BergUse cairo gobject support instead of a new boxed type.
2010-12-04 Carlos GarnachoRegister the border-image property
2010-12-04 Carlos GarnachoGtkStyleSet: Fix typo
2010-12-04 Carlos GarnachoGtkStyleSet: Register a "background-image" property.
2010-12-04 Carlos GarnachoGtkStyleSet: Handle GtkGradients as a replacement for...
2010-12-04 Carlos GarnachoGtkStyleSet: Set an empty default_value if none is...
2010-12-04 Carlos GarnachoGtkStyleSet: Register "margin" property.
2010-12-04 Carlos GarnachoRemove gtkalias from style context code.
2010-12-04 Carlos GarnachoPlug a bunch of leaks.
2010-12-04 Carlos GarnachoGtkStyleSet: Register the "transition" property.
2010-12-04 Carlos GarnachoMove all theming stack to use GtkStateFlags.
2010-12-04 Carlos GarnachoGtkStyleSet: Fix compiler warning.
2010-12-04 Carlos GarnachoGtkStyleSet: Allow custom parsers on registered properties.
2010-12-04 Carlos GarnachoGtkStyleSet: Register the "border" property.
2010-12-04 Carlos GarnachoGtkStyleSet: Allow setting default value when registeri...
2010-12-04 Carlos GarnachoGtkStyleSet: Add priv pointer to object struct.
2010-12-04 Carlos GarnachoGtkStyleSet: Optionally take GtkSymbolicColors.
2010-12-04 Carlos GarnachoGtkStyleSet: Add API to map symbolic colors.
2010-12-04 Carlos GarnachoGtkStyleSet: Register GtkThemingEngine type.
2010-12-04 Carlos GarnachoGtkStyleSet: Remove default value for registered proper...
2010-12-04 Carlos GarnachoGtkStyleSet: Add gtk_style_set_set_default().
2010-12-04 Carlos GarnachoAdd GtkWidgetPath parameter to gtk_style_provider_get_s...
2010-12-04 Carlos GarnachoGtkStyleSet: Add method to lookup property default...
2010-12-04 Carlos GarnachoGtkStyleSet: Make property registration take const...
2010-12-04 Carlos GarnachoGtkStyleSet: Add method to register border property.
2010-12-04 Carlos GarnachoGtkStyleSet: Add method to register font properties.
2010-12-04 Carlos GarnachoGtkStyleSet: Return default value if value is not set.
2010-12-04 Carlos GarnachoGtkStyleSet: Add valist and varargs getters/setters.
2010-12-04 Carlos GarnachoGtkStyleSet: Use property GQuark as store keys.
2010-12-04 Carlos GarnachoGtkStyleSet: Add style property registration funcs.
2010-12-04 Carlos GarnachoGtkStyleSet: Implement GtkStyleProvider.
2010-12-04 Carlos GarnachoAdd GtkStyleSet, a store of style properties.