summaryrefslogtreecommitdiffstats
path: root/src/libcroco (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin58-30590/+0
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-74/+0
These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY
2018-03-17[meson-build] libcrocoFelipe Corrêa da Silva Sanches1-0/+74
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-10-19Remove all unused makefile.inStefano Facchini1-17/+0
2017-10-11Allow one !important rule to override another if later and has equal or ↵Tavmjong Bah1-2/+2
higher specificity. Patch from Jabier.
2017-09-02Implement CSS 3 "general sibling" combinator (~).Tavmjong Bah4-3/+51
2017-09-02Implement CSS 3 pseudo selectors. GSoC project 2017.Vishal Agarwal8-43/+722
2017-08-07Add support for more than one style sheet in a document and imported style ↵Tavmjong Bah3-48/+183
sheets.
2017-02-22Finish partially completed "cr_selector_parse_from_buf" and make it publicly ↵Tavmjong Bah3-2/+27
accessible. (bzr r15538)
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-64/+0
(bzr r15046)
2015-12-26Rebase on libcroco 0.6.11Alex Valavanis5-9/+13
(bzr r14540)
2015-11-07Rebase on upstream libcroco 0.6.9 and backport minor fixesAlex Valavanis24-286/+326
(bzr r14449)
2015-06-23Libcroco. cr-fonts: Fix a bad copy/paste error (already fixed upstream).Nicolas Dufour1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1434203 (bzr r14212)
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)
2014-06-21Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah1-0/+1
(bzr r13341.1.65)
2014-06-21Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah1-0/+1
(bzr r13435)
2014-04-22Parse xml:lang, required for SVG (CSS uses lang)Tavmjong Bah1-2/+4
(bzr r13297)
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)
2014-03-20supress warningsJohan B. C. Engelen1-5/+21
(bzr r13173)
2014-01-09For bug #1267552 Allow pseudo class matches to continue matching the rest of ↵Martin Owens1-3/+3
a css statement instead of being sufficiant. Fixed bugs: - https://launchpad.net/bugs/1267552 (bzr r12905)
2014-01-08Language pseudo class should be case-insenstivieMartin Owens1-3/+1
Fixed bugs: - https://launchpad.net/bugs/1267118 (bzr r12887)
2013-11-03Minimise diff against libcroco-0.6.8 (pass 1)Alex Valavanis19-141/+170
(bzr r12772)
2013-11-03Fix typo in libcroco/cr-rgb.cAlex Valavanis2-2/+2
(bzr r12771)
2013-11-03libcroco: Merge upstream 0.6.8 changesAlex Valavanis1-2/+22
(bzr r12770)
2013-11-03libcroco: Merge upstream 0.6.7 changesAlex Valavanis1-1/+1
(bzr r12769)
2013-11-03libcroco: Merge upstream 0.6.6 changesAlex Valavanis2-15/+10
(bzr r12768)
2013-11-03libcroco: Merge upstream 0.6.5 changesAlex Valavanis1-1/+1
(bzr r12767)
2013-11-03libcroco: Merge upstream 0.6.4 changesAlex Valavanis2-161/+171
(bzr r12766)
2013-11-03Merge upstream libcroco 0.6.3 changesAlex Valavanis46-1275/+2168
(bzr r12765)
2013-11-01libcroco: Backport size checking fix (commit 209e5,aa60a)Alex Valavanis1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1246763 (bzr r12758)
2013-10-09Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour6-7/+7
message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
2013-10-07cppcheckKris De Gussem1-3/+1
(bzr r12669)
2013-08-03some code cleanup, trying to get it through cppcheckJohan B. C. Engelen4-20/+14
(bzr r12458)
2013-08-03fix bugJohan B. C. Engelen1-1/+1
(bzr r12457)
2013-08-03cleanupJohan B. C. Engelen1-20/+23
(bzr r12456)
2013-08-03function cleanupJohan B. C. Engelen1-4/+1
(bzr r12455)
2012-09-29memleak fix (part of bug #1043571)Kris De Gussem1-2/+2
(bzr r11715)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2-3/+2
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-10-04Fixed mismatched quotes that confused Doxygen.Jon A. Cruz1-1/+1
(bzr r10663)
2011-07-02added missing headerCampbell Barton1-0/+3
(bzr r10397)
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)
2011-06-13cmake:Campbell Barton1-1/+31
- group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
2011-06-13cmake:Campbell Barton1-2/+1
turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton1-2/+2
cake keyword, and also dont mix up dor names with libs. (bzr r10274)
2011-06-12work in progress cmake commit:Campbell Barton1-31/+32
- cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
2009-12-16Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler1-0/+1
allocation/deallocation issues. (bzr r8891)