| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve speed of LPE's updating widgets on release knots instead when value ↵ | Jabiertxof | 2019-11-02 | 1 | -2/+6 |
| | | | | | change | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -13/+13 |
| | | |||||
| * | 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 | ||||
| * | Fix updating widgets on LPE missed in the refactor | Jabiertxof | 2018-10-04 | 1 | -1/+2 |
| | | |||||
| * | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵ | Jabiertxof | 2018-10-03 | 1 | -1/+1 |
| | | | | | with mouse correctly | ||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | 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 | -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 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+1 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -2/+2 |
| | | | | Found via `codespell` | ||||
| * | Allow erase knots in powerstroke | Jabiertxo Arraiza Cenoz | 2017-12-27 | 1 | -15/+14 |
| | | |||||
| * | Working on coontinuing paths | Jabier Arraiza | 2017-11-19 | 1 | -3/+13 |
| | | |||||
| * | Working on fix smooth draw | Jabier Arraiza | 2017-11-19 | 1 | -0/+15 |
| | | |||||
| * | Working on preview over powerpencil | Jabier Arraiza | 2017-08-27 | 1 | -2/+2 |
| | | |||||
| * | Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵ | Jabier Arraiza | 2017-08-13 | 1 | -0/+4 |
| | | | | | previous width | ||||
| * | Remove some ocurrences of desktop in knot functions | Jabiertxof | 2016-12-19 | 1 | -2/+2 |
| | | | | (bzr r15337) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -2/+2 |
| | | | | (bzr r14059.2.1) | ||||
| * | 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) | ||||
| | * | Bugged powerstroke point array tried accessing points on a quickly diverging ↵ | Liam P. White | 2014-07-08 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | path Fixed bugs: - https://launchpad.net/bugs/1333465 (bzr r13447) | ||||
| * | | This push add a partial solution to scale powerstroke shapes without distorsion | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -4/+7 |
| | | | | | | | | | | | Currently best results are for fixed ratio scales, non fixed scale give a aproximation. (bzr r13341.1.228) | ||||
| * | | Update to experimental r13428 | Liam P. White | 2014-07-09 | 1 | -1/+4 |
| |\ \ | | | | | | | (bzr r13090.1.89) | ||||
| | * | | Bugged powerstroke point array tried accessing points on a quickly diverging ↵ | Liam P. White | 2014-07-08 | 1 | -1/+4 |
| | |/ | | | | | | | | | | | | | | | path Fixed bugs: - https://launchpad.net/bugs/1333465 (bzr r13341.1.86) | ||||
| * | | Fix build errors and a few small bugs | Liam P. White | 2014-03-29 | 1 | -1/+1 |
| | | | | | | | (bzr r13090.1.36) | ||||
| * | | Start cleanup for merge into trunk | Liam P. White | 2014-03-07 | 1 | -3/+3 |
| | | | | | | | (bzr r13090.1.20) | ||||
| * | | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 1 | -5/+34 |
| |/ | | | (bzr r13090.1.1) | ||||
| * | const .... | Johan B. C. Engelen | 2013-01-17 | 1 | -3/+3 |
| | | | | (bzr r12039) | ||||
| * | Fix "shift disables snapping" for LPEs and for editing objects | Diederik van Lierop | 2012-10-14 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800) | ||||
| * | 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) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -7/+6 |
| | | | | (bzr r11316) | ||||
| * | powerstroke: remove the need to reload the node tool when adding/deleting ↵ | Johan B. C. Engelen | 2012-04-10 | 1 | -12/+33 |
| | | | | | | control width knots (bzr r11210) | ||||
| * | fix inclusion. | Johan B. C. Engelen | 2012-04-08 | 1 | -1/+1 |
| | | | | (bzr r11187) | ||||
| * | powerstroke parameter small fix | Johan B. C. Engelen | 2012-04-08 | 1 | -3/+6 |
| | | | | (bzr r11183) | ||||
| * | powerstrokepointarray : add todo comment. do not derive from ↵ | Johan B. C. Engelen | 2012-04-07 | 1 | -1/+6 |
| | | | | | | LPEKnotHolderEntity. (bzr r11169) | ||||
| * | add tooltip for powerstroke control points | Johan B. C. Engelen | 2012-01-18 | 1 | -5/+4 |
| | | | | (bzr r10906) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -1/+1 |
| | | | | (bzr r10826) | ||||
| * | Powerstroke: adjust control points when adding or deleting knots, to try and ↵ | Johan B. C. Engelen | 2011-11-05 | 1 | -0/+36 |
| | | | | | | keep the shape a bit the same... (bzr r10728) | ||||
| * | Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing ↵ | Johan B. C. Engelen | 2011-11-04 | 1 | -8/+30 |
| | | | | | | on-canvas code is seriously flawed) (bzr r10719) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-06-22 | 1 | -2/+1 |
| | | | | (bzr r10339) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | (bzr r10025) | ||||
| * | powerstroke: redefine meaning of offset point parameter values. now knots ↵ | Johan B. C. Engelen | 2010-07-30 | 1 | -9/+19 |
| | | | | | | move with path (bzr r9672) | ||||
| * | powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object ↵ | Johan B. C. Engelen | 2010-07-28 | 1 | -1/+9 |
| | | | | | | after adding stroke knot (bzr r9666) | ||||
| * | powerstroke: arbitrary number of control points. | Johan B. C. Engelen | 2010-07-27 | 1 | -10/+11 |
| | | | | (bzr r9659) | ||||
| * | commit missing files | Johan B. C. Engelen | 2010-07-27 | 1 | -0/+154 |
| (bzr r9658) | |||||
