| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -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. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -4/+2 |
| | | |||||
| * | Add tooltip to set default LPE widget | Jabier Arraiza | 2017-09-22 | 1 | -0/+7 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -1/+0 |
| | | |||||
| * | More fixes to LPE | Jabiertxof | 2017-05-27 | 1 | -2/+2 |
| | | | | (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/+1 |
| |\ | | | | | (bzr r15620.1.17) | ||||
| | * | Improve responsive from LPE | Jabier Arraiza Cenoz | 2017-05-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662) | ||||
| * | | Update to trunk | Jabiertxof | 2017-05-01 | 1 | -2/+0 |
| |\| | | | | | (bzr r15620.1.14) | ||||
| | * | Fix erase lpe in multi LPE mode | Jabiertxof | 2017-05-01 | 1 | -2/+0 |
| | | | | | | | | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655) | ||||
| * | | Rewrite UX | Jabiertxof | 2017-04-29 | 1 | -0/+6 |
| | | | | | | | (bzr r15620.1.12) | ||||
| * | | Reset | Jabiertxof | 2017-04-28 | 1 | -18/+2 |
| | | | | | | | (bzr r15620.1.9) | ||||
| * | | Add LPE prefs dialog | Jabiertxof | 2017-04-26 | 1 | -1/+11 |
| | | | | | | | (bzr r15620.1.4) | ||||
| * | | Allow set and reset default values of LPE parameters | Jabiertxof | 2017-04-14 | 1 | -1/+7 |
| |/ | | | (bzr r15620.1.1) | ||||
| * | Adding base | Jabiertxof | 2017-01-05 | 1 | -1/+2 |
| | | | | (bzr r15392.1.1) | ||||
| * | Add strore parameters | Jabier Arraiza Cenoz | 2016-07-24 | 1 | -0/+6 |
| | | | | (bzr r15017.1.5) | ||||
| * | Added "Spray Friendly" Parameter to roughen LPE | Jabier Arraiza Cenoz | 2015-10-18 | 1 | -14/+18 |
| | | | | | | | 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) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | 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) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -1/+1 |
| | | | | (bzr r11018) | ||||
| * | 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) | ||||
| * | 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) | ||||
| * | fixing wrong includes | Felipe Corr??a da Silva Sanches | 2008-02-28 | 1 | -1/+1 |
| | | | | (bzr r4898) | ||||
| * | Remove unnecessary dependencies for some of the lpe parameters. | Johan B. C. Engelen | 2008-02-28 | 1 | -3/+1 |
| | | | | (bzr r4896) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -2/+2 |
| | | | | (bzr r4838) | ||||
| * | fix initialization of lpe params | Johan B. C. Engelen | 2008-01-26 | 1 | -0/+1 |
| | | | | (bzr r4592) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 1 | -14/+13 |
| | | | | (bzr r4500) | ||||
| * | prepare LPE parameter widgets to be owned by multiple dialogs, as it should be. | Johan B. C. Engelen | 2008-01-15 | 1 | -1/+3 |
| | | | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495) | ||||
| * | trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 1 | -93/+93 |
| | | | | (bzr r3884) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -1/+1 |
| | | | | (bzr r3753) | ||||
| * | LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵ | Johan B. C. Engelen | 2007-09-04 | 1 | -1/+1 |
| | | | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675) | ||||
| * | Add BoolParam for LPE's | Johan B. C. Engelen | 2007-08-29 | 1 | -0/+93 |
| (bzr r3610) | |||||
