- 04 Dec, 2010 40 commits
-
-
Carlos Garnacho authored
-
Carlos Garnacho authored
The "alpha" symbolic color modifies a passed color's alpha by a factor, the syntax would accept things like: background-color: alpha (@bg_color, 0.8); foreground-color: alpha (shade (@fg_color, 0.8), 0.5);
-
Carlos Garnacho authored
This function modifies the alpha channel of a color, multiplying it by a factor.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
This is so scrollbars can be themed throught the "trough" and "slider" classes.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
This is also implemented in the theming engine, although the default CSS should be using it in order to theme buttons, troughs, sliders and such.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
Several classes and regions may be set to GtkStyleContext, so rename the functions to be more intuitive.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
Comparing a selector with a widget path was being done backwards since the change to use GtkContainer::get_path_for_child().
-
Matthias Clasen authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
It actually messed up with the state being actually set, and having a transition animation running for it. Now this dichotomy is removed, and gtk_style_context_state_is_running() only checks whether an animation is running, leaving state checking to flags & GTK_STATE_FLAG_*.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
Both API and file format is documented, there's still missing a migration doc though.
-
Carlos Garnacho authored
The case for paned can be guessed out from the height and width, for handlebox the orientation parameter doesn't make much sense, and this way it could also be used for resize grips.
-
Benjamin Berg authored
-
Carlos Garnacho authored
The css parser has been modified to parse correctly radial gradients: background-image: -gtk-gradient (radial, center center, 0, center center, 0.8, from (#000), to (#fff)); The theming engine has been modified to correctly animate these, as well as transitions between different pattern types.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
-
Carlos Garnacho authored
This is now used throughout in order to have the full path for a given widget, including intermediate named regions, the default implementation just returns the GtkContainer's path copy, no intermediate regions between.
-