summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-parser.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-4538/+0
2017-11-07Misc. typosUnknown1-39/+39
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-09-02Implement CSS 3 "general sibling" combinator (~).Tavmjong Bah1-0/+4
2017-09-02Implement CSS 3 pseudo selectors. GSoC project 2017.Vishal Agarwal1-10/+19
2017-02-22Finish partially completed "cr_selector_parse_from_buf" and make it publicly ↵Tavmjong Bah1-1/+1
accessible. (bzr r15538)
2015-11-07Rebase on upstream libcroco 0.6.9 and backport minor fixesAlex Valavanis1-21/+19
(bzr r14449)
2014-03-22libcroco: don't write double parenthesis unnecessarily (interferes with the ↵Johan B. C. Engelen1-2/+2
very useful clang parenthesis/assignment warning mechanism) (bzr r13184)
2014-03-21libcroco: fix pointer signedness errorsJohan B. C. Engelen1-7/+7
(bzr r13178)
2013-11-03Minimise diff against libcroco-0.6.8 (pass 1)Alex Valavanis1-17/+20
(bzr r12772)
2013-11-03Merge upstream libcroco 0.6.3 changesAlex Valavanis1-125/+243
(bzr r12765)
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour1-1/+1
message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
2013-08-03some code cleanup, trying to get it through cppcheckJohan B. C. Engelen1-4/+1
(bzr r12458)
2011-06-25warning cleanup (no functional changes)Campbell Barton1-1/+1
- enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
2006-11-15More compile error cleanupBob Jamison1-3/+3
(bzr r1955)
2006-11-15Make C++ - compilable. Mostly remove pointer casting problems. Fix a few ↵Bob Jamison1-27/+28
places where C++ is stricter than C. (bzr r1954)