| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 1 | -1/+1 |
| | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -12/+12 |
| | | |||||
| * | 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 | -3/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -2/+2 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 ``` | ||||
| * | Code formating | Jabiertxof | 2017-04-28 | 1 | -9/+9 |
| | | | | (bzr r15649) | ||||
| * | Fix headers on LPE's | Jabiertxof | 2016-12-10 | 1 | -1/+1 |
| | | | | (bzr r15318) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+2 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+0 |
| | | | | (bzr r15025) | ||||
| * | Fix for bug 1540070 | Jabier Arraiza Cenoz | 2016-03-02 | 1 | -4/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -11/+11 |
| | | | | (bzr r14059.2.1) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -4/+2 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | LPEVonKoch: improve rev. 13589 by removing the else branch for complexity ↵ | Johan B. C. Engelen | 2014-10-12 | 1 | -4/+2 |
| | | | | | | | | | | | calculation for better human readability (bzr r13591) | ||||
| | * | LPEVonKoch : remove redundant assignment (is taken care of by the following ↵ | Johan B. C. Engelen | 2014-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | if-statement) Found by clang static analyzer (bzr r13589) | ||||
| | * | fix C++11 compilation | Johan B. C. Engelen | 2014-05-15 | 1 | -2/+1 |
| | | | | | | | (bzr r13385) | ||||
| * | | this patch fix the problem whith clips and mask update in live effects. | Jabier Arraiza Cenoz | 2014-09-29 | 1 | -0/+3 |
| | | | | | | | | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229) | ||||
| * | | fix C++11 compilation | Johan B. C. Engelen | 2014-05-15 | 1 | -2/+1 |
| |/ | | | (bzr r13341.1.30) | ||||
| * | fix hiding overloaded virtual | Johan B. C. Engelen | 2013-10-04 | 1 | -1/+1 |
| | | | | (bzr r12657) | ||||
| * | const .... | Johan B. C. Engelen | 2013-01-17 | 1 | -1/+1 |
| | | | | (bzr r12039) | ||||
| * | more const happiness (and removal of duplicate code in sp-object.h) | Johan B. C. Engelen | 2013-01-17 | 1 | -1/+1 |
| | | | | (bzr r12038) | ||||
| * | Removed unneeded header style filename #defines | Jon A. Cruz | 2012-06-17 | 1 | -2/+0 |
| | | | | (bzr r11503) | ||||
| * | Removed outdated classes. | Jon A. Cruz | 2012-06-17 | 1 | -0/+3 |
| | | | | | | Pruned header to not introduce extraneous includes. (bzr r11502) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-21 | 1 | -3/+3 |
| | | | | (bzr r10687) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -18/+18 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | Added some mnemonics for filter path effects (Bug #170765) | Kris De Gussem | 2011-03-20 | 1 | -4/+4 |
| | | | | | | | (bzr r10119) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -14/+14 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -4/+4 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | UI fixes (a.o. Bug #560751 ) | Kris De Gussem | 2010-10-02 | 1 | -4/+4 |
| | | | | | | | (bzr r9807) | ||||
| * | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -2/+2 |
| |/ | | | (bzr r9508.1.48) | ||||
| * | Remove remnants of old node tool | Krzysztof Kosi??ski | 2009-12-24 | 1 | -1/+0 |
| | | | | (bzr r8846.2.6) | ||||
| * | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 1 | -3/+3 |
| | | | | (bzr r8846.2.3) | ||||
| * | textual patch from bug 408093 | bulia byak | 2009-09-06 | 1 | -1/+1 |
| | | | | (bzr r8563) | ||||
| * | Ctor fixes and misc warning cleanups | Jon A. Cruz | 2009-04-07 | 1 | -5/+5 |
| | | | | (bzr r7650) | ||||
| * | correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵ | Johan B. C. Engelen | 2009-03-15 | 1 | -0/+2 |
| | | | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -8/+0 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -59/+174 |
| | | | | (bzr r6884) | ||||
| * | Fixed initialization order issue | Jon A. Cruz | 2008-09-18 | 1 | -8/+8 |
| | | | | (bzr r6833) | ||||
| * | lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) ↵ | JF Barraud | 2008-09-17 | 1 | -0/+7 |
| | | | | | | similarity transforms. (bzr r6832) | ||||
| * | lpe-vonkoch: updated to handle groups + changed parameter interpretation to ↵ | JF Barraud | 2008-09-17 | 1 | -40/+33 |
| | | | | | | allow general transformations (bzr r6830) | ||||
| * | add comments about setting new LPE PathParam path data. refactor things a ↵ | Johan B. C. Engelen | 2008-07-20 | 1 | -3/+2 |
| | | | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371) | ||||
| * | update 2geom (svn rev1433) | Johan B. C. Engelen | 2008-07-03 | 1 | -1/+1 |
| | | | | (bzr r6134) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5823) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -7/+0 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | use sp_nodepath_make_straight_path in LPE VonKoch | Johan B. C. Engelen | 2008-04-14 | 1 | -1/+2 |
| | | | | (bzr r5443) | ||||
| * | move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.* | Johan B. C. Engelen | 2008-04-13 | 1 | -1/+1 |
| | | | | (bzr r5427) | ||||
| * | change doEffect functions to use const& parameters | Johan B. C. Engelen | 2008-04-09 | 1 | -1/+1 |
| | | | | (bzr r5394) | ||||
| * | remove multiple inheritance from lpe PathParam. since it is often desired to ↵ | Johan B. C. Engelen | 2008-03-23 | 1 | -1/+1 |
| | | | | | | get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176) | ||||
| * | lpe-vonkoch: complexity bound + choose bbox/segment as reference. | JF Barraud | 2008-03-16 | 1 | -21/+77 |
| | | | | | | lpe-knot: support for self intersecting bezier (will be moved to 2geom). (bzr r5103) | ||||
