projects
/
libsvgtiny.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libsvgtiny.git
2025-06-09
Michael Orlitzky
test/runtest.sh: include libcss tests when decoding
libcss-ng
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny.c: deallocate stylesheets during finalisation
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
test/css: add some visually-verified test cases for...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny.c: use case-sensitive comparisons for SVG...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
examples/.gitignore: ignore the compiled example program
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
examples/svgtiny_display_x11.c: update build instructions
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
examples/GNUmakefile: add a GNUmakefile for the example...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny.c: remove parent == NULL hack
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: add some default user-agent properti...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny.c: implement composition of parent styles
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny*.{c,h}: move the libcss unit context into...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_internal.h: add parent style to the parser...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny{,_parse}.c: use a separate function for...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
examples/svgtiny_display_x11.c: use opacity information
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny.c: set shape opacities from the parser...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
include/svgtiny.h: add fill_opacity and stroke_opacity...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny.c: parse styles in svgtiny_parse_inline_style()
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
test/decode_svg.c: handle svgtiny_LIBCSS_ERROR
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
examples/svgtiny_display_x11.c: handle svgtiny_LIBCSS_ERROR
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_internal.h: add fill/stroke_opacity to...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_internal.h: add svgtiny_select_style()...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: add svgtiny_select_style() wrapper
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: use our userdata handler in set_libc...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: add user handler function
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: define a css_select_handler
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement named_ancestor_node()...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_presentational_hint...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement get_libcss_node_data(...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement set_libcss_node_data(...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_strings.h: intern a "userdata" key string
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_visited() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement ua_default_for_property...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_lang() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: case-insensitivity for node_has_attr...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_target() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_checked() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_disabled() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_enabled() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_focus() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_active() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_hover() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_link() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_empty() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_count_siblings()...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_is_root() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_attribute_substri...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_attribute_suffix...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_attribute_prefix...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_attribute_include...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_attribute_dashmat...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_attribute_equal...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_attribute() selec...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_id() select handler
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_class() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_has_name() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_strings.h: intern the universal selector...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement sibling_node() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement parent_node() select handler
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement named_generic_sibling_node...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement named_sibling_node() selec...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement named_parent_node() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_id() select handler
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_strings.h: intern "id" for libcss
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_classes() select...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny_css.c: implement node_name() select handler
commit
|
commitdiff
|
tree
|
snapshot
2025-06-09
Michael Orlitzky
src/svgtiny{.c,_internal.h}: intern SVG's XML namespace URI
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny_parse.c: add svgtiny_parse_style_inline...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny.c: use svgtiny_create_stylesheet() to parse...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny_internal.h: add svgtiny_create_stylesheet...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny_css.c: new function svgtiny_create_stylesheet()
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny.c: add svgtiny_parse_style_element() functi...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/Makefile: add the new svgtiny_css.c to the list...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny_css.c: new file with new svgtiny_resolve_ur...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
Makefile: drop -pedantic from CFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny.c: add impotent svgtiny_preparse_styles...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny.c: initialise/finalise the libcss context
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
include/svgtiny.h: add new error constant svgtiny_LIBCS...
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny_strings.h: add "media" to the list of strings
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny_internal.h: add CSS context to parser state
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
README: mention that libcss is required
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
Makefile: build against libcss
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny.c: remove old misleading libcss comments
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny_internal.h: removed commented libcss stub
commit
|
commitdiff
|
tree
|
snapshot
2025-06-08
Michael Orlitzky
src/svgtiny_gradient.c: be more careful with float...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-25
Vincent Sanders
Update AFL test corpus
master
commit
|
commitdiff
|
tree
|
snapshot
2024-07-25
Vincent Sanders
Update test dir to add fuzzer configuration
commit
|
commitdiff
|
tree
|
snapshot
2024-07-25
Vincent Sanders
Implement use element
commit
|
commitdiff
|
tree
|
snapshot
2024-07-18
Vincent Sanders
improve svg parse initialisation/finalisation
commit
|
commitdiff
|
tree
|
snapshot
2024-07-17
Vincent Sanders
refactor path parse
commit
|
commitdiff
|
tree
|
snapshot
2024-07-17
Vincent Sanders
fixup named colour lookup
commit
|
commitdiff
|
tree
|
snapshot
2024-07-17
Vincent Sanders
fixup paint parse
commit
|
commitdiff
|
tree
|
snapshot
2024-07-11
Vincent Sanders
Improve gradient parsing and generation
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
Vincent Sanders
Improve attribute parsing with operation tables
commit
|
commitdiff
|
tree
|
snapshot
2024-07-07
Vincent Sanders
Reimplement style processing
commit
|
commitdiff
|
tree
|
snapshot
2024-07-04
Vincent Sanders
Reimplement parsing of viewbox
commit
|
commitdiff
|
tree
|
snapshot
2024-07-04
Vincent Sanders
Improve number parse API
commit
|
commitdiff
|
tree
|
snapshot
2024-07-04
Vincent Sanders
Reimplement color parsing
commit
|
commitdiff
|
tree
|
snapshot
2024-07-02
Vincent Sanders
Reimplement transform processing
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
Vincent Sanders
Cleanup length parsing
commit
|
commitdiff
|
tree
|
snapshot
2024-06-24
Vincent Sanders
Rework poly point parsing
commit
|
commitdiff
|
tree
|
snapshot
next