| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing icons and add double languaje | Jabier Arraiza | 2019-02-18 | 1 | -24/+79 |
| | | |||||
| * | Improving window position | Jabiertxof | 2019-02-18 | 1 | -1/+1 |
| | | |||||
| * | Add descriptions | Jabiertxof | 2019-02-18 | 1 | -106/+51 |
| | | |||||
| * | add sorting and favorites | Jabier Arraiza | 2019-02-18 | 1 | -0/+55 |
| | | |||||
| * | improving enum position | Jabier Arraiza | 2019-02-18 | 1 | -0/+726 |
| | | |||||
| * | adding symbols | Jabier Arraiza | 2019-02-18 | 1 | -65/+0 |
| | | |||||
| * | fixing coding style and translation and merge from master | Jabier Arraiza | 2019-02-18 | 1 | -2/+2 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -18/+14 |
| | | |||||
| * | remove "Perspective path" LPE | Thomas Holder | 2018-12-16 | 1 | -5/+0 |
| | | | | | | - unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true | ||||
| * | Remove unused transform functions related to LPE and improvements to ↵ | Jabier Arraiza | 2018-12-15 | 1 | -11/+0 |
| | | | | | fill-betreen-* LPEs | ||||
| * | 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 | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵ | Jabiertxof | 2018-10-03 | 1 | -1/+1 |
| | | | | | with mouse correctly | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -3/+3 |
| | | |||||
| * | Improvements to transforms in LPE | Jabier Arraiza | 2018-10-01 | 1 | -0/+1 |
| | | |||||
| * | improbe UX of Fillet/Chamfer LPE | Jabiertxof | 2018-09-14 | 1 | -2/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | 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 | -14/+14 |
| | | | | | | 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 | -13/+13 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -13/+13 |
| | | |||||
| * | Remove some documents updates | Jabier Arraiza | 2018-04-23 | 1 | -1/+0 |
| | | |||||
| * | Noumerous bugfixes pointed by Lazur on IRC | Jabier Arraiza | 2018-04-23 | 1 | -1/+2 |
| | | |||||
| * | Add LPE Dash Stroke | Jabier Arraiza | 2018-04-01 | 1 | -1/+6 |
| | | |||||
| * | Fixing refs | Jabier Arraiza | 2018-03-26 | 1 | -4/+0 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -51/+42 |
| | | |||||
| * | Merge from trunk | Jabier Arraiza | 2018-03-02 | 1 | -1/+6 |
| |\ | |||||
| | * | Live effect: Ellipse from Points | Markus Schwienbacher | 2018-03-01 | 1 | -1/+6 |
| | | | |||||
| * | | Migrate launchpad offset branch to git | Jabier Arraiza | 2018-02-27 | 1 | -1/+1 |
| |/ | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -3/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix minor typos | Yuri Chornoivan | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Fixing problems with nested LPE and convert to paths | Jabier Arraiza | 2017-10-14 | 1 | -2/+2 |
| | | |||||
| * | Add better transform handle to Clone Item LPE | Jabier Arraiza | 2017-10-01 | 1 | -0/+1 |
| | | |||||
| * | A little styling tweak to a LPE expander | Jabier Arraiza | 2017-10-01 | 1 | -1/+2 |
| | | |||||
| * | Improvements to meassure segments LPE and a little styling tweak to default ↵ | Jabier Arraiza | 2017-09-30 | 1 | -1/+3 |
| | | | | | LPE params | ||||
| * | Minor tootltip tweak | Jabier Arraiza | 2017-09-22 | 1 | -1/+1 |
| | | |||||
| * | Add tooltip to set default LPE widget | Jabier Arraiza | 2017-09-22 | 1 | -7/+22 |
| | | |||||
| * | Change from Measure Line LPE to Measure Segments LPE | Jabier Arraiza | 2017-08-19 | 1 | -4/+4 |
| | | |||||
| * | Working with powerclip and powermask | Jabier Arraiza | 2017-06-24 | 1 | -0/+1 |
| | | |||||
| * | Update to trunk | Jabier Arraiza Cenoz | 2017-06-07 | 1 | -0/+5 |
| |\ | | | | | (bzr r15723) | ||||
| | * | fixed enum order + added cpp files to POFILES.in | Michael Soegtrop | 2017-06-05 | 1 | -4/+2 |
| | | | | | | | (bzr r14862.2.4) | ||||
| | * | merged with latest version of lpe-bool and trunk | Michael Soegtrop | 2017-06-05 | 1 | -92/+268 |
| | |\ | | | | | | | (bzr r14862.2.3) | ||||
| | * \ | updated to trunk | Michael Soegtrop | 2017-06-05 | 1 | -2/+2 |
| | |\ \ | | | | | | | | | (bzr r14862.2.2) | ||||
| | * | | | Added emboidery and bool LPEs | Michael Soegtrop | 2016-04-27 | 1 | -0/+13 |
| | | | | | | | | | | | | | (bzr r14862.2.1) | ||||
| * | | | | Working on powermask LPE | Jabier Arraiza Cenoz | 2017-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | (bzr r15722) | ||||
| * | | | | Update to trunk | Jabier Arraiza Cenoz | 2017-06-07 | 1 | -0/+5 |
| |\ \ \ \ | | | | | | | | | | | (bzr r15721) | ||||
| | * | | | | fixed enum order + added cpp files to POFILES.in | Michael Soegtrop | 2017-06-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | (bzr r14876.2.5) | ||||
| | * | | | | updated to latest trunk | Michael Soegtrop | 2017-06-05 | 1 | -91/+266 |
| | |\ \ \ \ | | | |_|/ | | |/| | | (bzr r14876.2.4) | ||||
| | * | | | | updated to latest trunk | Michael Soegtrop | 2016-06-12 | 1 | -0/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r14876.2.3) | ||||
