| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs. | Nicolas Dufour | 2015-01-06 | 1 | -5/+5 |
| | | | | | | Translations. Translation template and French translation update. (bzr r13842) | ||||
| * | Fix for Bug #1407326 (Typo (toogle) in filletchanferpoinarray.cpp). | Yuri Chornoivan | 2015-01-03 | 1 | -8/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1407326 (bzr r13836) | ||||
| * | UI: usage of colon in front of editbox | Kris De Gussem | 2015-01-03 | 1 | -6/+6 |
| | | | | (bzr r13832) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 2 | -2/+2 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13816) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -0/+1 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 2 | -3/+3 |
| | | | | (bzr r13809) | ||||
| * | Add rotate nodes parameter | Jabier Arraiza Cenoz | 2014-12-15 | 2 | -6/+13 |
| | | | | (bzr r13798) | ||||
| * | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 1 | -2/+2 |
| | | | | | | by function. (bzr r13774) | ||||
| * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 2014-11-26 | 2 | -2/+2 |
| | | | | (bzr r13768) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -5/+5 |
| |\ | | | | | (bzr r13341.5.24) | ||||
| | * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -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 r13750 | Liam P. White | 2014-11-24 | 11 | -141/+154 |
| |\| | | | | | (bzr r13341.5.23) | ||||
| | * | Fixed a bug pointed by suv running from comand line, also removed another ↵ | Jabier Arraiza Cenoz | 2014-11-21 | 1 | -2/+3 |
| | | | | | | | | | | | desktop call (bzr r13743) | ||||
| | * | remove extra commnets | Jabier Arraiza Cenoz | 2014-11-19 | 1 | -2/+0 |
| | | | | | | | (bzr r13732) | ||||
| | * | fix a bug in fillet/chamfer on apply on non shapes | Jabier Arraiza Cenoz | 2014-11-17 | 1 | -0/+2 |
| | | | | | | | (bzr r13727) | ||||
| | * | fix a bug in bspline on apply on non shapes | Jabier Arraiza Cenoz | 2014-11-17 | 2 | -18/+5 |
| | | | | | | | (bzr r13726) | ||||
| | * | Fixes crash with perspective_lpe | Jabier Arraiza Cenoz | 2014-11-17 | 2 | -20/+25 |
| | | | | | | | (bzr r13725) | ||||
| | * | Fixed problems on groups and add a extra option to not need calculate ↵ | Jabier Arraiza Cenoz | 2014-11-16 | 2 | -47/+17 |
| | | | | | | | | | | | degrees if want a 360 degree result (bzr r13722) | ||||
| | * | add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angle | Jabier Arraiza Cenoz | 2014-11-15 | 2 | -24/+5 |
| | | | | | | | (bzr r13716) | ||||
| | * | Update Chamfer Steps to more unequivocal number, thanks to the feedback of ↵ | Jabier Arraiza Cenoz | 2014-11-15 | 1 | -3/+3 |
| | | | | | | | | | | | Ivan Louette (bzr r13714) | ||||
| | * | Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by ↵ | Jabier Arraiza Cenoz | 2014-11-14 | 3 | -26/+86 |
| | | | | | | | | | | | Ivan Louette. (bzr r13708) | ||||
| | * | Fixed bug in node point selection to LPE. | Jabier Arraiza Cenoz | 2014-11-12 | 1 | -3/+6 |
| | | | | | | | (bzr r13704) | ||||
| | * | fix a bug pointed by su_v in fillet chamfer dialog, about units | Jabier Arraiza Cenoz | 2014-11-09 | 4 | -2/+9 |
| | | | | | | | (bzr r13697) | ||||
| * | | Update to trunk r13690 | Liam P. White | 2014-11-09 | 15 | -254/+167 |
| |\| | | | | | (bzr r13341.5.22) | ||||
| | * | powerstroke: enable unset fill fallback when style is nullptr. fixes nullptr ↵ | Johan B. C. Engelen | 2014-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | deref. (bzr r13686) | ||||
| | * | Refactor to remove references to Desktop/Ui in Effect, bspline and ↵ | Jabier Arraiza Cenoz | 2014-11-05 | 8 | -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 Hashimoto | 2014-11-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13670) | ||||
| | * | Update wrong variable name and apply the same way to select nodes to ↵ | Jabier Arraiza Cenoz | 2014-11-03 | 4 | -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 code | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -9/+3 |
| | | | | | | | (bzr r13667) | ||||
| | * | Added a extra layer of roughen pointed by Ivan Louette | Jabier Arraiza Cenoz | 2014-11-03 | 2 | -2/+24 |
| | | | | | | | (bzr r13666) | ||||
| | * | Update fillet/chamfer to allow subdivisions in chamfer mode. | Jabier Arraiza Cenoz | 2014-11-03 | 4 | -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 displazements | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -1/+3 |
| | | | | | | | (bzr r13663) | ||||
| | * | Change calls to desktop with SP_ACTIVE_DESKTOP | Jabier Arraiza Cenoz | 2014-11-02 | 6 | -15/+14 |
| | | | | | | | (bzr r13656) | ||||
| | * | Fix a bug in perspective/envelope LPE, rendering points -handles- outside ↵ | Jabier Arraiza Cenoz | 2014-11-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | bounding box It affect to Envelope mode, sometimes give undesirable results, now fixed. (bzr r13655) | ||||
| | * | Warning cleanup. | Jon A. Cruz | 2014-11-01 | 2 | -3/+3 |
| | | | | | | | (bzr r13653) | ||||
| | * | Fix a bug whith units pointed by suv in fillet-chamfer, affecting also to ↵ | Jabier Arraiza Cenoz | 2014-11-01 | 1 | -4/+7 |
| | | | | | | | | | | | roughen, thanks to Ivan Louette for advert me (bzr r13651) | ||||
| | * | Fixed 32-bit build break. | Jon A. Cruz | 2014-11-01 | 1 | -1/+1 |
| | | | | | | | (bzr r13650) | ||||
| * | | Update to trunk r13648 | Liam P. White | 2014-10-31 | 5 | -45/+40 |
| |\| | | | | | (bzr r13341.5.19) | ||||
| | * | Fix a bug whith units pointed by suv | Jabier Arraiza Cenoz | 2014-10-30 | 2 | -12/+9 |
| | | | | | | | (bzr r13647) | ||||
| | * | Update perspective-envelope to be affected by the clip or mask on LPE patch | Jabier Arraiza Cenoz | 2014-10-23 | 1 | -0/+3 |
| | | | | | | | (bzr r13341.1.285) | ||||
| | * | Update to trunk r13625 | Liam P. White | 2014-10-19 | 1 | -33/+16 |
| | |\ | | | | | | | (bzr r13341.1.280) | ||||
| | | * | noop: remove cruft from powerstrokepointarray.cpp | Johan B. C. Engelen | 2014-10-18 | 1 | -27/+1 |
| | | | | | | | | | | (bzr r13624) | ||||
| | | * | LPE Powerstroke, editing behavior: implement scaling of strokepath width ↵ | Johan B. C. Engelen | 2014-10-18 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | | | | | when the proportional-stroke-scaling toggle is on. Patch by Javier, tweaks by Johan. (bzr r13623) | ||||
| | * | | Fix LPE Powerstroke unintuitive / unstable / scale-dependent behavior | Johan B. C. Engelen | 2014-10-18 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (visible for example with Catmul-Rom interpolation) The instability happens when the width-value of adjacent control knots are the same. It's technical, but here goes quickly. Knots are treated as [offset along path, width] points. The offset along path is the segment number + the location along that segment. The width is (may not be true, but for ease of discussion) in canvas coordinates. This means that the interpolation is performed in a *very* compressed coordinate system, where the x-coords may range from, say, 0 to 5, and the y-coords from 0 to 2000. This is also scale dependent; changing the scale of your path and scaling all widths accordingly will change the look of your path. The fix now does the interpolation in a scaled coordinate system. It stretches the x-coordinates to the arclength of the path. After interpolation, the inverse scaling is applied to the interpolation result. (bzr r13341.1.279) | ||||
| * | | | Update to experimental r13619 | Liam P. White | 2014-10-18 | 9 | -175/+154 |
| |\| | | | | | | | | (bzr r13341.5.18) | ||||
| | * | | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -4/+2 |
| | |\| | | | | | | | (bzr r13341.1.278) | ||||
| | | * | LPEVonKoch: improve rev. 13589 by removing the else branch for complexity ↵ | Johan B. C. Engelen | 2014-10-12 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | calculation for better human readability (bzr r13591) | ||||
| | | * | LPEVonKoch : remove redundant assignment (is taken care of by the following ↵ | Johan B. C. Engelen | 2014-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | if-statement) Found by clang static analyzer (bzr r13589) | ||||
| | * | | Fix previous revision. | Liam P. White | 2014-10-16 | 6 | -121/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | revid:jtx@jtx.marker.es-20141016153516-eng0y49ppsk2vt5b 13617 Jabiertxof2014-10-16 Change LPE from envelope-perspective to perspective-envelope For me is easy to use/find with this new name. Also fix a rounding error on envelope at small sizes (bzr r13341.1.276) | ||||
