| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix updating widgets on LPE missed in the refactor | Jabiertxof | 2018-10-04 | 3 | -1/+5 |
| | | |||||
| * | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵ | Jabiertxof | 2018-10-03 | 9 | -20/+15 |
| | | | | | with mouse correctly | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 4 | -16/+0 |
| | | |||||
| * | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 1 | -1/+3 |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | ||||
| * | Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elements | Jabier Arraiza | 2018-09-30 | 1 | -0/+8 |
| | | |||||
| * | LPE PointParam: use doc2dt | Thomas Holder | 2018-09-23 | 1 | -2/+1 |
| | | |||||
| * | Improve message parameter and remove unecesary widgets from meassure ↵ | Jabier Arraiza | 2018-09-15 | 2 | -4/+10 |
| | | | | | segments LPE | ||||
| * | Update measure segments helper info and align to messages LPE parameter | Jabiertxof | 2018-09-14 | 2 | -14/+30 |
| | | |||||
| * | improbe UX of Fillet/Chamfer LPE | Jabiertxof | 2018-09-14 | 2 | -73/+0 |
| | | |||||
| * | Fix missing icons and warning on ico size in symbols | Jabiertxo Arraiza Cenoz | 2018-08-04 | 2 | -6/+6 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-07-21 | 1 | -2/+2 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 6 | -52/+42 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 5 | -5/+5 |
| | | |||||
| * | 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-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 4 | -11/+15 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -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 | 20 | -38/+23 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 26 | -57/+57 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 30 | -204/+204 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 23 | -48/+48 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Create and use LabelledColorPicker widget | Geoff Lankow | 2018-05-09 | 1 | -6/+2 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 21 | -77/+77 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 21 | -77/+77 |
| | | |||||
| * | Noumerous bugfixes pointed by Lazur on IRC | Jabier Arraiza | 2018-04-23 | 1 | -3/+2 |
| | | |||||
| * | Handle transforms and gix groups linked by clipboard | Jabier Arraiza | 2018-04-23 | 1 | -1/+1 |
| | | |||||
| * | Fixes to transforms on LPE | Jabier Arraiza | 2018-04-14 | 1 | -0/+1 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 17 | -67/+44 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 16 | -27/+35 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 2 | -3/+3 |
| | | | | Found via `codespell` | ||||
| * | Fix a problem with symbols when updating defs with current document set. ↵ | Jabier Arraiza | 2018-01-07 | 1 | -4/+7 |
| | | | | | Also fix a double XML write in path parameter unnecesary | ||||
| * | Add perimetral only lattice 2 optionaly and allow hide knots on point parameter | Jabier Arraiza | 2018-01-05 | 2 | -11/+28 |
| | | |||||
| * | Allow erase knots in powerstroke | Jabiertxo Arraiza Cenoz | 2017-12-27 | 1 | -15/+14 |
| | | |||||
| * | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-26 | 1 | -0/+13 |
| |\ | |||||
| | * | LPE message Gtkmm deprecation fixes | Alexander Valavanis | 2017-12-26 | 1 | -0/+13 |
| | | | |||||
| * | | Mege trunk into powerpencilII | Jabier Arraiza | 2017-12-07 | 6 | -5/+23 |
| |\| | |||||
| | * | Adding fix to sliders and spin buttons on LPE | Jabier Arraiza | 2017-12-04 | 6 | -5/+23 |
| | | | |||||
| * | | Working on coontinuing paths | Jabier Arraiza | 2017-11-19 | 2 | -4/+14 |
| | | | |||||
| * | | Working on fix smooth draw | Jabier Arraiza | 2017-11-19 | 2 | -0/+16 |
| |/ | |||||
| * | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-11-10 | 4 | -13/+27 |
| |\ | |||||
| | * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 2 | -6/+6 |
| | |\ | |||||
| | | * | Misc. typos | Unknown | 2017-11-07 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ``` | ||||
| | * | | Fix typo crash building | Jabier Arraiza | 2017-11-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix meessage parameter to allow min height request | Jabier Arraiza | 2017-11-04 | 2 | -7/+21 |
| | |/ | |||||
| * | | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 41 | -129/+1330 |
| |\| | |||||
| | * | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| | | | |||||
| | * | Remove unused icon-size.h | Stefano Facchini | 2017-10-19 | 3 | -3/+0 |
| | | | |||||
| | * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-02 | 5 | -14/+19 |
| | |\ | |||||
| | | * | Add better transform handle to Clone Item LPE | Jabier Arraiza | 2017-10-01 | 5 | -14/+19 |
| | | | | |||||
| | * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-01 | 3 | -5/+25 |
| | |\| | |||||
| | | * | Add button to apply on path parameter as suggest Maren in bug #1715433#23 | Jabier Arraiza | 2017-10-01 | 2 | -4/+21 |
| | | | | |||||
