summaryrefslogtreecommitdiffstats
path: root/src/util/units.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-15Fix unmatched svg_length_lookup[] array and SVGLength::UnitTim Rawlinson1-5/+1
2019-01-02modernize loopsMarc Jeanmougin1-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-18Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot1-2/+3
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-8/+9
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2016-03-22Un-revert: Allow Unit object to do conversions, pipe Quality class method via...Martin Owens1-12/+25
2016-03-18Reverting 14701.Tavmjong Bah1-56/+14
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens1-14/+56
2014-11-25Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah1-0/+3
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-0/+24
2014-11-19units: remove a remnant from old code. There should be only one UnitTable ins...Johan B. C. Engelen1-1/+0
2014-08-17Fix grid jumping (bug #1342238).Matthew Petroff1-1/+5
2014-02-24inspired by r13052, fix up the code to hopefully work when someone has differ...Johan B. C. Engelen1-3/+10
2013-10-29saving units is not implemented yet, and noone should call the save methodJohan B. C. Engelen1-3/+4
2013-10-29"fix" some "unused parameter" warningsKris De Gussem1-3/+3
2013-10-28unit display: fix typoJohan B. C. Engelen1-1/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-31/+33
2013-10-05Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski1-134/+173
2013-09-22units: Catch FileError if no units.xml is in /usr/local/...Bryce Harrington1-0/+3
2013-09-16C++ify expression evaluator.Matthew Petroff1-0/+1
2013-09-01Fix grids with comma as decimal separator [Bug #1216306].Matthew Petroff1-2/+3
2013-08-28Added Quantity comparison functions.Matthew Petroff1-0/+21
2013-08-28Use enum names instead of numbers.Matthew Petroff1-20/+20
2013-08-25Use real world units for page sizes.Matthew Petroff1-0/+30
2013-08-04Switched to global UnitTable.Matthew Petroff1-7/+2
2013-07-30Cleanup.Matthew Petroff1-9/+0
2013-07-30Update unit extraction regular expressions.Matthew Petroff1-2/+2
2013-07-24Remove unnecessary variable from the GMarkup-based unit parserKrzysztof Kosi??ski1-8/+6
2013-07-24Remove the "simple SAX" parser. Replace its only use (loading of unitKrzysztof Kosi??ski1-150/+63
2013-07-22Removed SPMetric.Matthew Petroff1-22/+0
2013-07-20Add string output functions for units.Matthew Petroff1-0/+13
2013-07-20Added percentage support to "Inkscape::Util::Quantity::convert".Matthew Petroff1-0/+5
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-41/+51
2013-07-18Added more more convientent unit functions.Matthew Petroff1-0/+17
2013-07-18Added more convienient unit conversion functions.Matthew Petroff1-1/+25
2013-07-18Added quantity string parsing.Matthew Petroff1-0/+22
2013-07-17Fixed botched merge.Matthew Petroff1-5/+0
2013-07-17Added copyright header and name to AUTHORS.Matthew Petroff1-0/+11
2013-07-13Minor C++ish refactoring pass.Jon A. Cruz1-92/+103
2013-07-13Whitespace cleanup.Jon A. Cruz1-79/+79
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-0/+21
2013-07-06Switch setWidth and setHeight to use Quantity and switch to forward declarati...Matthew Petroff1-1/+1
2013-07-02Renamed Length class to Quantity class, fixed bugs, and added functions.Matthew Petroff1-22/+62
2013-06-25Added length class.Matthew Petroff1-1/+38