summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix position of text when 'direction' is 'rtl' (right-to-left).Tavmjong Bah2015-10-122-9/+25
* Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ...Tavmjong Bah2015-10-121-1/+1
* Add buttons for some side/corner mesh opeartions.Tavmjong Bah2015-10-084-3/+84
* Correct transform when picking colors under mesh.Tavmjong Bah2015-10-081-8/+10
* Fixes clonetiler trace mode on non-px documentsMarc Jeanmougin2015-10-041-1/+1
* Protect against a NULL value for 'font-feature-settings'. "Fixes" #1502432.Tavmjong Bah2015-10-041-1/+1
* Fix for r14372 bugMarc Jeanmougin2015-10-031-1/+1
* Crash. Fix for Bug #1404934 (Crash when opening files (Glib::ConvertError exc...Riccardo Bernardini2015-10-031-5/+9
* Fixes some non-antisymmetrical sort functionMarc Jeanmougin2015-10-021-1/+1
* Use different method to find text to save when converting text to path.Tavmjong Bah2015-10-021-8/+8
* Change command line PostScript export level to 3 (bug #1432310)Adrian Johnson2015-09-301-3/+3
* UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting propo...Nicolas Dufour2015-09-251-0/+3
* fix regression observed on layer dialogMarc Jeanmougin2015-09-201-2/+2
* Enable "Tile" filter primitive in Filters dialog.Tavmjong Bah2015-09-201-4/+2
* Crude partial implementation of feTile filter primitive.Tavmjong Bah2015-09-206-5/+130
* Improvements to transform by two knots pointed by Ivan Louettejtx2015-09-172-10/+70
* Added a pref option to disable "spacebar panning". (default:enabled)Marc Jeanmougin2015-09-173-11/+8
* fix for recent merge of ~mapreri/inkscape/typo Marc Jeanmougin2015-09-161-5/+1
* Don't need bounding box if 'primitiveUnits' not 'objectBoundingBox'.Tavmjong Bah2015-09-151-8/+11
* Fix for 1495106 (Add a check for id before sending a modified signal)Marc Jeanmougin2015-09-141-1/+9
* Fix typo in a comment s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1
* Fix typo s/seperator/separator/Mattia Rizzolo2015-09-141-1/+1
* Refactoring of the code that handles transformations and snapping in the sele...Diederik van Lierop2015-09-1311-704/+804
* set node tool rubberband shadow. (Bug 1494445)Alvin Penner2015-09-121-0/+1
* Export. Fix for bug #170295 (default export image name for not-saved drawings).Nicolas Dufour2015-09-121-0/+7
* fixes bug:1492711 in bspline and fillet chamferjtx2015-09-114-12/+26
* Better fix for bug 1492711Jabier Arraiza Cenoz2015-09-082-3/+12
* Fix for bug 179842Jabier Arraiza Cenoz2015-09-081-1/+2
* Fix for bug 1492711Jabier Arraiza Cenoz2015-09-081-0/+3
* Fix a bug in BSpline on straight lines when press a default width buttonJabier Arraiza Cenoz2015-09-081-1/+1
* fixes bug:1492704 in bsplinejtx2015-09-081-1/+1
* for a zero sbasis, set the size to 1. (Bug 1478168)Alvin Penner2015-09-061-2/+4
* Attempt to fix 1417173 (undo duplicate gradient crash)Marc Jeanmougin2015-09-051-10/+7
* Quick fix for previous fix (i cannot understand why the previous fix still wo...Marc Jeanmougin2015-09-051-1/+1
* better ordering of setting the ids in the group to symbol codeMarc Jeanmougin2015-09-051-3/+2
* Fix z-order in creating symbolsMarc Jeanmougin2015-09-051-1/+2
* Changed some strings to BSPLine widgetsJabier Arraiza Cenoz2015-09-012-16/+16
* Improvements to BSPline widgets:jtx2015-09-014-22/+29
* Merge faster touch selectJohn Bintz2015-09-011-32/+45
|\
| * Cache SVG DOM node order for faster touch selection.John Bintz2015-05-231-32/+45
* | Fix restoring previous state of 'Objects' and 'Selection sets' dialogssu_v2015-08-311-0/+2
* | Why would anyone make a sorting function that is not antisymmetric ? That mak...Marc Jeanmougin2015-08-301-9/+3
* | lpe-powerstroke. validity check on data. (Bug 1487424)Alvin Penner2015-08-301-2/+5
* | Ensure strncpy'd strings are null terminatedBryce Harrington2015-08-294-3/+9
* | Fix a bug on ToogleButton Parameter when call a function without showing the ...Jabier Arraiza Cenoz2015-08-291-0/+4
* | typo ?Marc Jeanmougin2015-08-281-1/+1
* | Improve elastic mode in transform by two points LPEjtx2015-08-281-1/+5
* | Add lock angle to transform by two points LPEJabier Arraiza Cenoz2015-08-272-33/+45
* | Changed from fixed width to lock width, removed one widget to the transform b...Jabier Arraiza Cenoz2015-08-272-29/+22
* | Added fixed and elastic modes to transform by two knotsJabier Arraiza Cenoz2015-08-262-8/+92