summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-statement.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-2809/+0
2015-11-07Rebase on upstream libcroco 0.6.9 and backport minor fixesAlex Valavanis1-60/+71
(bzr r14449)
2015-05-03Revert bad commit (commited to wrong branch).Tavmjong Bah1-1/+0
(bzr r14096)
2015-05-03First batchTavmjong Bah1-0/+1
(bzr r14095)
2015-03-08i10n. Fix for Bug #1429579 (Various typos in the trunk code).Yuri Chornoivan1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
2013-11-03Merge upstream libcroco 0.6.3 changesAlex Valavanis1-225/+428
(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-6/+7
(bzr r12458)
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-5/+5
(bzr r2720)
2006-11-15Make C++ - compilable. Mostly remove pointer casting problems. Fix a few ↵Bob Jamison1-57/+43
places where C++ is stricter than C. (bzr r1954)