| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -30/+28 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -7/+6 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -6/+7 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -1/+4 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+1 |
| | | | | | A lot of header clean-up. | ||||
| * | More fixes to LPE | Jabiertxof | 2017-05-27 | 1 | -2/+2 |
| | | | | (bzr r15705) | ||||
| * | fix a brunch of memory leaks | chr | 2017-05-18 | 1 | -0/+1 |
| | | | | (bzr r15698.1.2) | ||||
| * | minor bugfixing | Jabiertxof | 2017-04-29 | 1 | -1/+1 |
| | | | | (bzr r15620.1.13) | ||||
| * | Reset | Jabiertxof | 2017-04-28 | 1 | -16/+0 |
| | | | | (bzr r15620.1.9) | ||||
| * | Add end of preferences GUI | Jabier Arraiza Cenoz | 2017-04-27 | 1 | -1/+1 |
| | | | | (bzr r15620.1.6) | ||||
| * | Allow set and reset default values of LPE parameters | Jabiertxof | 2017-04-14 | 1 | -0/+16 |
| | | | | (bzr r15620.1.1) | ||||
| * | Improve constant definitions | Jabier Arraiza Cenoz | 2016-01-05 | 1 | -2/+2 |
| | | | | (bzr r14561) | ||||
| * | Fix a bug on bspline, duplicating end nodes | Jabier Arraiza Cenoz | 2015-11-13 | 1 | -0/+24 |
| | | | | (bzr r14462) | ||||
| * | fixes bug:1492711 in bspline and fillet chamfer | jtx | 2015-09-11 | 1 | -0/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356) | ||||
| * | Fix a bug in BSpline on straight lines when press a default width button | Jabier Arraiza Cenoz | 2015-09-08 | 1 | -1/+1 |
| | | | | (bzr r14350) | ||||
| * | fixes bug:1492704 in bspline | jtx | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1492704 (bzr r14347) | ||||
| * | Changed some strings to BSPLine widgets | Jabier Arraiza Cenoz | 2015-09-01 | 1 | -14/+14 |
| | | | | (bzr r14339) | ||||
| * | Improvements to BSPline widgets: | jtx | 2015-09-01 | 1 | -19/+25 |
| | | | | | | | | Now the "Change Weight" is % based insteas 0-1 interval Removed "Ignore cusp nodes" and substituted by: "Apply on cusp nodes" and "Apply on non cusp nodes" (bzr r14337) | ||||
| * | Simplify a bit BSpline code | Jabier Arraiza Cenoz | 2015-08-22 | 1 | -61/+22 |
| | | | | (bzr r14316) | ||||
| * | A bit more refactor of BSPline tool. Still the bug duplicating end node :( | Jabier Arraiza Cenoz | 2015-08-14 | 1 | -1/+1 |
| | | | | (bzr r14301) | ||||
| * | Refactor BSPline and Spiro to remove duplicated functions | Jabier Arraiza Cenoz | 2015-08-06 | 1 | -132/+107 |
| | | | | (bzr r14280) | ||||
| * | Fixed some typos in bsector and bspline | Jabier Arraiza Cenoz | 2015-08-02 | 1 | -0/+1 |
| | | | | | | | 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) | ||||
| * | Sync 2Geom to revision 2413. | Krzysztof Kosi??ski | 2015-07-04 | 1 | -6/+6 |
| |\ | | | | | | | | | May introduce regressions. (bzr r14226) | ||||
| | * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -6/+6 |
| | | | | | | | (bzr r14059.2.1) | ||||
| * | | Improve hidding helper path when show outline toogle is on | jtx | 2015-06-26 | 1 | -3/+6 |
| |/ | | | (bzr r14220) | ||||
| * | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 1 | -160/+160 |
| | | | | (bzr r14054) | ||||
| * | Add helper path to guide BSpline if path outline is hidden | Jabier Arraiza Cenoz | 2015-04-03 | 1 | -2/+4 |
| | | | | (bzr r14042) | ||||
| * | Cleanup headers in BSpline LPE | Jabier Arraiza Cenoz | 2015-03-21 | 1 | -38/+6 |
| | | | | (bzr r14025) | ||||
| * | Removed auto size helper paths because strange result | Jabier Arraiza Cenoz | 2015-03-09 | 1 | -32/+17 |
| | | | | (bzr r13981) | ||||
| * | Update simplify and bspline to auto size some helper paths based on current zoom | Jabier Arraiza Cenoz | 2015-03-08 | 1 | -3/+17 |
| | | | | (bzr r13974) | ||||
| * | Fixed a bad casting | Jabier Arraiza Cenoz | 2015-03-02 | 1 | -5/+7 |
| | | | | (bzr r13960) | ||||
| * | Update to trunk r13750 | Liam P. White | 2014-11-24 | 1 | -17/+4 |
| |\ | | | | | (bzr r13341.5.23) | ||||
| | * | fix a bug in bspline on apply on non shapes | Jabier Arraiza Cenoz | 2014-11-17 | 1 | -17/+4 |
| | | | | | | | (bzr r13726) | ||||
| * | | Update to trunk r13690 | Liam P. White | 2014-11-09 | 1 | -134/+22 |
| |\| | | | | | (bzr r13341.5.22) | ||||
| | * | Refactor to remove references to Desktop/Ui in Effect, bspline and ↵ | Jabier Arraiza Cenoz | 2014-11-05 | 1 | -132/+19 |
| | | | | | | | | | | | | | | | | | 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 | 1 | -11/+12 |
| | | | | | | | | | | | fillet/chamfer and BSpline, still the boring bug -ignore apply only to selected nodes- when document not in 'px' (bzr r13668) | ||||
| | * | Change calls to desktop with SP_ACTIVE_DESKTOP | Jabier Arraiza Cenoz | 2014-11-02 | 1 | -5/+4 |
| | | | | | | | (bzr r13656) | ||||
| | * | Warning cleanup. | Jon A. Cruz | 2014-11-01 | 1 | -1/+1 |
| | | | | | | | (bzr r13653) | ||||
| * | | Update to experimental r13619 | Liam P. White | 2014-10-18 | 1 | -40/+86 |
| |\| | | | | | (bzr r13341.5.18) | ||||
| | * | Update to bspline branch, now helper path fixed and optional | root | 2014-10-16 | 1 | -40/+86 |
| | | | | | | | (bzr r13341.1.275) | ||||
| * | | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -0/+40 |
| |\| | | | | | (bzr r13341.5.17) | ||||
| | * | add support for document-units in the helper path of bspline | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -2/+9 |
| | | | | | | | (bzr r13341.1.234) | ||||
| | * | Add helper paths to BSPline | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -0/+33 |
| | | | | | | | (bzr r13341.1.226) | ||||
| | * | remove magic numbers from bspline | Jabier Arraiza Cenoz | 2014-09-23 | 1 | -19/+23 |
| | | | | | | | (bzr r13341.1.219) | ||||
| | * | Fix for strange gap at shift to cusp in bspline | Jabier Arraiza Cenoz | 2014-09-22 | 1 | -259/+101 |
| | | | | | | | | | | | | | | | | | 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) | ||||
