| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve the sync path on clone LPE | Jabiertxof | 2019-05-16 | 2 | -35/+96 |
| | | |||||
| * | Fix a bug on reloading LPE Clone effect | Jabiertxof | 2019-05-16 | 3 | -5/+6 |
| | | |||||
| * | Add new mode to Clone LPE to allow custom clones locked. Also fix to handle ↵ | Jabier Arraiza | 2019-05-15 | 2 | -25/+49 |
| | | | | | SP_TEXT | ||||
| * | Fix meassuring problems in meassure LPE | Jabier Arraiza | 2019-05-12 | 2 | -20/+11 |
| | | |||||
| * | Revert bad fix from previous commit | Jabiertxof | 2019-05-08 | 1 | -1/+1 |
| | | |||||
| * | Fix a crashing bug on Fillet Chamfer LPE | Jabiertxof | 2019-05-08 | 1 | -1/+1 |
| | | |||||
| * | Select filter on each LPE add dialog to easy remove or modify. Also improve ↵ | Jabier Arraiza | 2019-05-01 | 1 | -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 object | Jabiertxof | 2019-05-01 | 1 | -1/+3 |
| | | |||||
| * | Make it clear to translators: do not translate these variables. | Gyuris Gellért | 2019-04-18 | 1 | -0/+1 |
| | | |||||
| * | LPE mirror symmetry: Clarify some strings | Patrick Storz | 2019-04-09 | 1 | -14/+14 |
| | | |||||
| * | Replace IS_NAN with std::isnan (exists since C++11) | Patrick Storz | 2019-04-02 | 1 | -1/+1 |
| | | |||||
| * | Replace IS_FINITE with std::isfinite (exists since C++11) | Patrick Storz | 2019-04-02 | 1 | -8/+8 |
| | | |||||
| * | Avoid crash from nullptr exception | Nathan Lee | 2019-04-02 | 1 | -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 + code | Jabiertxof | 2019-03-27 | 1 | -1/+0 |
| | | |||||
| * | Remove the expander code. Retain only for LPE default settings | Jabiertxof | 2019-03-27 | 1 | -0/+1 |
| | | |||||
| * | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 1 | -2/+6 |
| | | | | | improved tool-tips for better usability | ||||
| * | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 3 | -136/+112 |
| | | | | | improved tool-tips for better usability | ||||
| * | lpe-pts2ellipse: added perspective circle from 4 points | schwieni | 2019-03-25 | 2 | -46/+278 |
| | | | | | improved tool-tips for better usability | ||||
| * | lpe-pts2ellipse: parameter enabling based on creation method | schwieni | 2019-03-25 | 4 | -7/+36 |
| | | |||||
| * | correct clang-format lpe-pts2ellipse.cpp | schwieni | 2019-03-25 | 1 | -1/+1 |
| | | |||||
| * | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵ | schwieni | 2019-03-25 | 2 | -119/+85 |
| | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file. | ||||
| * | lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵ | schwieni | 2019-03-25 | 2 | -200/+308 |
| | | | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file. | ||||
| * | Merge: Avoid the “using std::*;” or “using namespace std;” construct | Martin Owens | 2019-03-06 | 6 | -11/+3 |
| |\ | |||||
| | * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 6 | -11/+3 |
| | | | | | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | | Update strings for Measure Segments LPE | Maren Hachmann | 2019-03-05 | 1 | -38/+40 |
| |/ | |||||
| * | Update issues on CI | Jabiertxof | 2019-02-18 | 4 | -28/+27 |
| | | |||||
| * | Fix compiling issues | Jabiertxof | 2019-02-18 | 2 | -4/+4 |
| | | |||||
| * | Add descriptions and fixes to show disabled and rename dash to dashed stoke LPE | Jabiertxof | 2019-02-18 | 5 | -33/+33 |
| | | |||||
| * | Add missing icons and add double languaje | Jabier Arraiza | 2019-02-18 | 2 | -24/+90 |
| | | |||||
| * | Add apply function | Jabiertxof | 2019-02-18 | 1 | -4/+14 |
| | | |||||
| * | Improving window position | Jabiertxof | 2019-02-18 | 1 | -1/+1 |
| | | |||||
| * | Add descriptions | Jabiertxof | 2019-02-18 | 2 | -117/+51 |
| | | |||||
| * | add sorting and favorites | Jabier Arraiza | 2019-02-18 | 2 | -5/+71 |
| | | |||||
| * | improving enum position | Jabier Arraiza | 2019-02-18 | 2 | -731/+726 |
| | | |||||
| * | adding symbols | Jabier Arraiza | 2019-02-18 | 2 | -70/+0 |
| | | |||||
| * | fixing coding style and translation and merge from master | Jabier Arraiza | 2019-02-18 | 2 | -2/+909 |
| | | |||||
| * | Fix wrong message in path parameter | Jabiertxof | 2019-02-05 | 1 | -1/+1 |
| | | |||||
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 10 | -38/+24 |
| | | |||||
| * | Fix some typos and syntax errors | Mattia Rizzolo | 2019-01-22 | 1 | -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 fixes | luz.paz | 2019-01-14 | 3 | -3/+3 |
| | | | | Found via `codespell` and `atom editor` | ||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 2 | -3/+5 |
| | | |||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 3 | -4/+4 |
| | | |||||
| * | modernize loops (2) | Marc Jeanmougin | 2019-01-02 | 6 | -22/+20 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 40 | -388/+365 |
| | | |||||
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 3 | -16/+12 |
| | | |||||
| * | remove "Perspective path" LPE | Thomas Holder | 2018-12-16 | 5 | -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 Arraiza | 2018-12-15 | 15 | -193/+158 |
| | | | | | fill-betreen-* LPEs | ||||
| * | -Werror=format -Werror=format-security | Thomas Holder | 2018-11-21 | 2 | -5/+2 |
| | | |||||
| * | Change preference to allow backward compatibility | Jabier Arraiza | 2018-11-13 | 1 | -1/+1 |
| | | |||||
| * | Fix codding style | Jabiertxof | 2018-11-09 | 4 | -5/+5 |
| | | |||||
