index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
units.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unmatched svg_length_lookup[] array and SVGLength::Unit
Tim Rawlinson
2019-02-15
1
-5
/
+1
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-5
/
+5
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove util/unordered-containers.h aliases.
Emmanuel Gil Peyrot
2018-10-18
1
-2
/
+3
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
2018-06-18
1
-8
/
+9
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+4
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-5
/
+5
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-5
/
+5
*
Un-revert: Allow Unit object to do conversions, pipe Quality class method via...
Martin Owens
2016-03-22
1
-12
/
+25
*
Reverting 14701.
Tavmjong Bah
2016-03-18
1
-56
/
+14
*
Add a units box to line height and wire in the style units, plus some cleanup
Martin Owens
2016-03-12
1
-14
/
+56
*
Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...
Tavmjong Bah
2014-11-25
1
-0
/
+3
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-0
/
+24
*
units: remove a remnant from old code. There should be only one UnitTable ins...
Johan B. C. Engelen
2014-11-19
1
-1
/
+0
*
Fix grid jumping (bug #1342238).
Matthew Petroff
2014-08-17
1
-1
/
+5
*
inspired by r13052, fix up the code to hopefully work when someone has differ...
Johan B. C. Engelen
2014-02-24
1
-3
/
+10
*
saving units is not implemented yet, and noone should call the save method
Johan B. C. Engelen
2013-10-29
1
-3
/
+4
*
"fix" some "unused parameter" warnings
Kris De Gussem
2013-10-29
1
-3
/
+3
*
unit display: fix typo
Johan B. C. Engelen
2013-10-28
1
-1
/
+1
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-31
/
+33
*
Rewrite the internals of the unit code for somewhat better performance
Krzysztof Kosi??ski
2013-10-05
1
-134
/
+173
*
units: Catch FileError if no units.xml is in /usr/local/...
Bryce Harrington
2013-09-22
1
-0
/
+3
*
C++ify expression evaluator.
Matthew Petroff
2013-09-16
1
-0
/
+1
*
Merge from trunk.
Matthew Petroff
2013-09-12
1
-2
/
+3
|
\
|
*
Fix grids with comma as decimal separator [Bug #1216306].
Matthew Petroff
2013-09-01
1
-2
/
+3
*
|
Added Quantity comparison functions.
Matthew Petroff
2013-08-28
1
-0
/
+21
*
|
Use enum names instead of numbers.
Matthew Petroff
2013-08-28
1
-20
/
+20
*
|
Use real world units for page sizes.
Matthew Petroff
2013-08-25
1
-0
/
+30
|
/
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-7
/
+2
*
Cleanup.
Matthew Petroff
2013-07-30
1
-9
/
+0
*
Merge from trunk.
Matthew Petroff
2013-07-30
1
-151
/
+61
|
\
|
*
Remove unnecessary variable from the GMarkup-based unit parser
Krzysztof Kosi??ski
2013-07-24
1
-8
/
+6
|
*
Remove the "simple SAX" parser. Replace its only use (loading of unit
Krzysztof Kosi??ski
2013-07-24
1
-150
/
+63
*
|
Update unit extraction regular expressions.
Matthew Petroff
2013-07-30
1
-2
/
+2
*
|
Removed SPMetric.
Matthew Petroff
2013-07-22
1
-22
/
+0
*
|
Add string output functions for units.
Matthew Petroff
2013-07-20
1
-0
/
+13
*
|
Added percentage support to "Inkscape::Util::Quantity::convert".
Matthew Petroff
2013-07-20
1
-0
/
+5
*
|
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
2013-07-18
1
-41
/
+51
*
|
Added more more convientent unit functions.
Matthew Petroff
2013-07-18
1
-0
/
+17
*
|
Added more convienient unit conversion functions.
Matthew Petroff
2013-07-18
1
-1
/
+25
*
|
Added quantity string parsing.
Matthew Petroff
2013-07-18
1
-0
/
+22
*
|
Fixed botched merge.
Matthew Petroff
2013-07-17
1
-5
/
+0
*
|
Merge from trunk.
Matthew Petroff
2013-07-17
1
-123
/
+139
|
\
|
|
*
Minor C++ish refactoring pass.
Jon A. Cruz
2013-07-13
1
-92
/
+103
|
*
Whitespace cleanup.
Jon A. Cruz
2013-07-13
1
-79
/
+79
*
|
Added copyright header and name to AUTHORS.
Matthew Petroff
2013-07-17
1
-0
/
+11
*
|
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
2013-07-09
1
-0
/
+21
[next]