3
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Intenal renamings for better consistency.
robsta
as Robert Staudinger
More... about 15 years ago
Add .gitignore file.
robsta
as Robert Staudinger
More... about 15 years ago
Add missing source file.
robsta
as Robert Staudinger
More... about 15 years ago
Implement the CSS "border-spacing" property.
robsta
as Robert Staudinger
More... about 15 years ago
Remove unneeded function pointer casts.
robsta
as Robert Staudinger
More... about 15 years ago
Include "config.h" in the examples.
robsta
as Robert Staudinger
More... about 15 years ago
Implement the CSS "padding" property.
robsta
as Robert Staudinger
More... about 15 years ago
Colors are always returned in '#rrggbbaa' format.
robsta
as Robert Staudinger
More... about 15 years ago
Parse '#rrggbbaa' style colors.
robsta
as Robert Staudinger
More... about 15 years ago
Parse 'rgb()' and 'rgba()' style colors.
robsta
as Robert Staudinger
More... about 15 years ago
Correctly namespace all ccss-cairo files, functions and data types.
robsta
as Robert Staudinger
More... about 15 years ago
Move property interpretation code back to ccss.
robsta
as Robert Staudinger
More... about 15 years ago
Use vim modelines.
robsta
as Robert Staudinger
More... about 15 years ago
[build] Only test for libsoup when building with support for librsvg.
robsta
as Robert Staudinger
More... about 15 years ago
Fix typos.
robsta
as Robert Staudinger
More... about 15 years ago
* ccss-gtk/ccss-gtk-stylesheet.c (accumulate_state), (accumulate), (ccss_gtk_stylesheet_to_gtkrc): export all existing widget-styles, not just ones where color or style-properties are set, the engine can now draw using the fallback selector.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-gtk/ccss-gtk-stylesheet.c (serialize): export engine-specific gtkrc block with type selector, to fall back when drawing without a widget pointer.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-doc/ccss-sections.txt: * ccss-doc/tmpl/ccss-unused.sgml: * ccss-doc/tmpl/style.sgml: * ccss-doc/tmpl/stylesheet.sgml: * ccss-gtk/ccss-gtk-stylesheet.c (accumulate_state): * ccss/ccss-style-priv.h: * ccss/ccss-style.h: * ccss/ccss-stylesheet.c (ccss_stylesheet_query_type), (ccss_stylesheet_query): * ccss/ccss-stylesheet.h: * ccss/ccss.sym: * examples/example-1.c (main): * examples/example-2.c (main): * examples/example-3.c (main): * examples/example-4.c (main): * examples/example-5.c (main): Do not expose style constructor, return instance from stylesheet queries.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss/ccss-grammar.c (ccss_grammar_add_properties): don't warn when the default property handler is overwritten.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-cairo-doc/ccss-cairo-docs.sgml: * ccss-cairo-doc/ccss-cairo-sections.txt: * ccss-cairo-doc/tmpl/ccss.sgml: * ccss-cairo/Makefile.am: * ccss-cairo/ccss-cairo-style-priv.h: * ccss-cairo/ccss-cairo-style.c (lookup_property_r), (ccss_cairo_style_draw_line), (gather_stroke), (gather_join), (gather_outline), (ccss_cairo_style_get_double), (ccss_cairo_style_get_string), (ccss_cairo_style_get_property): * ccss-cairo/ccss-cairo.c: * ccss-cairo/ccss-cairo.sym: * ccss-doc/ccss-docs.sgml: * ccss-doc/ccss-sections.txt: * ccss-doc/tmpl/ccss.sgml: * ccss-gtk/Makefile.am: * ccss-gtk/ccss-gtk.c: * ccss-gtk/ccss-gtk.sym: * ccss/Makefile.am: * ccss/ccss.c: * ccss/ccss.sym: * examples/example-1.c (main): * examples/example-2.c (main): * examples/example-3.c (main): * examples/example-4.c (main): * examples/example-5.c (main): Get rid of _init() and _shutdown() functions.
robsta
as Robert Staudinger
More... over 15 years ago
* configure.in: correctly depend ccss <- ccss-cairo <- ccss-gtk.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-cairo/ccss-background-parser.c: * ccss-cairo/ccss-border-parser.c: * ccss-cairo/ccss-cairo-grammar.c: * ccss-gtk/Makefile.am: * ccss-gtk/ccss-gtk-grammar.c (ccss_gtk_grammar_create): * ccss-gtk/ccss-gtk-property.c (parse_gboolean), (parse_gchararray), (parse_gfloat), (parse_gint), (parse_guchar), (parse_gdk_color), (parse_gtk_border), (parse_gtk_relief_style), (parse_gtk_requisition), (parse_gtk_shadow_type), (parse_gtk_toolbar_space_style), (parse_gtk_style_property), (property_destroy), (property_convert), (property_factory), (peek_property_class), (ccss_gtk_property_get_property_classes), (ccss_gtk_property_set_fallback_class), (ccss_gtk_property_is_style_property): * ccss-gtk/ccss-gtk-property.h: * ccss-gtk/ccss-gtk-style.c: * ccss-gtk/ccss-gtk-style.h: * ccss-gtk/ccss-gtk-stylesheet.c (get_type), (get_id), (get_pseudo_class), (style_iterator), (accumulate_state), (accumulate), (serialize_state), (serialize), (iter_func), (ccss_gtk_stylesheet_to_gtkrc): * ccss-gtk/ccss-gtk-stylesheet.h: * ccss-gtk/ccss-gtk.h: * ccss-gtk/ccss-gtk.sym: * ccss/ccss-stylesheet.c (ccss_stylesheet_foreach): * ccss/ccss-stylesheet.h: Stylesheet gtkrc serialisation infrastructure.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-cairo/ccss-cairo-color.h: * ccss-cairo/ccss-cairo.sym: * ccss-gtk/ccss-gtk-grammar.c (parse_gtk_style_property), (property_convert): * ccss-gtk/ccss-gtk-grammar.h: Hook up gtk style property infrastructure.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-cairo/Makefile.am: * ccss-cairo/ccss-cairo-color-priv.h: * ccss-cairo/ccss-background-parser.c (background_factory): * ccss-cairo/ccss-background.c (ccss_background_fill): * ccss-cairo/ccss-background.h: * ccss-cairo/ccss-border-parser.c (border_color_factory), (border_factory_impl): * ccss-cairo/ccss-border.h: * ccss-cairo/ccss-cairo-color.c (parse_name), (hex), (parse_hex), (ccss_cairo_color_parse), (ccss_cairo_color_create), (ccss_cairo_color_destroy), (ccss_cairo_color_convert), (peek_property_class), (ccss_cairo_color_get_ptable): * ccss-cairo/ccss-cairo-color.h: * ccss-cairo/ccss-cairo-grammar.c (ccss_cairo_grammar_create): * ccss-cairo/ccss-cairo-style.c (ccss_cairo_style_draw_line), (gather_stroke), (gather_background), (ccss_cairo_style_draw_rectangle), (ccss_cairo_style_draw_rectangle_with_gap): * ccss-cairo/ccss-cairo.h: * ccss-cairo/ccss-color.c: * ccss-cairo/ccss-color.h: Split out public ccss-cairo-color.h.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-gtk/Makefile.am: * ccss-gtk/ccss-gtk-properties.c: * ccss-gtk/ccss-gtk-properties.h: * ccss-gtk/ccss-gtk-grammar.c: Move gtkrc-property handling to ccss-gtk/ccss-gtk-grammar.c.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-cairo/ccss-background-parser.c (background_factory): * ccss-cairo/ccss-border-parser.c (border_color_factory), (border_factory), (border_left_factory), (border_top_factory), (border_right_factory), (border_bottom_factory), (border_radius_factory): * ccss-doc/tmpl/node.sgml: * ccss-doc/tmpl/property.sgml: * ccss/ccss-grammar-parse.c (property_cb): * ccss/ccss-property.h: Pass the property name to the factory function.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-doc/ccss-sections.txt: * ccss-doc/tmpl/grammar.sgml: * ccss-gtk/Makefile.am: * ccss-gtk/ccss-gtk-properties.c: * ccss-gtk/ccss-gtk-properties.h: * ccss/ccss-grammar.c (ccss_grammar_lookup_property), (ccss_grammar_lookup_function): * ccss/ccss-grammar.h: * ccss/ccss.sym: API to query property- and function-handlers.
robsta
as Robert Staudinger
More... over 15 years ago
* Makefile.am: * ccss-cairo/ccss-cairo-style.h: * configure.in: * libccss-gtk-1.pc.in: Hook up ccss-gtk with the build system.
robsta
as Robert Staudinger
More... over 15 years ago
* ccss-gtk/Makefile.am: * ccss-gtk/ccss-gtk-grammar.c (ccss_gtk_grammar_create): * ccss-gtk/ccss-gtk-grammar.h: * ccss-gtk/ccss-gtk-style.c (ccss_gtk_style_serialize): * ccss-gtk/ccss-gtk-style.h: * ccss-gtk/ccss-gtk.c (ccss_gtk_init), (ccss_gtk_shutdown): * ccss-gtk/ccss-gtk.h: * ccss-gtk/ccss-gtk.sym: Skeleton implementation for gtk support, not in the build chain yet.
robsta
as Robert Staudinger
More... over 15 years ago
* HACKING: * ccss-cairo/ccss-image.c (load_image): * ccss-doc/ccss-sections.txt: * ccss-doc/tmpl/stylesheet.sgml: * ccss/ccss-grammar.c (ccss_grammar_create_stylesheet_from_buffer), (ccss_grammar_create_stylesheet_from_file): * ccss/ccss-style-priv.h: * ccss/ccss-style.c (ccss_style_destroy): * ccss/ccss-stylesheet-priv.h: * ccss/ccss-stylesheet.c (ccss_stylesheet_create), (ccss_stylesheet_add_from_file), (ccss_stylesheet_destroy), (ccss_stylesheet_reference), (ccss_stylesheet_get_reference_count), (ccss_stylesheet_query_type), (ccss_stylesheet_query): * ccss/ccss-stylesheet.h: * ccss/ccss.sym: Reference counting for `ccss_stylesheet_t'.
robsta
as Robert Staudinger
More... over 15 years ago