summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add special rotation solution to optimized transforms, found by JohanLiam P. White2014-11-092-12/+13
| | | (bzr r13691)
* Fix bug in previous commit. Add test against itLiam P. White2014-11-092-3/+4
| | | (bzr r13690)
* Add specialized transformsLiam P. White2014-11-092-59/+100
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1207502 (bzr r13688)
* fix missing assignment to variable.Johan B. C. Engelen2014-11-081-0/+4
| | | (bzr r13683)
* update svg-length-test.h from 90 to 96 dpiAlvin Penner2014-11-031-7/+7
| | | (bzr r13664)
* Update to trunk r13621Liam P. White2014-10-175-2/+211
|\ | | | | (bzr r13341.1.278)
| * Merged hatch rendering codeTomasz Boczkowski2014-10-144-0/+209
| | | | | | (bzr r13611.1.8)
| * Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope ↵Johan B. C. Engelen2014-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | of variable) Bug found using clang static analyzer. The bug happens with color_out not being initialized upon definition; then 1. if(icc) == true 2. if(prof) == true 3. if(trans) == false 4. *r = color_out[0]; <-- un-init use Fixed by initializing color_out (with black). (bzr r13588)
| * Read HSL colors (CSS Color Module Level 3).Tavmjong Bah2014-07-241-0/+53
| | | | | | (bzr r13466)
| * Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-211-0/+1
| | | | | | (bzr r13435)
* | More header cleanupLiam P. White2014-09-065-27/+24
| | | | | | (bzr r13341.1.198)
* | Code cleanup.Liam P. White2014-08-183-56/+32
| | | | | | (bzr r13341.1.145)
* | Read HSL color (CSS Color Module Level 3).Tavmjong Bah2014-07-241-0/+53
| | | | | | (bzr r13341.1.99)
* | Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-211-0/+1
|/ | | (bzr r13341.1.65)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-3/+3
| | | (bzr r12921)
* fix warning and add comments about fixing codeJohan B. C. Engelen2013-10-271-0/+3
| | | (bzr r12735)
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-051-0/+2
| | | (bzr r12661)
* Further refactored SPEllipse.Markus Engel2013-09-262-0/+9
| | | (bzr r12601)
* updates for cmakeCampbell Barton2013-09-191-3/+0
| | | (bzr r12547)
* Merged from trunk (r12517).Markus Engel2013-09-141-8/+12
|\ | | | | (bzr r11608.1.121)
| * Forgot check in last commit.Matthew Petroff2013-09-121-1/+1
| | | | | | (bzr r12509)
| * Fix handling of SVG lengths with spaces between value and unit (hopefully ↵Matthew Petroff2013-09-121-0/+2
| | | | | | | | | | | | | | | | without breaking things this time) [Bug #1208002]. Fixed bugs: - https://launchpad.net/bugs/1208002 (bzr r12508)
| * partially revert 12471, this fixes bug 1215575, but undoes the fix for the ↵Johan B. C. Engelen2013-09-111-8/+10
| | | | | | | | | | | | | | | | | | | | less important bug 1208002. (also improved unit conversion legibility) Fixed bugs: - https://launchpad.net/bugs/1215575 (bzr r12506)
* | Merged from trunk (r12488).Markus Engel2013-08-303-38/+74
|\| | | | | (bzr r11608.1.120)
| * Add option to write out path data using only relative coordinatesTavmjong Bah2013-08-152-31/+65
| | | | | | | | | | | | (in addition to using only absolute coordinates or using a mixture of absolute and relative coordinates optimized for length). (bzr r12480)
| * Fix handling of SVG lengths with spaces [Bug #1208002].Matthew Petroff2013-08-031-0/+2
| | | | | | (bzr r12380.1.61)
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-7/+7
| | | | | | (bzr r12380.1.54)
* | Merged from trunk (r12419).Markus Engel2013-07-141-16/+11
|\| | | | | (bzr r11608.1.107)
| * Refactored internals to use a vector of structs instead of several parallel ↵Jon A. Cruz2013-05-181-16/+11
| | | | | | | | | | arrays. (bzr r12339)
* | various little changesMarkus Engel2013-04-101-0/+7
| | | | | | (bzr r11608.1.93)
* | Removed unused (ancient!) code.Markus Engel2013-04-103-131/+0
|/ | | (bzr r11608.1.92)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-202-0/+3
| | | (bzr r11888)
* Make last segment before close path absolute.Jasper van de Gronde2012-09-131-1/+5
|\ | | | | (bzr r11667)
| * Allow shorthand pathsJasper van de Gronde2012-05-073-14/+100
|/ | | (bzr r11321.1.1)
* c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + ↵Kris De Gussem2012-04-042-47/+42
| | | | | some additional modifications) (bzr r11152)
* cppcheckKris De Gussem2012-03-071-1/+1
| | | (bzr r11052)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-4/+4
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-0813-20/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10681)
* Warning cleanup.Jon A. Cruz2011-10-021-0/+2
| | | (bzr r10655)
* Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.8)
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-10/+7
| | | (bzr r10437)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-3/+7
| | | (bzr r10429)
* added missing headerCampbell Barton2011-07-021-0/+3
| | | (bzr r10397)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-17/+35
|\ | | | | (bzr r9508.1.89)
| * cmake:Campbell Barton2011-06-131-2/+19
| | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
| * cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | | | | (bzr r10278)
| * cmake:Campbell Barton2011-06-131-2/+2
| | | | | | | | | | | | | | 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)