summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use Quantity comparisons in PageSizer.Matthew Petroff2013-08-281-5/+5
* Added Quantity comparison functions.Matthew Petroff2013-08-282-0/+26
* Use enum names instead of numbers.Matthew Petroff2013-08-282-21/+21
* Fix Windows build.Matthew Petroff2013-08-281-3/+3
* Added viewBox implement document unit support.Matthew Petroff2013-08-2732-92/+163
* Use real world units for page sizes.Matthew Petroff2013-08-256-43/+110
* Merge bool fix and clean up the warningMartin Owens2013-08-121-9/+36
|\
| * Fix to do the "right thing" for difference/intersection boolean ops whenEric Greveson2013-08-081-5/+31
* | Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-125-15/+26
|/
* Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-06122-2562/+1403
|\
| * Fixed bug in page sizer.Matthew Petroff2013-08-061-69/+69
| * Switched to global UnitTable.Matthew Petroff2013-08-0429-81/+50
| * Fix handling of SVG lengths with spaces [Bug #1208002].Matthew Petroff2013-08-031-0/+2
| * Fixed building of tests.Matthew Petroff2013-08-031-6/+0
| * Fix UnitTracker percentage bug.Matthew Petroff2013-08-011-1/+1
| * Fixed Windows compile bug.Matthew Petroff2013-08-012-40/+41
| * Merge from trunk.Matthew Petroff2013-08-012-32/+16
| |\
| * | Fixed Windows compile bug.Matthew Petroff2013-08-012-41/+42
| * | Improved math formatting.Matthew Petroff2013-08-011-2/+2
| * | Eliminate "unit-constants.h".Matthew Petroff2013-07-3129-151/+95
| * | Added percent support back to select toolbar.Matthew Petroff2013-07-313-7/+16
| * | Cleanup.Matthew Petroff2013-07-307-24/+17
| * | Merge from trunk.Matthew Petroff2013-07-30548-36530/+194
| |\ \
| * | | Update unit extraction regular expressions.Matthew Petroff2013-07-301-2/+2
| * | | Removed SPMetric.Matthew Petroff2013-07-227-68/+0
| * | | Ported "widgets/ruler.*" away from SPMetric.Matthew Petroff2013-07-225-28/+50
| * | | Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-2019-182/+44
| * | | Add string output functions for units.Matthew Petroff2013-07-202-0/+16
| * | | Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff2013-07-207-922/+0
| * | | Ported "widgets/stroke-style.*".Matthew Petroff2013-07-202-97/+50
| * | | Added percentage support to "Inkscape::Util::Quantity::convert".Matthew Petroff2013-07-201-0/+5
| * | | Cleanup.Matthew Petroff2013-07-191-8/+0
| * | | Ported "live_effects/parameter/unit.*".Matthew Petroff2013-07-194-22/+28
| * | | Ported "ui/widget/style-swatch.*".Matthew Petroff2013-07-192-5/+9
| * | | Ported "ui/widget/selected-style.*".Matthew Petroff2013-07-194-20/+26
| * | | Removed "helper/units.h" from "pen-context.cpp".Matthew Petroff2013-07-191-3/+6
| * | | Removed "helper/units.h" from "selection-chemistry.cpp".Matthew Petroff2013-07-191-1/+0
| * | | Removed "helper/units.h" from "display/canvas-grid.cpp".Matthew Petroff2013-07-191-1/+1
| * | | Ported "src/lpe-tool-context.*"Matthew Petroff2013-07-192-10/+28
| * | | Removed "helper/units.h" from "snap-preferences.h".Matthew Petroff2013-07-191-1/+0
| * | | Removed "helper/units.h" from "ui/dialog/document-properties.cpp".Matthew Petroff2013-07-191-3/+2
| * | | Removed "helper/unit-menu.h" and "helper/units.h" from "flood-context.h".Matthew Petroff2013-07-191-2/+0
| * | | Removed "helper/unit-menu.h" and "helper/units.h" from "desktop-events.cpp".Matthew Petroff2013-07-191-2/+0
| * | | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-1919-58/+46
| * | | Removed "helper/unit-menu.h" from "widgets/rect-toolbar.*" and "widgets/spw-u...Matthew Petroff2013-07-193-52/+0
| * | | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-1814-167/+144
| * | | Added more more convientent unit functions.Matthew Petroff2013-07-182-1/+21
| * | | Added more convienient unit conversion functions.Matthew Petroff2013-07-182-2/+30
| * | | Ported "display/canvas-grid.*" and "display/canvas-axonomgrid.*".Matthew Petroff2013-07-183-166/+78
| * | | Added quantity string parsing.Matthew Petroff2013-07-182-12/+37