~reviczky/inkscape/+git/libcroco:master

Last commit made on 2023-01-25
Get this branch:
git clone -b master https://git.launchpad.net/~reviczky/inkscape/+git/libcroco

Branch merges

Branch information

Name:
master
Repository:
lp:~reviczky/inkscape/+git/libcroco

Recent commits

b9e4b47... by Thomas Holder <email address hidden>

Merge branch 'cmake' into 'master'

cmake build system

Closes #1

See merge request inkscape/libcroco!8

f2103ae... by Thomas Holder <email address hidden>

Run each test separately

d55b94f... by Thomas Holder <email address hidden>

cmake build system

88a7cab... by Thomas Holder <email address hidden>

Merge branch 'fix_class_e' into 'master'

Fixed CSS classes are ignored if they start with e then number

See merge request inkscape/libcroco!7

6514ef2... by Jamal B.

Fixed CSS classes are ignored if they start with e then number

60b67ca... by Thomas Holder <email address hidden>

Adjust for renamed README.md

6ff3fea... by Thomas Holder <email address hidden>

Update README and convert to markdown

6c88169... by Seiya Nakata <email address hidden>

Fix crash when parsing invalid CSS rule with pseudo class

Clear the pointer `pseudo` to avoid double free after the referenced object is owned by `add_sel`.
Fixes https://gitlab.com/inkscape/inkscape/-/issues/3358

f1a4231... by Thomas Holder <email address hidden>

Fix and test for cr_selector_parse_from_buf

Previously, `cr_selector_parse_from_buf` could only parse selectors
which were followed by a '{' token.

83c53ca... by Thomas Holder <email address hidden>

Merge branch 'fix-parser-leak' into 'master'

See merge request inkscape/libcroco!4