summaryrefslogtreecommitdiffstats
path: root/src/util/units.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Switch setWidth and setHeight to use Quantity and switch to forward ↵Matthew Petroff2013-07-061-1/+1
| | | | | | | | | | declaration of Inkscape::Util::Quantity in document.h. (bzr r12380.1.7)
* | Renamed Length class to Quantity class, fixed bugs, and added functions.Matthew Petroff2013-07-021-22/+62
| | | | | | (bzr r12380.1.3)
* | Added length class.Matthew Petroff2013-06-251-1/+38
|/ | | (bzr r12380.1.1)
* cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-02-041-13/+20
| | | | | input data. (bzr r10934)
* rv some issues with previous commitKris De Gussem2012-02-021-18/+7
| | | (bzr r10929)
* cppcheck tells us: scanf without field width limits can crash with huge ↵Kris De Gussem2012-02-021-7/+18
| | | | | input data. (bzr r10928)
* Fix missing header in units.cppAlex Valavanis2012-01-221-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/920154 (bzr r10919)
* memleak / header stuff / unused variable.Kris De Gussem2012-01-221-1/+0
| | | (bzr r10917)
* cppcheck: initialization / warning cleanupKris De Gussem2011-11-101-19/+18
| | | (bzr r10736)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+344
(bzr r1)