summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix verbs that were out by 5 because of missing script verbs (broken between ↵Martin Owens2013-07-061-1/+11
| | | | | r7137-r11611) (bzr r12406)
* Merge: Add Hershey extension for engraving fontsMartin Owens2013-07-054-0/+256
|\ | | | | (bzr r12405)
| * merge from trunk (r11955)su_v2012-12-16576-179857/+217216
| |\ | | | | | | (bzr r11687.1.3)
| * | Hershey Text: whitespace; py: docstring, modeline; inx: fix attribute valuesu_v2012-12-162-131/+136
| | | | | | | | | (bzr r11687.1.2)
| * | Add extension 'Render > Hershey Text' for engraving fontsWindell Oskay2012-09-214-0/+251
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/716676 (bzr r11687.1.1)
* | | Merge: version 2.31 of the guides creatorMartin Owens2013-07-052-98/+411
|\ \ \ | | | | | | | | (bzr r12404)
| * | | Raise the limit on the number of guides from 100 to 1000.Peter Lieverdink2011-05-011-4/+4
| | | | | | | | | | | | (bzr r10193.1.2)
| * | | Replace guides creator with upstream guides creator version 2.31.Peter Lieverdink2011-05-012-100/+404
| | | | | | | | | | | | (bzr r10193.1.1)
* | | | Merge: scale, rotate and skew handles refactoringMartin Owens2013-07-055-196/+38
|\ \ \ \ | | | | | | | | | | (bzr r12403)
| * | | | Adjust sizes of listsMartin Owens2013-07-052-2/+2
| | | | | | | | | | | | | | | (bzr r12401.1.2)
| * | | | Improve handle xpm loading using rotateMartin Owens2013-07-044-196/+38
| | | | | | | | | | | | | | | (bzr r12401.1.1)
* | | | | Merge: Command-line and DBus refactoring to improve inkscapes ability to be ↵Martin Owens2013-07-0561-1058/+1843
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | run headless. (bzr r12402)
| * | | | Fix for builds without --enable-dbusapi (missing #ifdef)Eric Greveson2013-07-041-1/+5
| | | | | | | | | | | | | | | (bzr r12387.1.9)
| * | | | Further renaming of DBus variables (object -> app_interface/doc_interfaceEric Greveson2013-07-049-403/+450
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and doc_context -> target) Fixes to application interface for document_new (now only works in console mode, and behaves as expected) (bzr r12387.1.8)
| * | | | Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-0415-305/+210
| | | | | | | | | | | | | | | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7)
| * | | | Merge recent changes from inkscape trunkEric Greveson2013-07-0323-7610/+6024
| |\ \ \ \ | | | | | | | | | | | | (bzr r12387.1.6)
| * | | | | Changed dbus interface to treat 'division' like other boolops, with a newEric Greveson2013-07-0310-148/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return type for selection_combine to support this (array of string). This also fixes a bug with not setting the error flag when returning NULL from this method. Refactored some more selection verbs to allow use in no-GUI mode. (bzr r12387.1.5)
| * | | | | Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-0320-253/+536
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
| * | | | | Added error messages when attempting to use verbs requiring GUI inEric Greveson2013-07-013-15/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | console (--without-gui) mode. (bzr r12387.1.3)
| * | | | | Added new files referenced in previous commit message (forgot to add!)Eric Greveson2013-07-014-0/+515
| | | | | | | | | | | | | | | | | | (bzr r12387.1.2)
| * | | | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-0141-362/+384
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* | | | | | Make handle colour a configurable property.Martin Owens2013-07-034-16/+16
| | | | | | | | | | | | | | | | | | (bzr r12401)
* | | | | | Refactor resize, rotate, skew handle codeMartin Owens2013-07-024-237/+157
| |/ / / / |/| | | | | | | | | (bzr r12400)
* | | | | Shape calculations. do not quantize the coordinates. (Bug 168158)Alvin Penner2013-07-014-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168158 (bzr r12399)
* | | | | LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton.Johan B. C. Engelen2013-07-011-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616198 (bzr r12398)
* | | | | Transform dialog. do not use singular transforms. (Bug 1189446)Alvin Penner2013-06-292-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1189446 (bzr r12397)
* | | | | Make DAMN sure paths with zero nodes do not cause a crash.Martin Owens2013-06-291-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/710637 (bzr r12396)
* | | | | Fix crash when undoing/redoing a duplicate layer.Martin Owens2013-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1183206 (bzr r12395)
* | | | | Add the ability to reorder filters using drag-drop in the gtklistMartin Owens2013-06-282-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168814 (bzr r12394)
* | | | | Extensions. Strings consistency fix in Rack gears extension.Nicolas Dufour2013-06-274-7557/+5807
| | | | | | | | | | | | | | | | | | | | | | | | | Translations. Translatable files list, translation template and French translation update. (bzr r12393)
* | | | | Update makefile for extensions for gearsMartin Owens2013-06-261-2/+4
| | | | | | | | | | | | | | | (bzr r12392)
* | | | | Add render rack gear extension from bug#1174800, modify gears location to ↵Martin Owens2013-06-265-20/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | render sub-menu Fixed bugs: - https://launchpad.net/bugs/1174800 (bzr r12391)
* | | | | Fix Gtk3 build by including togglebutton headerMartin Owens2013-06-261-0/+1
| | | | | | | | | | | | | | | (bzr r12390)
* | | | | Using CC0 link instead of old Public Domain linkMartin Owens2013-06-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1194372 (bzr r12389)
* | | | | Merge in: remove-hard-coded-toggle-dropper-keybindingMartin Owens2013-06-252-8/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/180192 (bzr r12388)
| * | | | Removed hard coded keybinding from event-context.cpp and added the ↵Christoffer Holmstedt2013-06-172-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | appropiate function call in verbs.cpp (bzr r12379.1.1)
* | | | | Correctly ignore symbolic link to ltmain.shKrzysztof Kosi??ski2013-06-231-1/+1
| | | | | | | | | | | | | | | (bzr r12387)
* | | | | Documentation spelling fixKrzysztof Kosi??ski2013-06-231-4/+4
| | | | | | | | | | | | | | | (bzr r12386)
* | | | | Remove unused file memeq.hKrzysztof Kosi??ski2013-06-234-28/+1
| | | | | | | | | | | | | | | (bzr r12385)
* | | | | Translations. Ukrainian translation update by Yuri Chornoivan.Nicolas Dufour2013-06-231-2262/+2458
| | | | | | | | | | | | | | | (bzr r12384)
* | | | | odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem2013-06-211-17/+27
| | | | | | | | | | | | | | | (bzr r12383)
* | | | | cppcheckKris De Gussem2013-06-215-13/+17
| | | | | | | | | | | | | | | (bzr r12382)
* | | | | Translations. Finnish translation fix by Ville Pätsi (see Bug #752457) and ↵Nicolas Dufour2013-06-212-11281/+11482
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translation template update. Fixed bugs: - https://launchpad.net/bugs/752457 (bzr r12381)
* | | | | Fix my own mis-credit and some symbols labelsMartin Owens2013-06-173-3/+3
|/ / / / | | | | | | | | (bzr r12380)
* | | | Fix layer selection so defs don't change layers, updated symbol text.Martin Owens2013-06-162-0/+12
| | | | | | | | | | | | (bzr r12379)
* | | | Fix for 1184408 : Additional zoom levels in zoom context menuJohn Smith2013-06-161-35/+78
| | | | | | | | | | | | (bzr r12378)
* | | | Revert Fix for 600285 : Zoom sliderJohn Smith2013-06-152-15/+7
| | | | | | | | | | | | (bzr r12377)
* | | | Improve icons for symbols dialogMartin Owens2013-06-152-13/+52
| | | | | | | | | | | | (bzr r12376)
* | | | Fix crash for external symbol documents, should never select these items.Martin Owens2013-06-151-2/+4
| | | | | | | | | | | | (bzr r12375)
* | | | Big change in symbols ui and selection chemistry.Martin Owens2013-06-155-165/+154
| | | | | | | | | | | | (bzr r12374)