| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-02 | Improve speed of LPE's updating widgets on release knots instead when value ↵ | Jabiertxof | 15 | -25/+40 | |
| change | |||||
| 2019-10-12 | Add icons to show help in set defauls LPE parameters | Jabier Arraiza | 1 | -4/+4 | |
| 2019-10-05 | Fix some memory leaks found by scan-build | Marc Jeanmougin | 1 | -1/+1 | |
| 2019-09-30 | Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵ | Jabier Arraiza | 1 | -1/+1 | |
| LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked. | |||||
| 2019-08-10 | Improve tooltip text for linking in LPEs again. | Maren Hachmann | 3 | -3/+3 | |
| 2019-07-20 | Remove some trailing whitespace. | Moini | 1 | -4/+4 | |
| 2019-07-20 | Improve title text for LPE button that pastes a path from the clipboard to ↵ | Moini | 3 | -3/+3 | |
| use with the current LPE | |||||
| 2019-07-19 | Fix coding style | Jabier Arraiza | 1 | -9/+9 | |
| 2019-07-19 | Fixes for pressure pencil | Jabier Arraiza | 2 | -68/+66 | |
| 2019-07-19 | Improvements finish pointed by Maren | Jabier Arraiza | 2 | -21/+21 | |
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -4/+4 | |
| 2019-05-27 | Fix a issue compiling with a obsolete value I forget remove in prev comit | Jabier Arraiza | 1 | -2/+1 | |
| 2019-05-26 | Add hide operand, work on groups and allow shapes as parameters in LPE Bool | Jabier Arraiza | 1 | -1/+2 | |
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -12/+0 | |
| 2019-05-20 | Add knot ungrabbed event | Jabiertxof | 5 | -0/+6 | |
| 2019-03-25 | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2 | -130/+94 | |
| improved tool-tips for better usability | |||||
| 2019-03-25 | lpe-pts2ellipse: parameter enabling based on creation method | schwieni | 2 | -0/+3 | |
| 2019-02-05 | Fix wrong message in path parameter | Jabiertxof | 1 | -1/+1 | |
| 2019-02-05 | PencilToolbar: GtkAction migration | Alexander Valavanis | 5 | -20/+14 | |
| 2019-01-02 | run clang tidy modernize pass | Marc Jeanmougin | 2 | -3/+5 | |
| 2019-01-02 | modernize loops (2) | Marc Jeanmougin | 1 | -3/+3 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 5 | -33/+31 | |
| 2018-11-09 | Fix codding style | Jabiertxof | 4 | -5/+5 | |
| 2018-11-09 | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 6 | -6/+6 | |
| 2018-11-09 | Fix compiling bug | Jabiertxof | 1 | -4/+3 | |
| 2018-11-09 | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 1 | -2/+2 | |
| in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 49 | -61/+110 | |
| - 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 | |||||
| 2018-10-04 | Fix updating widgets on LPE missed in the refactor | Jabiertxof | 3 | -1/+5 | |
| 2018-10-03 | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵ | Jabiertxof | 9 | -20/+15 | |
| with mouse correctly | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 4 | -16/+0 | |
| 2018-10-01 | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 1 | -1/+3 | |
| Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | |||||
| 2018-09-30 | Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elements | Jabier Arraiza | 1 | -0/+8 | |
| 2018-09-23 | LPE PointParam: use doc2dt | Thomas Holder | 1 | -2/+1 | |
| 2018-09-15 | Improve message parameter and remove unecesary widgets from meassure ↵ | Jabier Arraiza | 2 | -4/+10 | |
| segments LPE | |||||
| 2018-09-14 | Update measure segments helper info and align to messages LPE parameter | Jabiertxof | 2 | -14/+30 | |
| 2018-09-14 | improbe UX of Fillet/Chamfer LPE | Jabiertxof | 2 | -73/+0 | |
| 2018-08-04 | Fix missing icons and warning on ico size in symbols | Jabiertxo Arraiza Cenoz | 2 | -6/+6 | |
| 2018-07-21 | Fixing coding style | Jabier Arraiza | 1 | -2/+2 | |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 6 | -52/+42 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 5 | -5/+5 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This reduces the boilerplate required to add a new element to a container. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 4 | -11/+15 | |
| This avoids having to pass variables by reference before copying them when calling a constructor. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2 | -2/+2 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 20 | -38/+23 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 26 | -57/+57 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 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. | |||||
| 2018-06-12 | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 23 | -48/+48 | |
| Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | |||||
| 2018-05-09 | Create and use LabelledColorPicker widget | Geoff Lankow | 1 | -6/+2 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 21 | -77/+77 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 21 | -77/+77 | |
