| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix grids with comma as decimal separator [Bug #1216306]. | Matthew Petroff | 2013-09-01 | 1 | -2/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1216306 (bzr r12498) | ||||
| * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -7/+2 |
| | | | | (bzr r12380.1.62) | ||||
| * | Cleanup. | Matthew Petroff | 2013-07-30 | 1 | -9/+0 |
| | | | | (bzr r12380.1.52) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-07-30 | 1 | -151/+61 |
| |\ | | | | | (bzr r12380.1.51) | ||||
| | * | Remove unnecessary variable from the GMarkup-based unit parser | Krzysztof Kosi??ski | 2013-07-24 | 1 | -8/+6 |
| | | | | | | | (bzr r12439) | ||||
| | * | Remove the "simple SAX" parser. Replace its only use (loading of unit | Krzysztof Kosi??ski | 2013-07-24 | 1 | -150/+63 |
| | | | | | | | | | | | definitions in util/units.cpp) with Glib::Markup (bzr r12438) | ||||
| * | | Update unit extraction regular expressions. | Matthew Petroff | 2013-07-30 | 1 | -2/+2 |
| | | | | | | | (bzr r12380.1.50) | ||||
| * | | Removed SPMetric. | Matthew Petroff | 2013-07-22 | 1 | -22/+0 |
| | | | | | | | (bzr r12380.1.49) | ||||
| * | | Add string output functions for units. | Matthew Petroff | 2013-07-20 | 1 | -0/+13 |
| | | | | | | | (bzr r12380.1.46) | ||||
| * | | Added percentage support to "Inkscape::Util::Quantity::convert". | Matthew Petroff | 2013-07-20 | 1 | -0/+5 |
| | | | | | | | (bzr r12380.1.43) | ||||
| * | | Switch unit functions from using pointer arguements to reference arguements. | Matthew Petroff | 2013-07-18 | 1 | -41/+51 |
| | | | | | | | (bzr r12380.1.28) | ||||
| * | | Added more more convientent unit functions. | Matthew Petroff | 2013-07-18 | 1 | -0/+17 |
| | | | | | | | (bzr r12380.1.27) | ||||
| * | | Added more convienient unit conversion functions. | Matthew Petroff | 2013-07-18 | 1 | -1/+25 |
| | | | | | | | (bzr r12380.1.26) | ||||
| * | | Added quantity string parsing. | Matthew Petroff | 2013-07-18 | 1 | -0/+22 |
| | | | | | | | (bzr r12380.1.24) | ||||
| * | | Fixed botched merge. | Matthew Petroff | 2013-07-17 | 1 | -5/+0 |
| | | | | | | | (bzr r12380.1.18) | ||||
| * | | Merge from trunk. | Matthew Petroff | 2013-07-17 | 1 | -123/+139 |
| |\| | | | | | (bzr r12380.1.17) | ||||
| | * | Minor C++ish refactoring pass. | Jon A. Cruz | 2013-07-13 | 1 | -92/+103 |
| | | | | | | | (bzr r12419) | ||||
| | * | Whitespace cleanup. | Jon A. Cruz | 2013-07-13 | 1 | -79/+79 |
| | | | | | | | (bzr r12418) | ||||
| * | | Added copyright header and name to AUTHORS. | Matthew Petroff | 2013-07-17 | 1 | -0/+11 |
| | | | | | | | (bzr r12380.1.13) | ||||
| * | | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 1 | -0/+21 |
| | | | | | | | (bzr r12380.1.8) | ||||
| * | | Switch setWidth and setHeight to use Quantity and switch to forward ↵ | Matthew Petroff | 2013-07-06 | 1 | -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 Petroff | 2013-07-02 | 1 | -22/+62 |
| | | | | | | | (bzr r12380.1.3) | ||||
| * | | Added length class. | Matthew Petroff | 2013-06-25 | 1 | -1/+38 |
| |/ | | | (bzr r12380.1.1) | ||||
| * | cppcheck tells us: scanf without field width limits can crash with huge ↵ | Kris De Gussem | 2012-02-04 | 1 | -13/+20 |
| | | | | | | input data. (bzr r10934) | ||||
| * | rv some issues with previous commit | Kris De Gussem | 2012-02-02 | 1 | -18/+7 |
| | | | | (bzr r10929) | ||||
| * | cppcheck tells us: scanf without field width limits can crash with huge ↵ | Kris De Gussem | 2012-02-02 | 1 | -7/+18 |
| | | | | | | input data. (bzr r10928) | ||||
| * | Fix missing header in units.cpp | Alex Valavanis | 2012-01-22 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/920154 (bzr r10919) | ||||
| * | memleak / header stuff / unused variable. | Kris De Gussem | 2012-01-22 | 1 | -1/+0 |
| | | | | (bzr r10917) | ||||
| * | cppcheck: initialization / warning cleanup | Kris De Gussem | 2011-11-10 | 1 | -19/+18 |
| | | | | (bzr r10736) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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 inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+344 |
| (bzr r1) | |||||
