summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix bug 1540155: Interactive simplify on pencit tool is hard to editJabier Arraiza Cenoz2016-03-021-6/+10
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1540155 (bzr r14679)
* | Fix a bug with 0 width shapesJabier Arraiza Cenoz2016-03-011-1/+3
| | | | | | (bzr r14648.1.4)
* | update to trunkJabier Arraiza Cenoz2016-03-012-7/+9
|\| | | | | (bzr r14648.1.3)
| * static code analysisKris De Gussem2016-02-222-7/+9
| | | | | | (bzr r14664)
* | Improve fill rule and add mass optionJabier Arraiza Cenoz2016-03-011-19/+43
| | | | | | (bzr r14648.1.2)
* | Improved eraser tool, now working on documents not pixels and with 0 widthJabier Arraiza Cenoz2016-02-132-79/+81
|/ | | (bzr r14648.1.1)
* Fix a bug on explicit_base on meassure tool when using knots dialog to ↵Jabier Arraiza Cenoz2016-02-112-10/+14
| | | | | change position (bzr r14646)
* Changed no end lifetime temporary canvas items to canvas items in measure toolJabier Arraiza Cenoz2016-02-082-20/+32
| | | (bzr r14640)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-082-11/+11
| | | (bzr r14639)
* Changed one icon/action in meassure toolbar to one more explicitJabier Arraiza Cenoz2016-02-071-2/+2
| | | (bzr r14638)
* Add knot position dialog to meassure with Shift+ClickJabier Arraiza Cenoz2016-02-072-5/+28
| | | (bzr r14636)
* Fix for bug 1540518. Improved performance based on previous meassure code ↵Jabier Arraiza Cenoz2016-02-071-58/+47
| | | | | | | | comment Fixed bugs: - https://launchpad.net/bugs/1540518 (bzr r14635)
* Added phantom meassure feature to meassure toolJabier Arraiza Cenoz2016-02-062-31/+85
| | | (bzr r14634)
* Remove duplicated variable on meassureJabier Arraiza Cenoz2016-02-061-1/+0
| | | (bzr r14633)
* Fix for meassure bug #1541963Jabier Arraiza Cenoz2016-02-062-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1541963 (bzr r14632)
* Dinamic toolbar enlacements, now in clone mode on spray tool and in pencil ↵Jabier Arraiza Cenoz2016-02-011-2/+2
| | | | | toolbar (bzr r14628)
* Remove two warnings on compileJabier Arraiza Cenoz2016-01-301-2/+2
| | | (bzr r14627)
* Fix a bug in eraser spray mode when no overlaps is disabledJabier Arraiza Cenoz2016-01-281-2/+2
| | | (bzr r14622)
* Fix crash when apply Bend From Clipboard to a clone by the pen/pencil toolbarJabier Arraiza Cenoz2016-01-061-1/+6
| | | (bzr r14563)
* update to trunkMarc Jeanmougin2015-12-073-5/+5
|\ | | | | (bzr r14504.1.7)
| * static code analysisKris De Gussem2015-12-073-5/+5
| | | | | | (bzr r14510)
* | cppification: GSList replaced by vectors (select tool cycling to 'select under')Marc Jeanmougin2015-12-062-61/+41
| | | | | | (bzr r14504.1.4)
* | cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin2015-12-063-37/+35
|/ | | | | meshes) (bzr r14504.1.2)
* Fix undo of mesh creation.Tavmjong Bah2015-11-251-18/+11
| | | (bzr r14491)
* Compile against external libpotraceAlex Valavanis2015-11-211-2/+8
|\ | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14480)
| * Enable builds without flood/trace on systems without PotraceAlex Valavanis2015-11-091-2/+8
| | | | | | (bzr r14449.1.4)
* | static code analysisKris De Gussem2015-11-161-4/+2
| | | | | | (bzr r14474)
* | Fix erase mode in no overlap mode, pointed by Ivan LouetteJabier Arraiza Cenoz2015-11-141-12/+18
| | | | | | (bzr r14469)
* | static code analysisKris De Gussem2015-11-134-8/+8
| | | | | | (bzr r14463)
* | Fix crashes in erase mode of sprayJabier Arraiza Cenoz2015-11-121-2/+6
| | | | | | (bzr r14461)
* | Add erase mode to spray. Bugfixes.Jabier Arraiza Cenoz2015-11-112-13/+29
| | | | | | (bzr r14459)
* | Refactor of code, minor bugs fixed.Jabier Arraiza Cenoz2015-11-112-130/+281
| | | | | | (bzr r14458)
* | Improve offseting calculationJabier Arraiza Cenoz2015-11-111-38/+50
| | | | | | | | | | Improve no picoverlap feature (bzr r14457)
* | Remove unused functionsJabier Arraiza Cenoz2015-11-111-15/+0
| | | | | | (bzr r14456)
* | Add option to spray tool to no overlap between colorsJabier Arraiza Cenoz2015-11-112-25/+35
| | | | | | (bzr r14455)
* | Improvements to the over visible/invisible to minimize the colisions, ↵Jabier Arraiza Cenoz2015-11-112-20/+96
| | | | | | | | | | | | | | | | sprayed items fit on background whith overlap visible or invisible areas Add option in picker mode to compute the center/or average area of sprayed item Now reverse work without adbanced trace dialog inverting the color. By this all buttons have a utility in advanced and in normal mode (bzr r14454)
* | Spray Tool: Change hide invisibe by over visible and over invisible, ↵Jabier Arraiza Cenoz2015-11-102-18/+32
| | | | | | | | | | sugested by Ivan Louette (bzr r14453)
* | Fixes from review form Mc-Jabier Arraiza Cenoz2015-11-071-4/+1
| | | | | | (bzr r14422.1.46)
* | Fix for scale bug pointed by Mc-Jabier Arraiza Cenoz2015-11-071-2/+2
| | | | | | (bzr r14422.1.45)
* | Use color if trace dialog is disabledJabier Arraiza Cenoz2015-11-071-2/+12
| | | | | | (bzr r14422.1.43)
* | update to trunkJabier Arraiza Cenoz2015-11-072-5/+5
|\| | | | | (bzr r14422.1.42)
| * static code analysisKris De Gussem2015-11-052-5/+5
| | | | | | (bzr r14446)
* | update to trunkJabier Arraiza Cenoz2015-11-042-471/+1041
|\| | | | | (bzr r14422.1.41)
| * Fix a bug compilingJabier Arraiza Cenoz2015-11-031-1/+0
| | | | | | (bzr r14393.1.34)
| * Fix a localization problem storing attributeJabier Arraiza Cenoz2015-11-031-2/+4
| | | | | | (bzr r14393.1.32)
| * Fixed some toolbox definition and minor tweaksJabier Arraiza Cenoz2015-10-251-4/+19
| | | | | | (bzr r14393.1.30)
| * Removing some stringsstreams and free gcharsJabier Arraiza Cenoz2015-10-231-12/+13
| | | | | | (bzr r14393.3.3)
| * Fix the points Nathan review.Jabier Arraiza Cenoz2015-10-222-481/+332
| |\ | | | | | | | | | | | | Make accesible the comented function to only detect visible crossings (bzr r14393.3.1)
| | * Added Scale optionJabier Arraiza Cenoz2015-10-181-32/+38
| |/ | | | | (bzr r14393.1.27)
| * Add precision to measure. Also change other scalar widgets to a .2 precision ↵Jabier Arraiza Cenoz2015-10-171-6/+26
| | | | | | | | | | instead 3 (bzr r14393.1.26)