summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-knot.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code formatingJabiertxof2017-04-281-6/+6
| | | (bzr r15649)
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-2/+2
| | | (bzr r15337)
* Add update_helperpaths not member of nodetool class to easy call from outsideJabier Arraiza Cenoz2016-12-191-1/+0
| | | (bzr r15335)
* Fix headers on LPE'sJabiertxof2016-12-101-0/+3
| | | (bzr r15318)
* Fix #1627817. Bug in knot LPEJabier Arraiza Cenoz2016-11-181-4/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1627817 (bzr r15259)
* Update to trunkJabier Arraiza Cenoz2016-10-031-7/+0
|\ | | | | (bzr r15017.1.35)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-7/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+7
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-7/+0
| | | | | | (bzr r15025)
* | Improvements to widget redrawJabier Arraiza Cenoz2016-07-291-2/+2
|/ | | (bzr r15017.1.11)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+0
| | | (bzr r14639)
* static code analysisKris De Gussem2015-12-071-1/+1
| | | (bzr r14510)
* Merge from trunkKrzysztof Kosi??ski2015-05-081-3/+3
|\ | | | | (bzr r14059.2.11)
| * mergingMarc Jeanmougin2015-04-261-1/+1
| |\ | | | | | | (bzr r13922.1.13)
| * | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | | | | | | | (bzr r13922.1.11)
| * | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | | | | | | | (bzr r13922.1.10)
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | | | | | | | (bzr r13922.1.5)
| * | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* | | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-1/+1
| | | | | | | | | (bzr r14059.2.2)
* | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-9/+9
| |/ |/| | | (bzr r14059.2.1)
* | i10n. Fix for Bug #1429579 (Various typos in the trunk code).Yuri Chornoivan2015-03-081-1/+1
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
* Update to experimental r13531Liam P. White2014-08-311-0/+1
|\ | | | | (bzr r13090.1.106)
| * Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-0/+1
| | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | Update to experimental r13404Liam P. White2014-06-191-11/+13
|\| | | | | (bzr r13090.1.84)
| * fixes to LPEKnot, now usable again.Johan B. C. Engelen2014-06-161-11/+13
| | | | | | | | | | | | | | | | knotholder: if knot coords are non-finite, hide knot. used for hiding the lpeknot switcher knot if there are no crossings Fixed bugs: - https://launchpad.net/bugs/781893 (bzr r13428)
* | Properly allow effect stacking with knotholders (and add extra LPE ↵Liam P. White2014-04-061-0/+4
|/ | | | | functionality) (bzr r13090.1.48)
* Removed some operator keywords.Markus Engel2014-03-301-1/+1
| | | (bzr r13237)
* lpe knot: code cleanup. mostly adding parens to if-statement predicates that ↵Johan B. C. Engelen2014-01-121-34/+37
| | | | | relied on operator precedence (bzr r12919)
* fix hiding overloaded virtualJohan B. C. Engelen2013-10-041-1/+1
| | | (bzr r12657)
* const ....Johan B. C. Engelen2013-01-171-4/+4
| | | (bzr r12039)
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-3/+4
| | | (bzr r11736)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-9/+6
| | | (bzr r11316)
* Warning cleanupJon A. Cruz2012-04-181-1/+2
| | | (bzr r11265)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-21/+22
| | | (bzr r11170)
* Header cleaningAlex Valavanis2012-02-121-1/+1
| | | (bzr r10963)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-1/+1
| | | (bzr r10897)
* cppcheckKris De Gussem2011-10-211-2/+2
| | | (bzr r10687)
* cppcheckKris De Gussem2011-10-181-1/+1
| | | (bzr r10681)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
| | | (bzr r10461)
* Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-171-5/+5
| | | (bzr r10112)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+4
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | LPE Knot: only consider closing line segment if its length is non-zeroJohan B. C. Engelen2010-10-281-14/+26
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/606859 (bzr r9862)
* | fix lpe knot for closed pathsJohan B. C. Engelen2010-10-281-14/+14
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/606859 (bzr r9860)