summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | adding KaleidoscopeJabier Arraiza Cenoz2015-01-172-97/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13708.1.8)
* | | | | | | | | update to trunkJabier Arraiza Cenoz2015-01-168-30/+38
|\| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13708.1.7)
| * | | | | | | | UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.Nicolas Dufour2015-01-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Translation template and French translation update. (bzr r13842)
| * | | | | | | | Fix for Bug #1407326 (Typo (toogle) in filletchanferpoinarray.cpp).Yuri Chornoivan2015-01-031-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1407326 (bzr r13836)
| * | | | | | | | UI: usage of colon in front of editboxKris De Gussem2015-01-031-6/+6
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | (bzr r13832)
| * | | | | | | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13820)
| * | | | | | | Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13816)
| * | | | | | | Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13810)
| * | | | | | | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13809)
| * | | | | | | Add rotate nodes parameterJabier Arraiza Cenoz2014-12-152-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13798)
* | | | | | | | adding fussion improvementsJabier Arraiza Cenoz2014-12-051-75/+78
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13708.1.5)
* | | | | | | | update to trunkJabier Arraiza Cenoz2014-12-0210-77/+53
|\| | | | | | | | | | | | | | | | | | | | | | | (bzr r13708.1.4)
| * | | | | | | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by function. (bzr r13774)
| * | | | | | | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13768)
| * | | | | | | Update to trunk r13766Liam P. White2014-11-261-5/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r13341.5.24)
| | * | | | | | | Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
| * | | | | | | | Update to trunk r13750Liam P. White2014-11-2411-141/+154
| |\| | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.23)
| | * | | | | | | Fixed a bug pointed by suv running from comand line, also removed another ↵Jabier Arraiza Cenoz2014-11-211-2/+3
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | desktop call (bzr r13743)
| | * | | | | | remove extra commnetsJabier Arraiza Cenoz2014-11-191-2/+0
| | | |_|_|_|/ | | |/| | | | | | | | | | | (bzr r13732)
| | * | | | | fix a bug in fillet/chamfer on apply on non shapesJabier Arraiza Cenoz2014-11-171-0/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r13727)
| | * | | | | fix a bug in bspline on apply on non shapesJabier Arraiza Cenoz2014-11-172-18/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r13726)
| | * | | | | Fixes crash with perspective_lpeJabier Arraiza Cenoz2014-11-172-20/+25
| | | | | | | | | | | | | | | | | | | | | (bzr r13725)
| | * | | | | Fixed problems on groups and add a extra option to not need calculate ↵Jabier Arraiza Cenoz2014-11-162-47/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | degrees if want a 360 degree result (bzr r13722)
| | * | | | | add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz2014-11-152-24/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r13716)
| | * | | | | Update Chamfer Steps to more unequivocal number, thanks to the feedback of ↵Jabier Arraiza Cenoz2014-11-151-3/+3
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | Ivan Louette (bzr r13714)
| * | | | | Update to trunk r13690Liam P. White2014-11-0915-254/+167
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r13341.5.22)
| * \ \ \ \ \ Update to trunk r13648Liam P. White2014-10-315-45/+40
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r13341.5.19)
| * \ \ \ \ \ \ Update to experimental r13619Liam P. White2014-10-189-175/+154
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r13341.5.18)
| * \ \ \ \ \ \ \ Update to experimental r13598Liam P. White2014-10-0828-48/+159
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.17)
| * | | | | | | | | Update to experimental r13565Liam P. White2014-09-2746-799/+4643
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.16)
| * | | | | | | | | Update to experimental r13527Liam P. White2014-08-3020-97/+756
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.15)
| * \ \ \ \ \ \ \ \ \ Update to experimental r13464Liam P. White2014-08-088-1/+463
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.14)
| * \ \ \ \ \ \ \ \ \ \ Update to experimental r13440Liam P. White2014-07-2419-707/+2362
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.13)
| * | | | | | | | | | | | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-275-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
| * | | | | | | | | | | | 1. make it compileLiam P. White2014-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.1)
* | | | | | | | | | | | | adding fussion improvementsJabier Arraiza Cenoz2014-12-022-7/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13708.1.3)
* | | | | | | | | | | | | 360 auto degree calculation checkJabier Arraiza Cenoz2014-11-162-44/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13708.1.2)
* | | | | | | | | | | | | fix a crash bug applyed on groupsJabier Arraiza Cenoz2014-11-143-6/+11
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | (bzr r13708.1.1)
* | | | | | | | | | | | Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by ↵Jabier Arraiza Cenoz2014-11-143-26/+86
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ivan Louette. (bzr r13708)
* | | | | | | | | | | Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz2014-11-121-3/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | (bzr r13704)
* | | | | | | | | | fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-094-2/+9
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | (bzr r13697)
* | | | | | | | | powerstroke: enable unset fill fallback when style is nullptr. fixes nullptr ↵Johan B. C. Engelen2014-11-081-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deref. (bzr r13686)
* | | | | | | | Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-058-219/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672)
* | | | | | | | i18n. Fix for bug #1389509 (typos in trunk-r13669).Masato Hashimoto2014-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13670)
* | | | | | | | Update wrong variable name and apply the same way to select nodes to ↵Jabier Arraiza Cenoz2014-11-034-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fillet/chamfer and BSpline, still the boring bug -ignore apply only to selected nodes- when document not in 'px' (bzr r13668)
* | | | | | | | A bit remove of unnecesary codeJabier Arraiza Cenoz2014-11-031-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13667)
* | | | | | | | Added a extra layer of roughen pointed by Ivan LouetteJabier Arraiza Cenoz2014-11-032-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13666)
* | | | | | | | Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz2014-11-034-35/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still happends bug affecting only selected nodes in document:units diferent than "px". I think the problem is node->position() send me a bad data if document units not px. (bzr r13665)
* | | | | | | | Fix a bug pointed by Ivan Louette about strage fixed angle displazementsJabier Arraiza Cenoz2014-11-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13663)
* | | | | | | | Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-026-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13656)