summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-10-072-2/+2
|\
| * Misc. typosluz.paz2018-10-062-2/+2
| | | | | | Found via `codespell`
* | SPAttributeEnum typed function argumentsThomas Holder2018-10-062-2/+2
|/
* 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-0310-21/+16
| | | | with mouse correctly
* Fixes for LPE transforms and a bug when closing inkscape, related to ↵Jabiertxof2018-10-021-2/+3
| | | | lpeobject-reference
* Remove #include "config.h" wherever possibleEduard Braun2018-10-015-19/+3
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-012-1/+5
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Fix warnings in LPE rulerJabiertxof2018-10-011-6/+12
|
* Improvements to transforms in LPEJabier Arraiza2018-10-017-23/+2
|
* Improve calls to document_unitsJabier Arraiza2018-09-303-25/+8
|
* Fix for bug #1769679, Crash when opening file with live path effectJabier Arraiza2018-09-301-6/+12
|
* Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elementsJabier Arraiza2018-09-302-1/+11
|
* Fix bug: #1644805Jabier Arraiza2018-09-291-0/+6
| | | | LPE Parallel crashes Inkscape with Text converted to Path
* Fix bug #1791696: PowerClip: Using a group as a clip doesn't work as expectedJabier Arraiza2018-09-282-10/+8
|
* cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-1/+1
| | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb
* LPE PointParam: use doc2dtThomas Holder2018-09-231-2/+1
|
* Fix a bug if shape is not defined in powerclipJabier Arraiza2018-09-221-0/+3
|
* Fix and improve stiling of helper tab on meassure segments LPEJabiertxof2018-09-151-4/+4
|
* Improve message parameter and remove unecesary widgets from meassure ↵Jabier Arraiza2018-09-154-29/+26
| | | | segments LPE
* Update measure segments helper info and align to messages LPE parameterJabiertxof2018-09-143-22/+39
|
* Update info widget inmeasure segmentsJabiertxof2018-09-141-6/+6
|
* improbe UX of Fillet/Chamfer LPEJabiertxof2018-09-145-122/+21
|
* Fix bug applying powerclip/mask to non cliped/masked elementsJabiertxof2018-09-134-0/+22
|
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-134-230/+211
|
* Revert changesJabier Arraiza2018-08-052-255/+213
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-052-213/+255
| | | | pref optional to scale dashes on stroke scale
* 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
|
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-202-4/+4
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-1910-31/+31
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-185-17/+17
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* 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-187-11/+11
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-1879-190/+95
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1856-213/+213
| | | | | 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-18101-501/+501
| | | | | 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-1274-164/+164
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Fixes on convert to paths LPE shapesJabier Arraiza2018-06-021-9/+12
|
* Add center mirror symmetry butons for perfect symmetry and rotate copyes cleanupJabier Arraiza2018-05-264-179/+224
|
* suggested changesluz.paz2018-05-142-11/+11
|
* Source typosluz.paz2018-05-142-10/+10
|
* Misc. typosluz.paz2018-05-143-4/+4
| | | Found via `codespell` and `grep`
* Create and use LabelledColorPicker widgetGeoff Lankow2018-05-091-6/+2
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0459-232/+231
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2959-231/+232
|
* fix bug on compileJabiertxo Arraiza Cenoz2018-04-241-1/+0
|
* Forcing Win CIJabiertxo Arraiza Cenoz2018-04-241-0/+1
|