summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix prelighting of inconsistent radio and check buttonsMatthias Clasen2010-12-042-2/+2
|
* Fix the resize handle drawingMatthias Clasen2010-12-041-9/+9
|
* Handle float and uint style propertiesMatthias Clasen2010-12-041-0/+4
| | | | These were giving errors in testgtk.
* Remove debug outputMatthias Clasen2010-12-041-1/+0
|
* Fix a typoMatthias Clasen2010-12-041-1/+1
|
* Make frames visible by defaultMatthias Clasen2010-12-041-0/+4
|
* Fix a memory leakMatthias Clasen2010-12-041-9/+4
|
* Translate detail strings for radio buttonsMatthias Clasen2010-12-041-0/+4
|
* GtkThemingEngine: remove unused codeCarlos Garnacho2010-12-041-64/+0
|
* Fix compile warningsCarlos Garnacho2010-12-041-3/+3
|
* GtkStyleProvider: Pass a GParamSpec in get_style_property().Carlos Garnacho2010-12-044-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 Garnacho2010-12-041-3/+19
|
* Handle menuitem detail string better.Carlos Garnacho2010-12-041-1/+4
|
* GtkSettings: install theme CSS with a lower priority.Carlos Garnacho2010-12-041-1/+1
| | | | This is so GtkSettings has an opportunity to modify theme colors.
* Add corners to GtkJunctionSides, defining sides as 2 corners.Carlos Garnacho2010-12-041-4/+12
|
* Don't whine about expander-style missingMatthias Clasen2010-12-041-1/+3
| | | | This check was lost in the GtkStyleContext porting.
* GtkCssProvider: theme notebooks.Carlos Garnacho2010-12-041-0/+5
|
* GtkThemingEngine: Use border settings on render_extension/frame_gap()Carlos Garnacho2010-12-041-345/+233
|
* GtkStyle: transform tabs' detail string.Carlos Garnacho2010-12-041-0/+5
|
* GtkThemingEngine: Do not use possible reserved word.Carlos Garnacho2010-12-042-8/+8
|
* testgtk: Try to locate the right file.Carlos Garnacho2010-12-041-1/+1
|
* Fix gtk_css_provider_get_named() docs.Carlos Garnacho2010-12-041-2/+2
|
* GtkSettings: Keep right refcount of the theme provider.Carlos Garnacho2010-12-041-4/+7
|
* GtkSettings: Ensure the theme CSS is loaded on startup.Carlos Garnacho2010-12-041-0/+2
|
* GtkCssProvider: Fix typo in gtk_css_provider_get_named()Carlos Garnacho2010-12-041-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 Garnacho2010-12-042-7/+4
| | | | It's about time to start using the right paths.
* Make testgtk load CSS for custom styling.Carlos Garnacho2010-12-046-268/+73
|
* GtkCssProvider: Accept '%' in value strings.Carlos Garnacho2010-12-041-1/+1
|
* Do not initialize RC subsystem.Carlos Garnacho2010-12-042-1/+6
|
* GtkStyleProperties: Use GParamSpec for properties registration.Carlos Garnacho2010-12-045-133/+178
|
* GtkCssProvider: Docs fix for -gtk-gradient() syntax.Carlos Garnacho2010-12-041-1/+1
|
* Handle looping transition animations.Carlos Garnacho2010-12-045-20/+42
|
* GtkCssProvider: Handle better wrong enum/flag values.Carlos Garnacho2010-12-041-12/+27
|
* GtkCssProviders: Parse GTypeFlags based values.Carlos Garnacho2010-12-041-0/+46
|
* GtkCssProvider: Add initial unit parsing logicCarlos Garnacho2010-12-041-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 Garnacho2010-12-041-1/+6
|
* GtkStyleContext: Resolve symbolic colors for widget style properties.Carlos Garnacho2010-12-041-4/+39
|
* GtkStyleProperties: Handle GdkColor types.Carlos Garnacho2010-12-041-7/+46
| | | | Just in case.
* GtkCssProvider: Also parse GdkColor valuesCarlos Garnacho2010-12-041-2/+8
| | | | This is necessary for widget style properties to work.
* GtkCssProvider: Add lighter/darker color functions.Carlos Garnacho2010-12-041-0/+46
| | | | These behave the same than in GtkStyle.
* GtkCssProvider: allow color names from rgb.txt when parsing colors.Carlos Garnacho2010-12-041-33/+43
|
* GtkStyleContext: Add #define's for the default properties.Carlos Garnacho2010-12-042-0/+90
|
* Document missing GtkStateType values.Carlos Garnacho2010-12-042-16/+21
| | | | The documentation has also moved to gtkenums.h.
* Remove GTK_STATE_LAST.Carlos Garnacho2010-12-043-4/+3
| | | | It didn't turn out to be that useful, nor widely used.
* Use the correct cairo-gobject.h include path.Carlos Garnacho2010-12-042-2/+2
|
* Add gtk_render_icon_pixbuf() function to docs.Carlos Garnacho2010-12-041-0/+1
|
* Add GtkStyleContext migration docs.Carlos Garnacho2010-12-043-0/+547
|
* GtkThemingEngine: Document missing class vmethods.Carlos Garnacho2010-12-041-0/+3
|
* GtkButton: Use GtkStyleContext for rendering.Carlos Garnacho2010-12-041-36/+58
|
* GtkWindow: Use GtkStyleContext for rendering.Carlos Garnacho2010-12-041-32/+44
|