summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-parser.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-4538/+0
2017-11-07Misc. typosUnknown1-39/+39
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
2015-11-07Rebase on upstream libcroco 0.6.9 and backport minor fixesAlex Valavanis1-21/+19
2014-03-22libcroco: don't write double parenthesis unnecessarily (interferes with the v...Johan B. C. Engelen1-2/+2
2014-03-21libcroco: fix pointer signedness errorsJohan B. C. Engelen1-7/+7
2013-11-03Minimise diff against libcroco-0.6.8 (pass 1)Alex Valavanis1-17/+20
2013-11-03Merge upstream libcroco 0.6.3 changesAlex Valavanis1-125/+243
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...Nicolas Dufour1-1/+1
2013-08-03some code cleanup, trying to get it through cppcheckJohan B. C. Engelen1-4/+1
2011-06-25warning cleanup (no functional changes)Campbell Barton1-1/+1
2006-11-15More compile error cleanupBob Jamison1-3/+3
2006-11-15Make C++ - compilable. Mostly remove pointer casting problems. Fix a few pla...Bob Jamison1-27/+28