index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svg
/
svg-length.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-0
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-6
/
+7
2018-10-07
SVGLength::read handle inf
Thomas Holder
1
-4
/
+4
2018-10-07
Fix for NaN checking
Marc Jeanmougin
1
-0
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-6
/
+6
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-01-08
Misc. typos
luz.paz
1
-2
/
+2
2016-03-22
Add line-height unit selector to text toolbar.
Tavmjong Bah
1
-20
/
+0
2015-12-05
Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.
Tavmjong Bah
1
-1
/
+1
2015-03-14
Partial fix for bug 1430873. Rectangles should behave properly with % values.
Tavmjong Bah
1
-0
/
+52
2014-11-25
Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...
Tavmjong Bah
1
-1
/
+4
2014-08-18
Code cleanup.
Liam P. White
1
-10
/
+3
2013-10-27
fix warning and add comments about fixing code
Johan B. C. Engelen
1
-0
/
+3
2013-10-05
Rewrite the internals of the unit code for somewhat better performance
Krzysztof Kosi??ski
1
-0
/
+2
2013-09-26
Further refactored SPEllipse.
Markus Engel
1
-0
/
+8
2013-09-12
Forgot check in last commit.
Matthew Petroff
1
-1
/
+1
2013-09-12
Fix handling of SVG lengths with spaces between value and unit (hopefully wit...
Matthew Petroff
1
-0
/
+2
2013-09-11
partially revert 12471, this fixes bug 1215575, but undoes the fix for the le...
Johan B. C. Engelen
1
-8
/
+10
2013-08-25
Use real world units for page sizes.
Matthew Petroff
1
-6
/
+6
2013-08-03
Fix handling of SVG lengths with spaces [Bug #1208002].
Matthew Petroff
1
-0
/
+2
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-7
/
+7
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-10-02
Warning cleanup.
Jon A. Cruz
1
-0
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2009-12-20
Warning cleanup
Jon A. Cruz
1
-0
/
+1
2009-10-08
Fixed signed/unsigned problem with precision calc. Fixes bug #399604.
Jon A. Cruz
1
-18
/
+18
2008-08-02
Todo is done.
Jon A. Cruz
1
-1
/
+0
2008-08-01
Added to tests for SVG units, and fixed warning of missing case
Jon A. Cruz
1
-0
/
+1
2008-07-18
Fix for PathString to prevent it from getting into a very, very long copying ...
Jasper van de Gronde
1
-34
/
+54
2008-07-04
Mark a missing case statement
Jon A. Cruz
1
-0
/
+1
2008-02-03
Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.
Maximilian Albert
1
-1
/
+9
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+3
2006-10-31
fix off-by-one error: setting tprec to 6 was actually writing 7 digits
bulia byak
1
-1
/
+1
2006-04-25
limit the smallest exponent in transforms; anything smaller is written as 0
bulia byak
1
-6
/
+10