summaryrefslogtreecommitdiffstats
path: root/src/util/units.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix unmatched svg_length_lookup[] array and SVGLength::UnitTim Rawlinson2019-02-151-5/+1
* modernize loopsMarc Jeanmougin2019-01-021-5/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-181-2/+3
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-8/+9
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
* Un-revert: Allow Unit object to do conversions, pipe Quality class method via...Martin Owens2016-03-221-12/+25
* Reverting 14701.Tavmjong Bah2016-03-181-56/+14
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-14/+56
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah2014-11-251-0/+3
* Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen2014-11-241-0/+24
* units: remove a remnant from old code. There should be only one UnitTable ins...Johan B. C. Engelen2014-11-191-1/+0
* Fix grid jumping (bug #1342238).Matthew Petroff2014-08-171-1/+5
* inspired by r13052, fix up the code to hopefully work when someone has differ...Johan B. C. Engelen2014-02-241-3/+10
* saving units is not implemented yet, and noone should call the save methodJohan B. C. Engelen2013-10-291-3/+4
* "fix" some "unused parameter" warningsKris De Gussem2013-10-291-3/+3
* unit display: fix typoJohan B. C. Engelen2013-10-281-1/+1
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-31/+33
* Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski2013-10-051-134/+173
* units: Catch FileError if no units.xml is in /usr/local/...Bryce Harrington2013-09-221-0/+3
* C++ify expression evaluator.Matthew Petroff2013-09-161-0/+1
* Merge from trunk.Matthew Petroff2013-09-121-2/+3
|\
| * Fix grids with comma as decimal separator [Bug #1216306].Matthew Petroff2013-09-011-2/+3
* | Added Quantity comparison functions.Matthew Petroff2013-08-281-0/+21
* | Use enum names instead of numbers.Matthew Petroff2013-08-281-20/+20
* | Use real world units for page sizes.Matthew Petroff2013-08-251-0/+30
|/
* Switched to global UnitTable.Matthew Petroff2013-08-041-7/+2
* Cleanup.Matthew Petroff2013-07-301-9/+0
* Merge from trunk.Matthew Petroff2013-07-301-151/+61
|\
| * Remove unnecessary variable from the GMarkup-based unit parserKrzysztof Kosi??ski2013-07-241-8/+6
| * Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski2013-07-241-150/+63
* | Update unit extraction regular expressions.Matthew Petroff2013-07-301-2/+2
* | Removed SPMetric.Matthew Petroff2013-07-221-22/+0
* | Add string output functions for units.Matthew Petroff2013-07-201-0/+13
* | Added percentage support to "Inkscape::Util::Quantity::convert".Matthew Petroff2013-07-201-0/+5
* | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-181-41/+51
* | Added more more convientent unit functions.Matthew Petroff2013-07-181-0/+17
* | Added more convienient unit conversion functions.Matthew Petroff2013-07-181-1/+25
* | Added quantity string parsing.Matthew Petroff2013-07-181-0/+22
* | Fixed botched merge.Matthew Petroff2013-07-171-5/+0
* | Merge from trunk.Matthew Petroff2013-07-171-123/+139
|\|
| * Minor C++ish refactoring pass.Jon A. Cruz2013-07-131-92/+103
| * Whitespace cleanup.Jon A. Cruz2013-07-131-79/+79
* | Added copyright header and name to AUTHORS.Matthew Petroff2013-07-171-0/+11
* | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-0/+21