summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof2019-11-0215-25/+40
| | | | change
* Add icons to show help in set defauls LPE parametersJabier Arraiza2019-10-121-4/+4
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-1/+1
|
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-301-1/+1
| | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
* Improve tooltip text for linking in LPEs again.Maren Hachmann2019-08-103-3/+3
|
* Remove some trailing whitespace.Moini2019-07-201-4/+4
|
* Improve some LPE descriptions.Moini2019-07-203-3/+3
|\
| * Improve title text for LPE button that pastes a path from the clipboard to ↵Moini2019-07-203-3/+3
| | | | | | | | use with the current LPE
* | Fix coding styleJabier Arraiza2019-07-191-9/+9
| |
* | Fixes for pressure pencilJabier Arraiza2019-07-192-68/+66
| |
* | Improvements finish pointed by MarenJabier Arraiza2019-07-192-21/+21
| |
* | Fix various minor typosYuri Chornoivan2019-07-011-4/+4
| |
* | Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-12/+0
| |
* | Add knot ungrabbed eventJabiertxof2019-05-205-0/+6
|/
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-252-130/+94
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: parameter enabling based on creation methodschwieni2019-03-252-0/+3
|
* Fix wrong message in path parameterJabiertxof2019-02-051-1/+1
|
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-055-20/+14
|
* run clang tidy modernize passMarc Jeanmougin2019-01-022-3/+5
|
* modernize loops (2)Marc Jeanmougin2019-01-021-3/+3
|
* modernize loopsMarc Jeanmougin2019-01-025-33/+31
|
* Fix codding styleJabiertxof2018-11-094-5/+5
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-096-6/+6
|
* Fix compiling bugJabiertxof2018-11-091-4/+3
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-2/+2
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-0849-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
* Fix updating widgets on LPE missed in the refactorJabiertxof2018-10-043-1/+5
|
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵Jabiertxof2018-10-039-20/+15
| | | | with mouse correctly
* Remove #include "config.h" wherever possibleEduard Braun2018-10-014-16/+0
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-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 elementsJabier Arraiza2018-09-301-0/+8
|
* LPE PointParam: use doc2dtThomas Holder2018-09-231-2/+1
|
* Improve message parameter and remove unecesary widgets from meassure ↵Jabier Arraiza2018-09-152-4/+10
| | | | segments LPE
* Update measure segments helper info and align to messages LPE parameterJabiertxof2018-09-142-14/+30
|
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-142-73/+0
|
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-042-6/+6
|
* Fixing coding styleJabier Arraiza2018-07-211-2/+2
|
* adding gtk-themeJabier Arraiza2018-07-216-52/+42
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-195-5/+5
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-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 Peyrot2018-06-184-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 Peyrot2018-06-182-2/+2
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-1820-38/+23
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1826-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 Peyrot2018-06-1830-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 Peyrot2018-06-1223-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 widgetGeoff Lankow2018-05-091-6/+2
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0421-77/+77
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2921-77/+77
|
* Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-231-3/+2
|