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
*
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
*
|
Switch setWidth and setHeight to use Quantity and switch to forward declarati...
Matthew Petroff
2013-07-06
1
-1
/
+1
*
|
Renamed Length class to Quantity class, fixed bugs, and added functions.
Matthew Petroff
2013-07-02
1
-22
/
+62
*
|
Added length class.
Matthew Petroff
2013-06-25
1
-1
/
+38
|
/
*
cppcheck tells us: scanf without field width limits can crash with huge input...
Kris De Gussem
2012-02-04
1
-13
/
+20
*
rv some issues with previous commit
Kris De Gussem
2012-02-02
1
-18
/
+7
*
cppcheck tells us: scanf without field width limits can crash with huge input...
Kris De Gussem
2012-02-02
1
-7
/
+18
*
Fix missing header in units.cpp
Alex Valavanis
2012-01-22
1
-0
/
+1
*
memleak / header stuff / unused variable.
Kris De Gussem
2012-01-22
1
-1
/
+0
*
cppcheck: initialization / warning cleanup
Kris De Gussem
2011-11-10
1
-19
/
+18
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+344