summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ported "ui/dialog/clonetiler.*".Matthew Petroff2013-07-182-34/+72
* Ported "ui/dialog/export.*".Matthew Petroff2013-07-172-47/+35
* Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-175-7/+6
* Removed "helper/unit-tracker.*".Matthew Petroff2013-07-173-344/+0
* Port remaining files away from "helper/unit-tracker.h".Matthew Petroff2013-07-175-58/+68
* Fixed botched merge.Matthew Petroff2013-07-172-13/+2
* Merge from trunk.Matthew Petroff2013-07-1779-1803/+2422
|\
| * Shape calculations. re-introduce grid of a smaller size. (http://article.gman...Alvin Penner2013-07-164-20/+20
| * Minor C++ish refactoring pass.Jon A. Cruz2013-07-132-99/+158
| * Whitespace cleanup.Jon A. Cruz2013-07-131-79/+79
| * Use Jon Cruz info about OptRect to correctly get area height and widthMartin Owens2013-07-121-5/+5
| * Do not effect the focus in align computationMartin Owens2013-07-121-7/+9
| * Change small to sml to fix windows compile problemMartin Owens2013-07-112-4/+4
| * Remove align point, not required any moreMartin Owens2013-07-112-6/+0
| * Step 2 refactoring the align functions, added some functionality to selection.Martin Owens2013-07-114-117/+68
| * Merge from trunkEric Greveson2013-07-1013-249/+95
| |\
| | * Small refactor of align and distribute to reduce complexity.Martin Owens2013-07-103-42/+23
| | * Fix for Bug #1185132 (colorspace.h not included in the tarball when doing a m...Nicolas Dufour2013-07-091-0/+1
| | * Revert wrong changes and apply right fixes from prev-commitMartin Owens2013-07-082-3/+1
| | * Make colour a guint instead of a uint. bug 1198501Martin Owens2013-07-071-1/+3
| | * Fix build failure with GDL >= 3.6Alex Valavanis2013-07-062-9/+21
| | * Fix verbs that were out by 5 because of missing script verbs (broken between ...Martin Owens2013-07-061-1/+11
| | * Merge: scale, rotate and skew handles refactoringMartin Owens2013-07-055-196/+38
| | |\