summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\
| | | * Adjust sizes of listsMartin Owens2013-07-052-2/+2
| | | * Improve handle xpm loading using rotateMartin Owens2013-07-044-196/+38
| * | | Added "dbus-name" command line option to allow a D-Bus bus name other thanEric Greveson2013-07-105-7/+57
| |/ /
| * | Merge: Command-line and DBus refactoring to improve inkscapes ability to be r...Martin Owens2013-07-0561-1058/+1843
| |\ \ | | |/ | |/|
| | * Fix for builds without --enable-dbusapi (missing #ifdef)Eric Greveson2013-07-041-1/+5
| | * Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-049-403/+450
| | * Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-0415-305/+210
| | * Merge recent changes from inkscape trunkEric Greveson2013-07-0315-53/+87
| | |\
| | * | Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-0310-148/+94
| | * | Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-0320-253/+536
| | * | Added error messages when attempting to use verbs requiring GUI inEric Greveson2013-07-013-15/+78
| | * | Added new files referenced in previous commit message (forgot to add!)Eric Greveson2013-07-014-0/+515
| | * | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-0141-362/+384
| * | | Make handle colour a configurable property.Martin Owens2013-07-034-16/+16
| * | | Refactor resize, rotate, skew handle codeMartin Owens2013-07-024-237/+157
| | |/ | |/|
* | | Temporary fixes/kludges.Matthew Petroff2013-07-172-2/+3
* | | Ported "widgets/node-toolbar.cpp".Matthew Petroff2013-07-171-14/+21
* | | Fixed memory corruption introduced in a previous commit.Matthew Petroff2013-07-172-5/+5
* | | Added copyright header and name to AUTHORS.Matthew Petroff2013-07-172-0/+22
* | | Fixed conversion factors and missed unit include removal.Matthew Petroff2013-07-173-8/+3
* | | Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp"Matthew Petroff2013-07-172-14/+12
* | | Removed unused unit includes.Matthew Petroff2013-07-1712-53/+14
* | | Added new UnitTracker class.Matthew Petroff2013-07-173-1/+333
* | | Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-0918-40/+66
* | | Switch setWidth and setHeight to use Quantity and switch to forward declarati...Matthew Petroff2013-07-065-24/+28