summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix a brunch of memory leaks pt.2chr2017-05-231-1/+3
* add missing headerMarc Jeanmougin2017-02-051-0/+2
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...Tavmjong Bah2016-08-171-4/+0
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-32/+0
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-036-13/+2
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-286-2/+13
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-286-13/+2
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-223-26/+1
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-082-2/+2
* Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-052-2/+2
* Do not add .def files to the build listJuan Luis Boya GarcĂ­a2015-08-131-1/+1
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-051-117/+4
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-5/+5
* Fix node editing problemsKrzysztof Kosi??ski2015-05-081-6/+5
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-7/+8
* Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-142-2/+58
* Mitre is not an SVG/CSS unit. Don't test.Tavmjong Bah2015-02-201-1/+4
* Patch from NJH from report 1378843. Fixes build with lcms disabled.Nathan Hurst2014-11-261-1/+1
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah2014-11-252-1/+5
* Fix length tests.Johan B. C. Engelen2014-11-191-3/+3
* Tests: fix stringstream-test for outputting floating point numbers. At http:/...Johan B. C. Engelen2014-11-191-3/+3
* Add special rotation solution to optimized transforms, found by JohanLiam P. White2014-11-092-12/+13
* Fix bug in previous commit. Add test against itLiam P. White2014-11-092-3/+4
* Add specialized transformsLiam P. White2014-11-092-59/+100
* fix missing assignment to variable.Johan B. C. Engelen2014-11-081-0/+4
* update svg-length-test.h from 90 to 96 dpiAlvin Penner2014-11-031-7/+7
* Update to trunk r13621Liam P. White2014-10-175-2/+211
|\
| * Merged hatch rendering codeTomasz Boczkowski2014-10-144-0/+209
| * Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope o...Johan B. C. Engelen2014-10-111-2/+2
| * Read HSL colors (CSS Color Module Level 3).Tavmjong Bah2014-07-241-0/+53
| * Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-211-0/+1
* | More header cleanupLiam P. White2014-09-065-27/+24
* | Code cleanup.Liam P. White2014-08-183-56/+32
* | Read HSL color (CSS Color Module Level 3).Tavmjong Bah2014-07-241-0/+53
* | Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-211-0/+1
|/
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-3/+3
* fix warning and add comments about fixing codeJohan B. C. Engelen2013-10-271-0/+3
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-051-0/+2
* Further refactored SPEllipse.Markus Engel2013-09-262-0/+9
* updates for cmakeCampbell Barton2013-09-191-3/+0
* Merged from trunk (r12517).Markus Engel2013-09-141-8/+12
|\
| * Forgot check in last commit.Matthew Petroff2013-09-121-1/+1
| * Fix handling of SVG lengths with spaces between value and unit (hopefully wit...Matthew Petroff2013-09-121-0/+2
| * partially revert 12471, this fixes bug 1215575, but undoes the fix for the le...Johan B. C. Engelen2013-09-111-8/+10
* | Merged from trunk (r12488).Markus Engel2013-08-303-38/+74
|\|
| * Add option to write out path data using only relative coordinatesTavmjong Bah2013-08-152-31/+65
| * Fix handling of SVG lengths with spaces [Bug #1208002].Matthew Petroff2013-08-031-0/+2
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-7/+7
* | Merged from trunk (r12419).Markus Engel2013-07-141-16/+11
|\|
| * Refactored internals to use a vector of structs instead of several parallel a...Jon A. Cruz2013-05-181-16/+11