Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix prelighting of inconsistent radio and check buttons | Matthias Clasen | 2010-12-04 | 2 | -2/+2 |
| | |||||
* | Fix the resize handle drawing | Matthias Clasen | 2010-12-04 | 1 | -9/+9 |
| | |||||
* | Handle float and uint style properties | Matthias Clasen | 2010-12-04 | 1 | -0/+4 |
| | | | | These were giving errors in testgtk. | ||||
* | Remove debug output | Matthias Clasen | 2010-12-04 | 1 | -1/+0 |
| | |||||
* | Fix a typo | Matthias Clasen | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Make frames visible by default | Matthias Clasen | 2010-12-04 | 1 | -0/+4 |
| | |||||
* | Fix a memory leak | Matthias Clasen | 2010-12-04 | 1 | -9/+4 |
| | |||||
* | Translate detail strings for radio buttons | Matthias Clasen | 2010-12-04 | 1 | -0/+4 |
| | |||||
* | GtkThemingEngine: remove unused code | Carlos Garnacho | 2010-12-04 | 1 | -64/+0 |
| | |||||
* | Fix compile warnings | Carlos Garnacho | 2010-12-04 | 1 | -3/+3 |
| | |||||
* | GtkStyleProvider: Pass a GParamSpec in get_style_property(). | Carlos Garnacho | 2010-12-04 | 4 | -15/+14 |
| | | | | | This is so we can know the owner type of the property, and matching with the stored strings in GtkCssProvider is direct. | ||||
* | GtkStyleContext: Also use screen providers for widget style properties. | Carlos Garnacho | 2010-12-04 | 1 | -3/+19 |
| | |||||
* | Handle menuitem detail string better. | Carlos Garnacho | 2010-12-04 | 1 | -1/+4 |
| | |||||
* | GtkSettings: install theme CSS with a lower priority. | Carlos Garnacho | 2010-12-04 | 1 | -1/+1 |
| | | | | This is so GtkSettings has an opportunity to modify theme colors. | ||||
* | Add corners to GtkJunctionSides, defining sides as 2 corners. | Carlos Garnacho | 2010-12-04 | 1 | -4/+12 |
| | |||||
* | Don't whine about expander-style missing | Matthias Clasen | 2010-12-04 | 1 | -1/+3 |
| | | | | This check was lost in the GtkStyleContext porting. | ||||
* | GtkCssProvider: theme notebooks. | Carlos Garnacho | 2010-12-04 | 1 | -0/+5 |
| | |||||
* | GtkThemingEngine: Use border settings on render_extension/frame_gap() | Carlos Garnacho | 2010-12-04 | 1 | -345/+233 |
| | |||||
* | GtkStyle: transform tabs' detail string. | Carlos Garnacho | 2010-12-04 | 1 | -0/+5 |
| | |||||
* | GtkThemingEngine: Do not use possible reserved word. | Carlos Garnacho | 2010-12-04 | 2 | -8/+8 |
| | |||||
* | testgtk: Try to locate the right file. | Carlos Garnacho | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Fix gtk_css_provider_get_named() docs. | Carlos Garnacho | 2010-12-04 | 1 | -2/+2 |
| | |||||
* | GtkSettings: Keep right refcount of the theme provider. | Carlos Garnacho | 2010-12-04 | 1 | -4/+7 |
| | |||||
* | GtkSettings: Ensure the theme CSS is loaded on startup. | Carlos Garnacho | 2010-12-04 | 1 | -0/+2 |
| | |||||
* | GtkCssProvider: Fix typo in gtk_css_provider_get_named() | Carlos Garnacho | 2010-12-04 | 1 | -1/+0 |
| | | | | | provider was being redefined in the inner block, so the loaded provider didn't get to be returned. | ||||
* | Hardcode 3.0 version for style files and paths. | Carlos Garnacho | 2010-12-04 | 2 | -7/+4 |
| | | | | It's about time to start using the right paths. | ||||
* | Make testgtk load CSS for custom styling. | Carlos Garnacho | 2010-12-04 | 6 | -268/+73 |
| | |||||
* | GtkCssProvider: Accept '%' in value strings. | Carlos Garnacho | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Do not initialize RC subsystem. | Carlos Garnacho | 2010-12-04 | 2 | -1/+6 |
| | |||||
* | GtkStyleProperties: Use GParamSpec for properties registration. | Carlos Garnacho | 2010-12-04 | 5 | -133/+178 |
| | |||||
* | GtkCssProvider: Docs fix for -gtk-gradient() syntax. | Carlos Garnacho | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Handle looping transition animations. | Carlos Garnacho | 2010-12-04 | 5 | -20/+42 |
| | |||||
* | GtkCssProvider: Handle better wrong enum/flag values. | Carlos Garnacho | 2010-12-04 | 1 | -12/+27 |
| | |||||
* | GtkCssProviders: Parse GTypeFlags based values. | Carlos Garnacho | 2010-12-04 | 1 | -0/+46 |
| | |||||
* | GtkCssProvider: Add initial unit parsing logic | Carlos Garnacho | 2010-12-04 | 1 | -33/+117 |
| | | | | | At the moment only "px" are supported, and such is the default value when no unit is specified. | ||||
* | GtkCssProvider: Handle the "none" keyword to unset properties. | Carlos Garnacho | 2010-12-04 | 1 | -1/+6 |
| | |||||
* | GtkStyleContext: Resolve symbolic colors for widget style properties. | Carlos Garnacho | 2010-12-04 | 1 | -4/+39 |
| | |||||
* | GtkStyleProperties: Handle GdkColor types. | Carlos Garnacho | 2010-12-04 | 1 | -7/+46 |
| | | | | Just in case. | ||||
* | GtkCssProvider: Also parse GdkColor values | Carlos Garnacho | 2010-12-04 | 1 | -2/+8 |
| | | | | This is necessary for widget style properties to work. | ||||
* | GtkCssProvider: Add lighter/darker color functions. | Carlos Garnacho | 2010-12-04 | 1 | -0/+46 |
| | | | | These behave the same than in GtkStyle. | ||||
* | GtkCssProvider: allow color names from rgb.txt when parsing colors. | Carlos Garnacho | 2010-12-04 | 1 | -33/+43 |
| | |||||
* | GtkStyleContext: Add #define's for the default properties. | Carlos Garnacho | 2010-12-04 | 2 | -0/+90 |
| | |||||
* | Document missing GtkStateType values. | Carlos Garnacho | 2010-12-04 | 2 | -16/+21 |
| | | | | The documentation has also moved to gtkenums.h. | ||||
* | Remove GTK_STATE_LAST. | Carlos Garnacho | 2010-12-04 | 3 | -4/+3 |
| | | | | It didn't turn out to be that useful, nor widely used. | ||||
* | Use the correct cairo-gobject.h include path. | Carlos Garnacho | 2010-12-04 | 2 | -2/+2 |
| | |||||
* | Add gtk_render_icon_pixbuf() function to docs. | Carlos Garnacho | 2010-12-04 | 1 | -0/+1 |
| | |||||
* | Add GtkStyleContext migration docs. | Carlos Garnacho | 2010-12-04 | 3 | -0/+547 |
| | |||||
* | GtkThemingEngine: Document missing class vmethods. | Carlos Garnacho | 2010-12-04 | 1 | -0/+3 |
| | |||||
* | GtkButton: Use GtkStyleContext for rendering. | Carlos Garnacho | 2010-12-04 | 1 | -36/+58 |
| | |||||
* | GtkWindow: Use GtkStyleContext for rendering. | Carlos Garnacho | 2010-12-04 | 1 | -32/+44 |
| |