summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* allow more translations than only scaleJabier Arraiza Cenoz2015-08-081-5/+1
| | | (bzr r14283)
* Fix a bug scaling path parametersJabier Arraiza Cenoz2015-08-071-11/+28
| | | (bzr r14282)
* Allow scale on bend itemsJabier Arraiza Cenoz2015-08-051-1/+9
| | | (bzr r14277)
* Fix some transform problems in Bend path.Jabier Arraiza Cenoz2015-08-051-27/+17
| | | | | Also refactor a bit the file to simplify it (bzr r14276)
* Fixed some typos in bsector and bsplineJabier Arraiza Cenoz2015-08-021-15/+31
| | | | | | In freehand base fix a crash un bend path if no clipboard. Also rewrite retrive clipboard to get it at correct document size (bzr r14272)
* Update simplify interactive to handle trinagle out powerstrokes, also fix it ↵Jabier Arraiza Cenoz2015-08-011-5/+7
| | | | | for Spiro paths. Updated toolbar slider to also update powerstroke points (bzr r14271)
* update to trunkJabier Arraiza Cenoz2015-07-301-2/+24
|\ | | | | (bzr r12588.1.46)
| * Fix LPE stack in interactive simplifyjtx2015-07-271-8/+8
| | | | | | (bzr r14262)
| * update to trunkJabier Arraiza Cenoz2015-07-241-6/+6
| |\ | | | | | | (bzr r13973.1.15)
| | * Fix a bug continuing a bezier path whith a LPE one like spiro or bspline on ↵Jabier Arraiza Cenoz2015-07-221-4/+3
| | | | | | | | | | | | | | | a start node (bzr r14252)
| | * Fix a bug continuing a bezier path whith a LPE one like spiro or bsplineJabier Arraiza Cenoz2015-07-101-3/+4
| | | | | | | | | (bzr r14239)
| * | Update to new simplifyJabier Arraiza Cenoz2015-03-101-2/+0
| | | | | | | | | (bzr r13973.1.9)
| * | Fix new added simplify parameterJabier Arraiza Cenoz2015-03-091-0/+1
| | | | | | | | | (bzr r13973.1.7)
| * | fix to fit the new parameters of simplify lpeJabier Arraiza Cenoz2015-03-081-1/+0
| | | | | | | | | (bzr r13973.1.5)
| * | allow use multiple lines, added new iconJabier Arraiza Cenoz2015-03-081-1/+1
| | | | | | | | | (bzr r13973.1.3)
| * | add interactive smooth to pen toolJabier Arraiza Cenoz2015-03-071-0/+26
| | | | | | | | | (bzr r13973.1.1)
* | | Fis fix a bug finded in my presentation in the HackFestjabiertxof2015-04-291-2/+6
| | | | | | | | | (bzr r12588.1.43)
* | | update to trunkJabier Arraiza Cenoz2015-04-101-6/+6
|\ \ \ | | |/ | |/| (bzr r12588.1.42)
| * | Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-101-6/+6
| |/ | | | | (bzr r14054)
* | Rename a variable to current coding styleJabier Arraiza Cenoz2015-04-091-14/+14
| | | | | | (bzr r12588.1.41)
* | update to trunkJabier Arraiza Cenoz2015-03-181-21/+16
|\| | | | | (bzr r12588.1.39)
| * Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-12/+7
| | | | | | (bzr r13822.1.4)
| * Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | | | | (bzr r13820)
| * Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-2/+2
| | | | | | (bzr r13816)
| * Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
| | | | | | (bzr r13809)
| * Fix a bug in pen/cil modes triangle in/outJabier Arraiza Cenoz2014-11-241-1/+1
| | | | | | (bzr r13752)
* | updated code to work on 0.92 codeJabier Arraiza Cenoz2014-11-241-9/+12
| | | | | | (bzr r12588.1.38)
* | Fixing bend from clipboard to trunk 0.92Jabier Arraiza Cenoz2014-11-241-27/+21
| | | | | | (bzr r12588.1.36)
* | fixing to trunkJabier Arraiza Cenoz2014-11-231-86/+146
|\| | | | | (bzr r12588.1.34)
| * modify sequence of events. (Bug 1247801)Alvin Penner2014-11-191-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247801 (bzr r13735)
| * Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.253)
| * A bit refactor, remove some old varsJabier Arraiza Cenoz2014-09-241-22/+0
| | | | | | (bzr r13341.1.223)
| * Show the helper curves in pen tool with the color of the current layer ↵Jabier Arraiza Cenoz2014-09-241-0/+1
| | | | | | | | | | defined in objects dialog (bzr r13341.1.220)
| * Fix for strange gap at shift to cusp in bsplineJabier Arraiza Cenoz2014-09-221-4/+4
| | | | | | | | | | | | | | | | Now curves with cusp noden in bspline mode looks better, more smooth. Remove some duplicate code from outside for loops Fix a bug continuing shapes in bspline-spiro mode. Style code formating (bzr r13341.1.215)
| * Update to trunk r13542Liam P. White2014-09-021-5/+4
| |\ | | | | | | (bzr r13341.1.191)
| | * Fix locale issue in powerstroke width selectionLiam P. White2014-09-021-5/+4
| | | | | | | | | (bzr r13542)
| * | fix bug coninuing existing paths whith no LPE in bspline/spiro modesJabier Arraiza Cenoz2014-08-251-4/+4
| | | | | | | | | (bzr r13341.1.176)
| * | Update to trunk r13482Liam P. White2014-07-301-0/+28
| |\| | | | | | | (bzr r13341.1.111)
| | * Fix for 1346972 (freehand shape mode should pick stroke width from tool's ↵Liam P. White2014-07-291-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | active style) Fixed bugs: - https://launchpad.net/bugs/1346972 (bzr r13482)
| * | add last applied branch - mode to strokes on pen/pencilJabier Arraiza Cenoz2014-07-301-6/+39
| | | | | | | | | (bzr r13341.1.108)
| * | Refactor of end anchors.Jabier Arraiza Cenoz2014-04-011-0/+19
| | | | | | | | | (bzr r11950.1.325)
| * | clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result ↵Jabier Arraiza Cenoz2014-03-311-14/+6
| | | | | | | | | | | | | | | of one curve less in the header (bzr r11950.1.320)
| * | Removed persistent blue lineJabier Arraiza Cenoz2014-03-201-0/+4
| | | | | | | | | (bzr r11950.1.309)
| * | Full refactor of path continuations in bspline-spirolive mode, I think no ↵Jabier Arraiza Cenoz2014-03-201-22/+15
| | | | | | | | | | | | | | | more suv mac crashes, but need to be full tested again because a lot of things changed. (bzr r11950.1.308)
| * | Refactor of anchorsJabier Arraiza Cenoz2014-03-201-58/+39
| | | | | | | | | (bzr r11950.1.306)
| * | Fixing suv mac bug continuing existing bsplines/spiro pathsroot2014-03-191-1/+1
| | | | | | | | | (bzr r11950.1.303)
| * | This think fix su_v related bug on continuous paths in BSpline or Spiro modeJabier Arraiza Cenoz2014-03-191-1/+13
| | | | | | | | | (bzr r11950.1.301)
| * | Removing repeated condition logical test to make the code more readableVinícius dos Santos Oliveira2014-03-101-8/+6
| | | | | | | | | | | | | | | and easier to follow. (bzr r11950.6.2)
| * | Shortening code through removal of variable declaration used only at oneVinícius dos Santos Oliveira2014-03-101-2/+1
| | | | | | | | | | | | | | | place. (bzr r11950.6.1)
| * | Fixing branch problemsJabier Arraiza Cenoz2014-03-051-11/+12
| | | | | | | | | (bzr r11950.1.281)