summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add translating fixesJabiertxo Arraiza Cenoz2018-04-242-12/+3
|
* Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-232-2/+8
|
* Remove some documents updatesJabier Arraiza2018-04-232-2/+1
|
* Fix some crashes groupingJabier Arraiza2018-04-231-5/+7
|
* Noumerous bugfixes pointed by Lazur on IRCJabier Arraiza2018-04-235-85/+64
|
* Add transforms fixesJabier Arraiza2018-04-234-65/+34
|
* Allow rotation to projection and noumerous bugfixes pointed by Lazur in IRCJabier Arraiza2018-04-232-121/+138
|
* Add fixes pointed by Lazur on IRCJabier Arraiza2018-04-232-44/+56
|
* Fixes pointed by LazurJabier Arraiza2018-04-231-40/+43
|
* Improve UI for projectionJabier Arraiza2018-04-232-19/+32
|
* Handle transforms and gix groups linked by clipboardJabier Arraiza2018-04-232-10/+22
|
* Finish projection phaseJabier Arraiza2018-04-232-33/+223
|
* Add UX for Lazuur projection ideaJabier Arraiza2018-04-232-11/+170
|
* Fixes to transforms on LPEJabier Arraiza2018-04-1412-178/+67
|
* Erase rejected filesJabier Arraiza2018-04-071-41/+0
|
* Minor tweack of LPE dash-strokeJabier Arraiza2018-04-011-4/+3
|
* Bug fix closing pathsJabier Arraiza2018-04-011-14/+20
|
* Add option to unify dash with diferent segment pathsJabier Arraiza2018-04-012-8/+47
|
* Remove debug coutsJabier Arraiza2018-04-011-4/+0
|
* Add LPE Dash StrokeJabier Arraiza2018-04-016-1/+328
|
* Update lpe-clone-original.cpp to recheckJabier Arraiza2018-03-311-1/+1
|
* Fis a bug crashing inkscape if clones item is not in docJabier Arraiza2018-03-311-8/+8
|
* Fix effect list orderJabier Arraiza2018-03-311-2/+3
|
* Fix fillet chamfer LPE bug on adding points to pathsJabier Arraiza2018-03-311-3/+4
|
* Add lots of README's.Tavmjong Bah2018-03-301-0/+8
|
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-15/+14
|
* Allow upadate shapen innside groups with LPEJabier Arraiza2018-03-262-0/+2
|
* Fixing refsJabier Arraiza2018-03-264-20/+13
|
* Base LPE refactorJabier Arraiza2018-03-2648-624/+841
|
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-194/+0
| | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY