| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add option to show also the original LPE path | Jabiertxo Arraiza Cenoz | 2017-12-01 | 2 | -2/+22 |
| | | |||||
| * | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-11-10 | 23 | -147/+205 |
| |\ | |||||
| | * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 16 | -26/+26 |
| | |\ | |||||
| | | * | Misc. typos | Unknown | 2017-11-07 | 16 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| | * | | Fix typo crash building | Jabier Arraiza | 2017-11-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix meessage parameter to allow min height request | Jabier Arraiza | 2017-11-04 | 3 | -7/+22 |
| | | | | |||||
| | * | | Merge branch 'master' into powerMaskImprovements | Jabier Arraiza | 2017-11-04 | 4 | -0/+42 |
| | |\ \ | |||||
| | | * | | Rename wrong named function | Jabier Arraiza | 2017-11-03 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Move finctions away object sets | Jabier Arraiza | 2017-11-02 | 4 | -0/+42 |
| | | | | | |||||
| | | * | | Remove unrelated code | Jabier Arraiza | 2017-11-02 | 2 | -115/+114 |
| | | | | | |||||
| | | * | | Added inverse mask and clippath | Jabier Arraiza | 2017-11-01 | 2 | -27/+34 |
| | | | | | |||||
| | | * | | Add widget to color and some refactoring | Jabier Arraiza | 2017-11-01 | 2 | -87/+81 |
| | | |/ | |||||
| | * / | Allow color widget instead text input in powermask. Simplify the UI | Jabier Arraiza | 2017-11-02 | 2 | -114/+115 |
| | |/ | |||||
| * | | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 64 | -827/+2015 |
| |\| | |||||
| | * | Fix a bug converting to paths nested LPE with powerstroke | Jabier Arraiza | 2017-10-29 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape | Marc Jeanmougin | 2017-10-20 | 1 | -4/+0 |
| | |\ | |||||
| | | * | Remove std::auto_ptr | Jan Lingscheid | 2017-10-17 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | As C++11-compiler is now mandatory, conditional use of auto_ptr is no longer usefull. This commit does not remove the usage of std::auto_ptr in 2geom. | ||||
| | * | | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 2 | -34/+0 |
| | | | | |||||
| | * | | Remove unused icon-size.h | Stefano Facchini | 2017-10-19 | 3 | -3/+0 |
| | |/ | |||||
| | * | Add note to use important in measure dialog | Jabier Arraiza | 2017-10-14 | 1 | -1/+1 |
| | | | |||||
| | * | Fixing problems with nested LPE and convert to paths | Jabier Arraiza | 2017-10-14 | 4 | -3/+13 |
| | | | |||||
| | * | Prevent crash in measure LPE when pasting LPE to multiple elements | Jabier Arraiza | 2017-10-10 | 1 | -1/+2 |
| | | | |||||
| | * | Fix a bug pointed by CR on copyng throught layers | Jabiertxo Arraiza Cenoz | 2017-10-10 | 1 | -5/+4 |
| | | | |||||
| | * | Fixes for transforms in LPE shapes | Jabiertxo Arraiza Cenoz | 2017-10-09 | 2 | -5/+19 |
| | | | |||||
| | * | Circle3pts LPE: handle overlapping points | Stefano Facchini | 2017-10-08 | 1 | -3/+9 |
| | | | | | | | | | | | | | If two of the three points overlap, just draw the circle having that segment as diameter. This is not rigorous mathematically, but it is a reasonable behavior and avoid a crash when snapping is on. | ||||
| | * | Fix for bug #412928 Allow clip/mask set inverse | Jabiertxo Arraiza Cenoz | 2017-10-06 | 4 | -174/+117 |
| | | | |||||
| | * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-02 | 2 | -1/+18 |
| | |\ | |||||
| | | * | Improvements to translations in clone LPE | Jabiertxo Arraiza Cenoz | 2017-10-02 | 2 | -1/+18 |
| | | | | |||||
| | * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-02 | 8 | -22/+104 |
| | |\| | |||||
| | | * | Add better transform handle to Clone Item LPE | Jabier Arraiza | 2017-10-01 | 8 | -22/+104 |
| | | | | |||||
| | * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-01 | 5 | -10/+31 |
| | |\| | |||||
| | | * | A little styling tweak to a LPE expander | Jabier Arraiza | 2017-10-01 | 1 | -1/+2 |
| | | | | |||||
| | | * | Add button to apply on path parameter as suggest Maren in bug #1715433#23 | Jabier Arraiza | 2017-10-01 | 2 | -4/+21 |
| | | | | |||||
| | | * | Fix bug in comment #20 From Maren in bug #1715433. Clone original LPE can no ↵ | Jabier Arraiza | 2017-09-30 | 2 | -5/+8 |
| | | | | | | | | | | | | | longer be used to fill a powerstroke path | ||||
| | * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-09-30 | 3 | -62/+32 |
| | |\| | |||||
| | | * | Improvements to meassure segments LPE and a little styling tweak to default ↵ | Jabier Arraiza | 2017-09-30 | 3 | -62/+32 |
| | | | | | | | | | | | | | LPE params | ||||
| | * | | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 1 | -6/+10 |
| | |/ | |||||
| | * | CSS fixes to measure line LPE | Jabier Arraiza | 2017-09-25 | 1 | -7/+5 |
| | | | |||||
| | * | Add improvements to meassure segments LPE pointed by CR | Jabier Arraiza | 2017-09-25 | 7 | -132/+492 |
| | | | |||||
| | * | Minor tootltip tweak | Jabier Arraiza | 2017-09-22 | 1 | -1/+1 |
| | | | |||||
| | * | Add tooltip to set default LPE widget | Jabier Arraiza | 2017-09-22 | 34 | -10/+163 |
| | | | |||||
| | * | Add some sugesstions and fixes from CR to measure segments | Jabier Arraiza | 2017-09-21 | 2 | -7/+9 |
| | | | |||||
| | * | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 2017-09-21 | 8 | -262/+134 |
| | | | | | | | | | powerstroke path | ||||
| | * | Fix bug #1718224 Removing PowerStroke LPE from path in master sets negative ↵ | Jabier Arraiza | 2017-09-19 | 1 | -1/+1 |
| | | | | | | | | | stroke width | ||||
| | * | Flushing std::cout | Jabier Arraiza | 2017-09-17 | 2 | -3/+1 |
| | | | |||||
| | * | Fix bug #1460858 Ruler LPE does not consider drawing scale (page size / viewBox) | Jabier Arraiza | 2017-09-16 | 1 | -4/+10 |
| | | | |||||
| | * | Fix bug #1658855, bend from clipboard end point get some spike | Jabier Arraiza | 2017-09-16 | 1 | -3/+4 |
| | | | |||||
| | * | Fix a bug on uninicialitated variable, that perform diferent results in ↵ | Jabier Arraiza | 2017-09-16 | 3 | -4/+5 |
| | | | | | | | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated | ||||
| | * | Added new LPE parameter to store Items array, also bugfixing in patharray ↵ | Jabiertxo Arraiza Cenoz | 2017-09-14 | 4 | -4/+586 |
| | | | | | | | | | parameter | ||||
| | * | Fixes for bug #1716926. Consider backport | Jabiertxo Arraiza Cenoz | 2017-09-13 | 2 | -51/+61 |
| | | | |||||
