summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-knot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flushing std::coutJabier Arraiza2017-09-171-1/+1
* Code formatingJabiertxof2017-04-281-6/+6
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-2/+2
* Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz2016-12-191-1/+0
* Fix headers on LPE'sJabiertxof2016-12-101-0/+3
* Fix #1627817. Bug in knot LPEJabier Arraiza Cenoz2016-11-181-4/+5
* Update to trunkJabier Arraiza Cenoz2016-10-031-7/+0
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
* | Improvements to widget redrawJabier Arraiza Cenoz2016-07-291-2/+2
|/
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+0
* static code analysisKris De Gussem2015-12-071-1/+1
* Merge from trunkKrzysztof Kosi??ski2015-05-081-3/+3
|\
| * mergingMarc Jeanmougin2015-04-261-1/+1
| |\
| * | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| * | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| * | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-3/+3
* | | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-1/+1
* | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-9/+9
| |/ |/|
* | i10n. Fix for Bug #1429579 (Various typos in the trunk code).Yuri Chornoivan2015-03-081-1/+1
|/
* Update to experimental r13531Liam P. White2014-08-311-0/+1
|\
| * Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-0/+1
* | Update to experimental r13404Liam P. White2014-06-191-11/+13
|\|
| * fixes to LPEKnot, now usable again.Johan B. C. Engelen2014-06-161-11/+13
* | Properly allow effect stacking with knotholders (and add extra LPE functional...Liam P. White2014-04-061-0/+4
|/
* Removed some operator keywords.Markus Engel2014-03-301-1/+1
* lpe knot: code cleanup. mostly adding parens to if-statement predicates that ...Johan B. C. Engelen2014-01-121-34/+37
* fix hiding overloaded virtualJohan B. C. Engelen2013-10-041-1/+1
* const ....Johan B. C. Engelen2013-01-171-4/+4
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-1/+1
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-3/+4
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-9/+6
* Warning cleanupJon A. Cruz2012-04-181-1/+2
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-21/+22
* Header cleaningAlex Valavanis2012-02-121-1/+1
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-1/+1
* cppcheckKris De Gussem2011-10-211-2/+2
* cppcheckKris De Gussem2011-10-181-1/+1
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
* Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-171-5/+5
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+4
|\
| * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-1/+1
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-1/+1
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | LPE Knot: only consider closing line segment if its length is non-zeroJohan B. C. Engelen2010-10-281-14/+26