| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+7 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+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 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -4/+5 |
| | | |||||
| * | Adding fix to sliders and spin buttons on LPE | Jabier Arraiza | 2017-12-04 | 1 | -4/+7 |
| | | |||||
| * | Add tooltip to set default LPE widget | Jabier Arraiza | 2017-09-22 | 1 | -0/+9 |
| | | |||||
| * | More fixes to LPE | Jabiertxof | 2017-05-27 | 1 | -6/+5 |
| | | | | (bzr r15705) | ||||
| * | Change bad named vars | Jabiertxof | 2017-05-27 | 1 | -3/+3 |
| | | | | (bzr r15704) | ||||
| * | LPE widget refactor. Improvement to not update on same value | Jabiertxof | 2017-05-05 | 1 | -1/+3 |
| | | | | (bzr r15665) | ||||
| * | Update to trunk | Jabier Arraiza Cenoz | 2017-05-05 | 1 | -0/+2 |
| |\ | | | | | (bzr r15620.1.17) | ||||
| | * | Improve responsive from LPE | Jabier Arraiza Cenoz | 2017-05-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662) | ||||
| * | | Remove couts | Jabiertxof | 2017-05-01 | 1 | -1/+0 |
| | | | | | | | (bzr r15620.1.16) | ||||
| * | | Update to trunk | Jabiertxof | 2017-05-01 | 1 | -6/+0 |
| |\| | | | | | (bzr r15620.1.14) | ||||
| | * | Fix erase lpe in multi LPE mode | Jabiertxof | 2017-05-01 | 1 | -6/+0 |
| | | | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655) | ||||
| * | | minor bugfixing | Jabiertxof | 2017-04-29 | 1 | -0/+1 |
| | | | | | | | (bzr r15620.1.13) | ||||
| * | | Rewrite UX | Jabiertxof | 2017-04-29 | 1 | -0/+10 |
| | | | | | | | (bzr r15620.1.12) | ||||
| * | | Reset | Jabiertxof | 2017-04-28 | 1 | -21/+1 |
| | | | | | | | (bzr r15620.1.9) | ||||
| * | | Add end of preferences GUI | Jabier Arraiza Cenoz | 2017-04-27 | 1 | -1/+11 |
| | | | | | | | (bzr r15620.1.6) | ||||
| * | | Allow set and reset default values of LPE parameters | Jabiertxof | 2017-04-14 | 1 | -0/+10 |
| |/ | | | (bzr r15620.1.1) | ||||
| * | Full rewrite on working mode now no linked paths necesary | Jabier Arraiza Cenoz | 2016-07-30 | 1 | -26/+17 |
| | | | | (bzr r15017.1.15) | ||||
| * | Improvements to widget redraw | Jabier Arraiza Cenoz | 2016-07-29 | 1 | -13/+25 |
| | | | | (bzr r15017.1.11) | ||||
| * | Add strore parameters | Jabier Arraiza Cenoz | 2016-07-24 | 1 | -0/+7 |
| | | | | (bzr r15017.1.5) | ||||
| * | Added "Spray Friendly" Parameter to roughen LPE | Jabier Arraiza Cenoz | 2015-10-18 | 1 | -16/+21 |
| | | | | | | | Adds, but not used by the moment a extra parameter to bool and scalar LPE parameter to hide the widget. This allow to store scalar values and bool values inside the LPEObject to intermediate use by the LPE, whithout disturbing to the user. (bzr r14420) | ||||
| * | fixes bug:1492711 in bspline and fillet chamfer | jtx | 2015-09-11 | 1 | -9/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356) | ||||
| * | Better fix for bug 1492711 | Jabier Arraiza Cenoz | 2015-09-08 | 1 | -3/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14353) | ||||
| * | Fix for bug 1492711 | Jabier Arraiza Cenoz | 2015-09-08 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14351) | ||||
| * | Use sane constant for min and max values in LPE dialogs | Ben Scholzen 'DASPRiD | 2015-05-20 | 1 | -7/+0 |
| | | | | (bzr r14163.1.2) | ||||
| * | Fixed 32-bit build break. | Jon A. Cruz | 2014-11-01 | 1 | -1/+1 |
| | | | | (bzr r13650) | ||||
| * | Update to trunk r13525 | Liam P. White | 2014-08-17 | 1 | -2/+6 |
| |\ | | | | | (bzr r13341.1.142) | ||||
| | * | memleak fix (Bug #1293827: LivePathEffect memory leak ) | Kris De Gussem | 2014-08-15 | 1 | -1/+7 |
| | | | | | | | (bzr r13520) | ||||
| * | | Extension of fix for 13420: effects often set upper limit to inf, causing ↵ | Liam P. White | 2014-07-06 | 1 | -2/+17 |
| | | | | | | | | | | | problems in gtk3 (bzr r13341.1.80) | ||||
| * | | Fix an oddity with path effects dialog, gtk3 only | Liam P. White | 2014-07-06 | 1 | -2/+10 |
| |/ | | | (bzr r13341.1.79) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Don't try to set infinite bounds on SpinButtons in LPE Scalar | Alex Valavanis | 2012-10-14 | 1 | -2/+2 |
| | | | | (bzr r11794) | ||||
| * | Removed unneeded header style filename #defines | Jon A. Cruz | 2012-06-17 | 1 | -2/+0 |
| | | | | (bzr r11503) | ||||
| * | Removed outdated classes. | Jon A. Cruz | 2012-06-17 | 1 | -0/+2 |
| | | | | | | Pruned header to not introduce extraneous includes. (bzr r11502) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+0 |
| | | | | (bzr r10940) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -1/+1 |
| | | | | (bzr r10826) | ||||
| * | lpe: add slider to scalar param optionally (does not work very well yet) | Johan B. C. Engelen | 2011-11-09 | 1 | -1/+5 |
| | | | | (bzr r10735) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -2/+2 |
| | | | | (bzr r9508.1.48) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -2/+2 |
| | | | | (bzr r8895) | ||||
| * | Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵ | Maximilian Albert | 2009-06-21 | 1 | -1/+2 |
| | | | | | | functionality (bzr r8125) | ||||
| * | Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵ | Maximilian Albert | 2008-06-05 | 1 | -1/+1 |
| | | | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817) | ||||
| * | C++-ify initialization of Parameter and ScalarParam classes | Johan B. C. Engelen | 2008-04-13 | 1 | -15/+15 |
| | | | | (bzr r5430) | ||||
| * | * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -2/+2 |
| | | | | | | | | point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -1/+1 |
| | | | | (bzr r4838) | ||||
| * | fix initialization of lpe params | Johan B. C. Engelen | 2008-01-26 | 1 | -0/+1 |
| | | | | (bzr r4592) | ||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -31/+11 |
| | | | | | | RegisteredWdg (bzr r4521) | ||||
