summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-parser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-4538/+0
|
* Misc. typosUnknown2017-11-071-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 ```
* Implement CSS 3 "general sibling" combinator (~).Tavmjong Bah2017-09-021-0/+4
|
* Implement CSS 3 pseudo selectors. GSoC project 2017.Vishal Agarwal2017-09-021-10/+19
|
* Finish partially completed "cr_selector_parse_from_buf" and make it publicly ↵Tavmjong Bah2017-02-221-1/+1
| | | | | accessible. (bzr r15538)
* Rebase on upstream libcroco 0.6.9 and backport minor fixesAlex Valavanis2015-11-071-21/+19
| | | (bzr r14449)
* libcroco: don't write double parenthesis unnecessarily (interferes with the ↵Johan B. C. Engelen2014-03-221-2/+2
| | | | | very useful clang parenthesis/assignment warning mechanism) (bzr r13184)
* libcroco: fix pointer signedness errorsJohan B. C. Engelen2014-03-211-7/+7
| | | (bzr r13178)
* Minimise diff against libcroco-0.6.8 (pass 1)Alex Valavanis2013-11-031-17/+20
| | | (bzr r12772)
* Merge upstream libcroco 0.6.3 changesAlex Valavanis2013-11-031-125/+243
| | | (bzr r12765)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-091-1/+1
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* some code cleanup, trying to get it through cppcheckJohan B. C. Engelen2013-08-031-4/+1
| | | (bzr r12458)
* warning cleanup (no functional changes)Campbell Barton2011-06-251-1/+1
| | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
* More compile error cleanupBob Jamison2006-11-151-3/+3
| | | (bzr r1955)
* Make C++ - compilable. Mostly remove pointer casting problems. Fix a few ↵Bob Jamison2006-11-151-27/+28
| | | | | places where C++ is stricter than C. (bzr r1954)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+4408
(bzr r1)