| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Tests: fix stringstream-test for outputting floating point numbers. At ↵ | Johan B. C. Engelen | 2014-11-19 | 1 | -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 Johan | Liam P. White | 2014-11-09 | 2 | -12/+13 | |
| | | | | (bzr r13691) | |||||
| * | Fix bug in previous commit. Add test against it | Liam P. White | 2014-11-09 | 2 | -3/+4 | |
| | | | | (bzr r13690) | |||||
| * | Add specialized transforms | Liam P. White | 2014-11-09 | 2 | -59/+100 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1207502 (bzr r13688) | |||||
| * | fix missing assignment to variable. | Johan B. C. Engelen | 2014-11-08 | 1 | -0/+4 | |
| | | | | (bzr r13683) | |||||
| * | update svg-length-test.h from 90 to 96 dpi | Alvin Penner | 2014-11-03 | 1 | -7/+7 | |
| | | | | (bzr r13664) | |||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 5 | -2/+211 | |
| |\ | | | | | (bzr r13341.1.278) | |||||
| | * | Merged hatch rendering code | Tomasz Boczkowski | 2014-10-14 | 4 | -0/+209 | |
| | | | | | | | (bzr r13611.1.8) | |||||
| | * | Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope ↵ | Johan B. C. Engelen | 2014-10-11 | 1 | -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 Bah | 2014-07-24 | 1 | -0/+53 | |
| | | | | | | | (bzr r13466) | |||||
| | * | Add new named color 'rebeccapurple' (CSS4 Color). | Tavmjong Bah | 2014-06-21 | 1 | -0/+1 | |
| | | | | | | | (bzr r13435) | |||||
| * | | More header cleanup | Liam P. White | 2014-09-06 | 5 | -27/+24 | |
| | | | | | | | (bzr r13341.1.198) | |||||
| * | | Code cleanup. | Liam P. White | 2014-08-18 | 3 | -56/+32 | |
| | | | | | | | (bzr r13341.1.145) | |||||
| * | | Read HSL color (CSS Color Module Level 3). | Tavmjong Bah | 2014-07-24 | 1 | -0/+53 | |
| | | | | | | | (bzr r13341.1.99) | |||||
| * | | Add new named color 'rebeccapurple' (CSS4 Color). | Tavmjong Bah | 2014-06-21 | 1 | -0/+1 | |
| |/ | | | (bzr r13341.1.65) | |||||
| * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -3/+3 | |
| | | | | (bzr r12921) | |||||
| * | fix warning and add comments about fixing code | Johan B. C. Engelen | 2013-10-27 | 1 | -0/+3 | |
| | | | | (bzr r12735) | |||||
| * | Rewrite the internals of the unit code for somewhat better performance | Krzysztof Kosi??ski | 2013-10-05 | 1 | -0/+2 | |
| | | | | (bzr r12661) | |||||
| * | Further refactored SPEllipse. | Markus Engel | 2013-09-26 | 2 | -0/+9 | |
| | | | | (bzr r12601) | |||||
| * | updates for cmake | Campbell Barton | 2013-09-19 | 1 | -3/+0 | |
| | | | | (bzr r12547) | |||||
| * | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 1 | -8/+12 | |
| |\ | | | | | (bzr r11608.1.121) | |||||
| | * | Forgot check in last commit. | Matthew Petroff | 2013-09-12 | 1 | -1/+1 | |
| | | | | | | | (bzr r12509) | |||||
| | * | Fix handling of SVG lengths with spaces between value and unit (hopefully ↵ | Matthew Petroff | 2013-09-12 | 1 | -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. Engelen | 2013-09-11 | 1 | -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 Engel | 2013-08-30 | 3 | -38/+74 | |
| |\| | | | | | (bzr r11608.1.120) | |||||
| | * | Add option to write out path data using only relative coordinates | Tavmjong Bah | 2013-08-15 | 2 | -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 Petroff | 2013-08-03 | 1 | -0/+2 | |
| | | | | | | | (bzr r12380.1.61) | |||||
| | * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -7/+7 | |
| | | | | | | | (bzr r12380.1.54) | |||||
| * | | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -16/+11 | |
| |\| | | | | | (bzr r11608.1.107) | |||||
| | * | Refactored internals to use a vector of structs instead of several parallel ↵ | Jon A. Cruz | 2013-05-18 | 1 | -16/+11 | |
| | | | | | | | | | | | arrays. (bzr r12339) | |||||
| * | | various little changes | Markus Engel | 2013-04-10 | 1 | -0/+7 | |
| | | | | | | | (bzr r11608.1.93) | |||||
| * | | Removed unused (ancient!) code. | Markus Engel | 2013-04-10 | 3 | -131/+0 | |
| |/ | | | (bzr r11608.1.92) | |||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 | |
| | | | | (bzr r12205) | |||||
| * | code cleanup: quiet warnings with gcc. | Campbell Barton | 2012-11-20 | 2 | -0/+3 | |
| | | | | (bzr r11888) | |||||
| * | Make last segment before close path absolute. | Jasper van de Gronde | 2012-09-13 | 1 | -1/+5 | |
| |\ | | | | | (bzr r11667) | |||||
| | * | Allow shorthand paths | Jasper van de Gronde | 2012-05-07 | 3 | -14/+100 | |
| |/ | | | (bzr r11321.1.1) | |||||
| * | c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + ↵ | Kris De Gussem | 2012-04-04 | 2 | -47/+42 | |
| | | | | | | some additional modifications) (bzr r11152) | |||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 1 | -1/+1 | |
| | | | | (bzr r11052) | |||||
| * | Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵ | Jon A. Cruz | 2012-02-13 | 1 | -4/+4 | |
| | | | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969) | |||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 13 | -20/+11 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -3/+4 | |
| | | | | (bzr r10696) | |||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 | |
| | | | | (bzr r10681) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -0/+2 | |
| | | | | (bzr r10655) | |||||
| * | Remove nr-forward.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 | |
| | | | | (bzr r10582.1.8) | |||||
| * | Refactored to abstract lcms usage more. Added CMSSystem class. | Jon A. Cruz | 2011-07-10 | 1 | -10/+7 | |
| | | | | (bzr r10437) | |||||
| * | Next step in refactoring color management. More to come. | Jon A. Cruz | 2011-07-09 | 1 | -3/+7 | |
| | | | | (bzr r10429) | |||||
| * | added missing header | Campbell Barton | 2011-07-02 | 1 | -0/+3 | |
| | | | | (bzr r10397) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -17/+35 | |
| |\ | | | | | (bzr r9508.1.89) | |||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-13 | 1 | -1/+2 | |
| | | | | | | | (bzr r10278) | |||||
