| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -36/+36 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -10/+9 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Misc. typos | luz.paz | 2018-05-14 | 1 | -1/+1 |
| | | | | Found via `codespell` and `grep` | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -0/+3 |
| | | |||||
| * | LPE Gtk3 deprecation fixes | Alex Valavanis | 2017-03-12 | 1 | -4/+4 |
| | | | | (bzr r15587) | ||||
| * | Fix headers on LPE's | Jabiertxof | 2016-12-10 | 1 | -0/+3 |
| | | | | (bzr r15318) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+5 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+0 |
| | | | | (bzr r15025) | ||||
| * | Fixed a bug on roughen LPE on open paths | Jabier Arraiza Cenoz | 2016-07-24 | 1 | -4/+1 |
| | | | | (bzr r15022) | ||||
| * | Order and cleanup of some LPE | Jabier Arraiza Cenoz | 2016-07-23 | 1 | -3/+3 |
| | | | | (bzr r15020) | ||||
| * | Fix for bug 1540070 | Jabier Arraiza Cenoz | 2016-03-02 | 1 | -3/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678) | ||||
| * | Removed auto calulate distances in roughen LPE because strange resulton ↵ | Jabier Arraiza Cenoz | 2015-12-02 | 1 | -38/+0 |
| | | | | | | apply on LPE copy effect (bzr r14502) | ||||
| * | End fixing roughen | Jabier Arraiza Cenoz | 2015-11-15 | 1 | -35/+29 |
| | | | | (bzr r14422.3.12) | ||||
| * | max_smooth_angle working, now deleted after because dont think a good ↵ | Jabier Arraiza Cenoz | 2015-11-15 | 1 | -107/+117 |
| | | | | | | improvement in realtion of UX complication (bzr r14422.3.11) | ||||
| * | Fixing compile problem | Jabier Arraiza Cenoz | 2015-11-14 | 1 | -29/+29 |
| | | | | (bzr r14422.3.10) | ||||
| * | adding default width | Jabier Arraiza Cenoz | 2015-11-14 | 1 | -3/+35 |
| | | | | (bzr r14422.3.8) | ||||
| * | Fix a compile problem | Jabier Arraiza Cenoz | 2015-11-13 | 1 | -46/+0 |
| | | | | (bzr r14422.3.7) | ||||
| * | Fix bug end node, start calculate size based in number of nodes and lenght | Jabier Arraiza Cenoz | 2015-11-13 | 1 | -1/+66 |
| | | | | (bzr r14422.3.6) | ||||
| * | Fixed a bug on Spray Friendly when SPLPEITEM has clones. POinted by Ivan Louette | Jabier Arraiza Cenoz | 2015-11-13 | 1 | -1/+1 |
| | | | | (bzr r14422.3.5) | ||||
| * | update to trunk | Jabier Arraiza Cenoz | 2015-11-08 | 1 | -1/+1 |
| |\ | | | | | (bzr r14422.3.3) | ||||
| | * | Typo fix | Yuri Chornoivan | 2015-11-01 | 1 | -1/+1 |
| | | | | | | | (bzr r14439) | ||||
| * | | working on roughen | Jabier Arraiza Cenoz | 2015-10-25 | 1 | -7/+13 |
| | | | | | | | (bzr r14422.3.2) | ||||
| * | | Cleanup Spray tool improvements | Jabier Arraiza Cenoz | 2015-10-25 | 1 | -40/+51 |
| | | | | | | | (bzr r14422.3.1) | ||||
| * | | Removing new roughen changes to create a new Spray branch | Jabier Arraiza Cenoz | 2015-10-25 | 1 | -51/+40 |
| | | | | | | | (bzr r14422.1.11) | ||||
| * | | working 2 ways | Jabier Arraiza Cenoz | 2015-10-19 | 1 | -14/+20 |
| | | | | | | | (bzr r14422.1.2) | ||||
| * | | fixing roughen | Jabier Arraiza Cenoz | 2015-10-19 | 1 | -32/+37 |
| |/ | | | (bzr r14422.1.1) | ||||
| * | Fix first handle position on along nodes mode | Jabier Arraiza Cenoz | 2015-10-19 | 1 | -1/+1 |
| | | | | (bzr r14422) | ||||
| * | Change oprions of handles to a enum widget | Jabier Arraiza Cenoz | 2015-10-19 | 1 | -37/+98 |
| | | | | | | | Add parameter to limit angle in mode smooth Bug fixes and improvements to "Spray Friendly" option (bzr r14421) | ||||
| * | Added "Spray Friendly" Parameter to roughen LPE | Jabier Arraiza Cenoz | 2015-10-18 | 1 | -3/+20 |
| | | | | | | | Adds, but not used by the moment a extra parameter to bool and scalar LPE parameter to hide the widget. This allow to store scalar values and bool values inside the LPEObject to intermediate use by the LPE, whithout disturbing to the user. (bzr r14420) | ||||
| * | Bug fixes in roughen and added uption to retract handles | Jabier Arraiza Cenoz | 2015-10-15 | 1 | -45/+37 |
| | | | | (bzr r14418) | ||||
| * | improved results of roughen LPE | Jabier Arraiza Cenoz | 2015-10-14 | 1 | -26/+18 |
| | | | | (bzr r14410) | ||||
| * | Added a parameter to roughen LPE to allow fixed displacement of points | Jabier Arraiza Cenoz | 2015-10-13 | 1 | -111/+124 |
| | | | | (bzr r14408) | ||||
| * | Fix position node splited | Jabier Arraiza Cenoz | 2015-10-13 | 1 | -18/+107 |
| | | | | | | Added parameter to Symm move nodes, Todo:Get better english strings (bzr r14407) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-22 | 1 | -19/+3 |
| |\ | | | | | (bzr r14059.2.15) | ||||
| | * | Remove documentUnits from live_effect/effect.cpp/h | Jabier Arraiza Cenoz | 2015-05-09 | 1 | -19/+3 |
| | | | | | | | | | | | Remove units from fillet-chamfer and roughen (bzr r14136) | ||||
| * | | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -2/+2 |
| |/ | | | (bzr r14059.2.1) | ||||
| * | Fix coding style issues in roughen LPE | Jabier Arraiza Cenoz | 2015-04-09 | 1 | -103/+103 |
| | | | | (bzr r14048) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -5/+5 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | A bit remove of unnecesary code | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -9/+3 |
| | | | | (bzr r13667) | ||||
| * | Added a extra layer of roughen pointed by Ivan Louette | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -2/+22 |
| | | | | (bzr r13666) | ||||
| * | Fix a bug pointed by Ivan Louette about strage fixed angle displazements | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -1/+3 |
| | | | | (bzr r13663) | ||||
| * | Change calls to desktop with SP_ACTIVE_DESKTOP | Jabier Arraiza Cenoz | 2014-11-02 | 1 | -2/+2 |
| | | | | (bzr r13656) | ||||
| * | Fix a bug whith units pointed by suv in fillet-chamfer, affecting also to ↵ | Jabier Arraiza Cenoz | 2014-11-01 | 1 | -4/+7 |
| | | | | | | roughen, thanks to Ivan Louette for advert me (bzr r13651) | ||||
| * | this patch fix the problem whith clips and mask update in live effects. | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -1/+4 |
| | | | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229) | ||||
