summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix a brunch of memory leaks pt.2chr2017-05-231-1/+3
| | | | | | I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12)
* add missing headerMarc Jeanmougin2017-02-051-0/+2
| | | (bzr r15480)
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah2016-08-171-4/+0
| | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-32/+0
| | | (bzr r15046)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-036-13/+2
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-286-2/+13
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-286-13/+2
| | | (bzr r15025)
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-223-26/+1
| | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-082-2/+2
| | | (bzr r14639)
* Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-052-2/+2
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1522478 - https://launchpad.net/bugs/262528 - https://launchpad.net/bugs/168845 (bzr r14505)
* Do not add .def files to the build listJuan Luis Boya García2015-08-131-1/+1
| | | (bzr r14293.1.2)
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-051-117/+4
| | | (bzr r14228)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-5/+5
| | | (bzr r14059.2.16)
* Fix node editing problemsKrzysztof Kosi??ski2015-05-081-6/+5
| | | (bzr r14059.2.4)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-7/+8
| | | (bzr r14059.2.1)
* Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-142-2/+58
| | | (bzr r14004)
* Mitre is not an SVG/CSS unit. Don't test.Tavmjong Bah2015-02-201-1/+4
| | | (bzr r13928)
* Patch from NJH from report 1378843. Fixes build with lcms disabled.Nathan Hurst2014-11-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1396372 (bzr r13765)
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to ↵Tavmjong Bah2014-11-252-1/+5
| | | | | match handling of 'ft'. (bzr r13758)
* Fix length tests.Johan B. C. Engelen2014-11-191-3/+3
| | | | | svg_length_read is casting the result to float ! (bzr r13739)
* Tests: fix stringstream-test for outputting floating point numbers. At ↵Johan B. C. Engelen2014-11-191-3/+3
| | | | | | | http://www.cplusplus.com/reference/ios/scientific/ I read that there are always three exponential digits (instead of the two that the test was testing for). If this is not standard, we should rewrite the tests. (bzr r13736)
* 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)