summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve the sync path on clone LPEJabiertxof2019-05-162-35/+96
|
* Fix a bug on reloading LPE Clone effectJabiertxof2019-05-163-5/+6
|
* Add new mode to Clone LPE to allow custom clones locked. Also fix to handle ↵Jabier Arraiza2019-05-152-25/+49
| | | | SP_TEXT
* Fix meassuring problems in meassure LPEJabier Arraiza2019-05-122-20/+11
|
* Revert bad fix from previous commitJabiertxof2019-05-081-1/+1
|
* Fix a crashing bug on Fillet Chamfer LPEJabiertxof2019-05-081-1/+1
|
* Select filter on each LPE add dialog to easy remove or modify. Also improve ↵Jabier Arraiza2019-05-011-24/+24
| | | | LPE to match better LPE aloable effect per type of objext and some strings fixes
* Allow LPE retain elements on convert to paths inside the original defs objectJabiertxof2019-05-011-1/+3
|
* Make it clear to translators: do not translate these variables.Gyuris Gellért2019-04-181-0/+1
|
* LPE mirror symmetry: Clarify some stringsPatrick Storz2019-04-091-14/+14
|
* Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz2019-04-021-1/+1
|
* Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz2019-04-021-8/+8
|
* Avoid crash from nullptr exceptionNathan Lee2019-04-021-5/+5
| | | | | | | Adds exception handling for HiddenParam::param_newWidget() which always returns a nullptr. Fixes https://gitlab.com/inkscape/inkscape/issues/167
* full remove expader + codeJabiertxof2019-03-271-1/+0
|
* Remove the expander code. Retain only for LPE default settingsJabiertxof2019-03-271-0/+1
|
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-251-2/+6
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-253-136/+112
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-252-46/+278
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: parameter enabling based on creation methodschwieni2019-03-254-7/+36
|
* correct clang-format lpe-pts2ellipse.cppschwieni2019-03-251-1/+1
|
* lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵schwieni2019-03-252-119/+85
| | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file.
* lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵schwieni2019-03-252-200/+308
| | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file.
* Merge: Avoid the “using std::*;” or “using namespace std;” constructMartin Owens2019-03-066-11/+3
|\
| * Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-066-11/+3
| | | | | | | | This makes the code a lot less readable and greppable for no reason.
* | Update strings for Measure Segments LPEMaren Hachmann2019-03-051-38/+40
|/
* Update issues on CIJabiertxof2019-02-184-28/+27
|
* Fix compiling issuesJabiertxof2019-02-182-4/+4
|
* Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof2019-02-185-33/+33
|
* Add missing icons and add double languajeJabier Arraiza2019-02-182-24/+90
|
* Add apply functionJabiertxof2019-02-181-4/+14
|
* Improving window positionJabiertxof2019-02-181-1/+1
|
* Add descriptionsJabiertxof2019-02-182-117/+51
|
* add sorting and favoritesJabier Arraiza2019-02-182-5/+71
|
* improving enum positionJabier Arraiza2019-02-182-731/+726
|
* adding symbolsJabier Arraiza2019-02-182-70/+0
|
* fixing coding style and translation and merge from masterJabier Arraiza2019-02-182-2/+909
|
* Fix wrong message in path parameterJabiertxof2019-02-051-1/+1
|
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-0510-38/+24
|
* Fix some typos and syntax errorsMattia Rizzolo2019-01-221-1/+1
| | | | | | | | | Some of the typos fixes are in libcroco code. They are already fixed in upstream's git (https://bugzilla.gnome.org/show_bug.cgi?id=776798). Also fix a bunch of "allow to" (with the missing object). Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
* Misc. typo and whitespace fixesluz.paz2019-01-143-3/+3
| | | Found via `codespell` and `atom editor`
* run clang tidy modernize passMarc Jeanmougin2019-01-022-3/+5
|
* modernize: add overridesMarc Jeanmougin2019-01-023-4/+4
|
* modernize loops (2)Marc Jeanmougin2019-01-026-22/+20
|
* modernize loopsMarc Jeanmougin2019-01-0240-388/+365
|
* Minor style fixesMarc Jeanmougin2019-01-013-16/+12
|
* remove "Perspective path" LPEThomas Holder2018-12-165-397/+0
| | | | | - unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-1515-193/+158
| | | | fill-betreen-* LPEs
* -Werror=format -Werror=format-securityThomas Holder2018-11-212-5/+2
|
* Change preference to allow backward compatibilityJabier Arraiza2018-11-131-1/+1
|
* Fix codding styleJabiertxof2018-11-094-5/+5
|