summaryrefslogtreecommitdiff
path: root/ccss
AgeCommit message (Expand)AuthorFilesLines
2009-09-09Move struct definitions to private headers.HEADmasterRobert Staudinger29-222/+523
2009-09-08[feature] Support for multiple pseudo-classes per node.Robert Staudinger4-24/+32
2009-09-02[color] Ensure 'C' locale while sscanf'ing floats.Robert Staudinger3-6/+45
2009-09-01[doc] Split unstable api into section of its own.Robert Staudinger11-75/+51
2009-09-01[function] Make function objects dynamically creatable and ref-counted.Robert Staudinger8-31/+186
2009-08-31[border] Move drawing flags to ccss-cairo.Robert Staudinger1-14/+0
2009-08-31[doc] Update after struct field deprecation.Robert Staudinger8-0/+15
2009-08-31[background] Deprecate struct fields.Robert Staudinger5-32/+215
2009-08-31[border] Deprecate struct fields.Robert Staudinger4-13/+79
2009-08-31[background-image] Deprecate struct fields.Robert Staudinger4-10/+118
2009-08-31[color] Deprecate struct fields.Robert Staudinger4-6/+79
2009-08-31[function] Deprecate struct fields.Robert Staudinger9-30/+79
2009-08-31[node] Deprecate struct fields.Robert Staudinger1-8/+8
2009-08-31[padding] Deprecate struct fields.Robert Staudinger3-2/+39
2009-08-31[position] Deprecate struct fields.Robert Staudinger1-2/+2
2009-08-31No more expose libcroco in the headers.Robert Staudinger27-163/+298
2009-08-11[doc] Hide struct padding, visit TODOs.Robert Staudinger2-1/+3
2009-08-10[property] Rename field "property_class" to "vtable".Robert Staudinger9-37/+37
2009-08-10[property] Rename "ccss_property_base_t" to "ccss_property_t".Robert Staudinger20-121/+119
2009-08-10[property] Initialise new "serialize" method in property vtables.Robert Staudinger6-41/+82
2009-08-10[property] Drop "property_" prefix from vtable members.Robert Staudinger12-247/+262
2009-08-09[cairo-style] Pass gap info as custom properties to appearance hooks.Robert Staudinger1-0/+4
2009-08-07[cairo-style] Consolidate drawing functions.Robert Staudinger5-25/+31
2009-08-07[stylesheet] Clean up if parsing fails.Robert Staudinger2-9/+10
2009-08-07[coding style] Consistently use 'true' and 'false' from stdbool.hRobert Staudinger3-10/+10
2009-08-07Use 'ccss' name consistently, drop 'lib' prefix where possible.Robert Staudinger1-1/+1
2009-08-07[stylesheet] Implement ccss_stylesheet_unload() to unload css parts.Robert Staudinger16-110/+402
2009-08-06[style] New method ccss_style_hash().Robert Staudinger3-1/+51
2009-08-05[stylesheet] Remove stale static function.Robert Staudinger1-18/+0
2009-08-05[block] Free properties via their vtable method.Robert Staudinger3-1/+15
2009-08-04[ccss-gtk] Add 'dump' option to 'ccss-stylesheet-to-gtkrc'.Robert Staudinger3-0/+23
2009-07-31[node] Add padding to node-class for future expansion.Robert Staudinger1-0/+5
2009-07-27[color] Initialise property before parsing the color, not after.Thomas Thurman1-8/+8
2009-07-03[feature] Support for multiple pseudo-classes per node.Robert Staudinger4-26/+29
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 Staudinger7-14/+139
2009-06-19[debug] Prevent dangling pointers when debug is on.Robert Staudinger4-14/+61
2009-06-18[style] Allow allocation of property IDs in ccss_style_set_property().Robert Staudinger1-3/+1
2009-06-17[color] Set correct property class and state in ccss_color_factory().Robert Staudinger1-10/+4
2009-06-17[color] Fix invocation of color resolve functions.Robert Staudinger1-5/+8
2009-06-17[color] Support function hooks for parsing colors.Robert Staudinger7-44/+72
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 Staudinger1-58/+52
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