summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-101-6/+6
| | | | | | (bzr r14054)
* | 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)
* 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)
* 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)
* | TranslationsJabier Arraiza Cenoz2014-03-051-12/+11
| | | | | | (bzr r11950.1.279)
* | translations from spanish to english done, it might need a little review, ↵Guiu Rocafort2014-03-051-11/+12
| | | | | | | | | | but everything seems ok (bzr r11950.5.1)
* | Add new curve structure to show temporay item while draw on bspline and ↵Jabier Arraiza Cenoz2014-03-021-0/+22
| | | | | | | | | | spiro, maybe the previous usage of the blue_curve give the strange errors in mac noticed by suv (bzr r11950.1.266)
* | Resolving conflicts, maybe brokenJabier Arraiza Cenoz2014-03-021-1/+1
|\| | | | | (bzr r11950.1.264)
| * Added some consts. Turned functions to member functions.Markus Engel2014-03-021-1/+1
| | | | | | (bzr r13089)
* | adding some commentsJabier Arraiza Cenoz2014-02-281-1/+6
| | | | | | (bzr r11950.1.260)
* | update to trunkJabier Arraiza Cenoz2014-02-261-31/+25
|\| | | | | (bzr r11950.1.258)
| * Made constructors of tools use initializer lists.Markus Engel2014-02-261-31/+25
| | | | | | (bzr r13060)
* | Fixed some/all bugs related to continuing bspline/spiro curves advertaising ↵Jabier Arraiza Cenoz2014-02-261-12/+25
| | | | | | | | | | by suv (bzr r11950.1.257)
* | update to trunkJabier Arraiza Cenoz2014-02-231-0/+2
|\| | | | | (bzr r11950.1.255)
| * Fix for selcue settings.Markus Engel2014-02-231-0/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1274659 (bzr r13051)
* | update to trunkJabier Arraiza Cenoz2014-02-081-24/+13
| | | | | | (bzr r11950.1.249)
* | fixing su_v advertising memory bugJabier Arraiza Cenoz2014-02-051-13/+24
| | | | | | (bzr r11950.1.247)
* | Spanish comment of freehand-base.cppJabier Arraiza Cenoz2013-12-301-4/+4
| | | | | | (bzr r11950.1.224)