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