summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-07[stylesheet] Implement ccss_stylesheet_unload() to unload css parts.Robert Staudinger24-120/+500
2009-08-06[aux] Update TODO.Robert Staudinger1-1/+5
2009-08-06[cairo-appearance] Appearance hooks return bool to signal success.Robert Staudinger6-17/+25
2009-08-06[aux] Update NEWS.Robert Staudinger1-0/+2
2009-08-06[aux] Update NEWS.Robert Staudinger1-0/+11
2009-08-06[style] New method ccss_style_hash().Robert Staudinger7-3/+142
2009-08-05[stylesheet] Remove stale static function.Robert Staudinger1-18/+0
2009-08-05[block] Free properties via their vtable method.Robert Staudinger4-1/+21
2009-08-05[cairo-appearance] Ensure appearance property state is 'set'.Robert Staudinger2-0/+2
2009-08-05[cairo] Implement pluggable appearance renderers.Robert Staudinger10-2/+444
2009-08-04[gtk-stylesheet] Handle labels inside gtk-cell-view and gtk-menu-itemRobert Staudinger1-2/+5
2009-08-04[gtk-stylesheet] Export bg or base depending on widget, not both.Robert Staudinger1-29/+35
2009-08-04[gtk-stylesheet] Also apply a button's gtkrc settings to its labelRobert Staudinger1-17/+67
2009-08-04[ccss-gtk] Add 'dump' option to 'ccss-stylesheet-to-gtkrc'.Robert Staudinger7-23/+113
2009-08-03[cairo-background] Draw background colour with rgba value.Robert Staudinger1-3/+4
2009-07-31Inrement version number.Robert Staudinger1-1/+1
2009-07-31Update auxiliary files.libccss-0.4.0Robert Staudinger3-7/+30
2009-07-31[node] Add padding to node-class for future expansion.Robert Staudinger2-0/+10
2009-07-27[color] Initialise property before parsing the color, not after.Thomas Thurman1-8/+8
2009-07-27[ccss-tests] Ensure that color properties have state 'set'.Robert Staudinger1-0/+2
2009-07-03[feature] Support for multiple pseudo-classes per node.Robert Staudinger7-42/+45
2009-07-03Version 0.4.0Robert Staudinger1-2/+2
2009-06-25[build] No more need for maintainer mode in autogen.sh.libccss-0.3.1Robert Staudinger1-1/+1
2009-06-22[color] Do not override property state in the color-factory.Robert Staudinger1-1/+0
2009-06-22[color] Set property state to 'set' if parsing successful.Robert Staudinger1-5/+10
2009-06-19[ccss-color] Advance iter if parsing color function hook successful.Robert Staudinger8-58/+90
2009-06-19[selector] Correctly serialise class selectors ('.' separator).Robert Staudinger1-1/+1
2009-06-19[stylesheet] Dump selector specificity annotation in debug mode.Robert Staudinger1-0/+3
2009-06-19[style] Better tracking of property origin in debug mode.Robert Staudinger9-14/+158
2009-06-19[debug] Prevent dangling pointers when debug is on.Robert Staudinger4-14/+61
2009-06-19[build] Disable shave by default, so packagers get verbose logs.Robert Staudinger2-2/+2
2009-06-19[aux] Upate TODO.Robert Staudinger1-5/+14
2009-06-18[style] Allow allocation of property IDs in ccss_style_set_property().Robert Staudinger1-3/+1
2009-06-18[cairo-style] Do not shortcut on unknown property ids.Robert Staudinger1-8/+5
2009-06-18[cairo-style] Do not attempt to draw a line without width.Robert Staudinger1-12/+3
2009-06-18[ccss-gtk] Move over stylesheet translation utility from the engine.Robert Staudinger4-2/+83
2009-06-17[color] Set correct property class and state in ccss_color_factory().Robert Staudinger1-10/+4
2009-06-17[gtk-stylesheet] Serialize colors in #rrggbba format.Robert Staudinger1-4/+4
2009-06-17[color] Fix invocation of color resolve functions.Robert Staudinger1-5/+8
2009-06-17[ccss-gtk] Move over function hooks from the CSS engine.Robert Staudinger6-0/+739
2009-06-17[color] Support function hooks for parsing colors.Robert Staudinger9-46/+74
2009-06-12[ccss] Better instrumentation for ccss_style_t.Robert Staudinger4-33/+100
2009-06-10[ccss] ccss_stylesheet_dump() dumps almost valid CSS.Robert Staudinger4-28/+20
2009-06-09[ccss] Support parsing of "rgb()" colours according to the spec.Robert Staudinger2-60/+153
2009-06-09[ccss] Support "transparent" named color.Robert Staudinger1-148/+298
2009-06-09[ccss] Use "float" instead of "double" for color component values.Robert Staudinger1-4/+4
2009-06-09Update TODO.Robert Staudinger1-5/+1
2009-06-09Post release version bump.Robert Staudinger1-1/+1
2009-06-02Set release version.libccss-0.3.0Robert Staudinger0-0/+0
2009-06-02[node] Actually use the cached values.Robert Staudinger4-27/+6