summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add commentJohan B. C. Engelen2010-05-301-0/+1
| | | (bzr r9459)
* reduce include dependenciesJohan B. C. Engelen2010-05-186-6/+9
| | | (bzr r9432)
* better fix for lpe stack forkingJohan B. C. Engelen2010-05-181-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431)
* lpe-knot: fix crashJohan B. C. Engelen2010-05-151-11/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/432523 (bzr r9421)
* fix bug when forking LPE stackJohan B. C. Engelen2010-05-141-4/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419)
* Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz2010-03-191-2/+2
| | | (bzr r9209)
* add Aaron and Michael as copyright holders of lpe-gears.cpp. Sorry I forgot ↵Johan B. C. Engelen2010-02-181-0/+2
| | | | | them :-( (bzr r9098)
* remove obsolete TODO comment that has been done alreadyJohan B. C. Engelen2010-02-141-1/+0
| | | (bzr r9086.1.2)
* add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen2010-02-142-17/+17
| | | (bzr r9086.1.1)
* improve LPE extrude such that cusps work for closed paths tooJohan B. C. Engelen2010-02-041-2/+12
| | | (bzr r9051)
* Fix some of the LPE issues.Krzysztof Kosi??ski2010-01-221-2/+2
| | | (bzr r9013)
* improve LPEExtrude: now connecting lines are also drawn at cuspsJohan B. C. Engelen2010-01-171-4/+44
| | | (bzr r8995)
* Warning cleanup.Jon A. Cruz2010-01-151-2/+2
| | | (bzr r8981)
* * Merge from trunkKrzysztof Kosi??ski2010-01-146-31/+32
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-1/+1
| | | | | | | | | | perspectives. (bzr r8910)
| * Warning cleanupJon A. Cruz2009-12-205-30/+31
| | | | | | (bzr r8895)
* | Remove remnants of old node toolKrzysztof Kosi??ski2009-12-247-10/+0
| | | | | | (bzr r8846.2.6)
* | Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-0810-45/+30
| | | | | | (bzr r8846.2.3)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-13/+3
|/ | | (bzr r8846.1.1)
* hopefully fix build on linuxJohan B. C. Engelen2009-11-241-0/+2
| | | (bzr r8843)
* decrease header depsJohan B. C. Engelen2009-11-235-1/+5
| | | (bzr r8842)
* decrease header dependenciesJohan B. C. Engelen2009-11-232-6/+11
| | | (bzr r8841)
* add LPE extrude. it's not finished yet!Johan B. C. Engelen2009-11-234-0/+203
| | | (bzr r8838)
* Patch by Johan to fix 365903.Josh Andler2009-10-081-2/+14
| | | (bzr r8748)
* Patch by Johan to fix crashing by undefined path parameters in 4 LPEsJosh Andler2009-10-054-2/+26
| | | (bzr r8723)
* Other patch by Johan to comment out a warning. Thanks Johan!Josh Andler2009-09-261-1/+1
| | | (bzr r8652)
* Fix by Johan for 436304.Josh Andler2009-09-261-5/+8
| | | (bzr r8651)
* textual patch from bug 408093bulia byak2009-09-062-16/+16
| | | (bzr r8563)
* patch by Alvin for 418798bulia byak2009-08-291-2/+4
| | | (bzr r8545)
* lpe-spiro: fix problem with rounding and very nearly zero closing line segmentsJohan B. C. Engelen2009-08-261-1/+3
| | | (bzr r8541)
* patch from 417179 by Alvinbulia byak2009-08-241-0/+1
| | | (bzr r8530)
* patch by Alvin Penner for bug 415079bulia byak2009-08-181-0/+2
| | | (bzr r8503)
* Deweirdification of user visible messages as proposed by TavAlexandre Prokoudine2009-08-111-4/+4
| | | (bzr r8468)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-064-10/+10
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8406)
* SPDocument->Documentjohnce2009-08-052-5/+5
| | | (bzr r8405)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* Small fix in ruler LPE: marks shouldn't have double length when they are ↵Maximilian Albert2009-06-211-0/+4
| | | | | applied on both sides (bzr r8126)
* Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵Maximilian Albert2009-06-213-8/+13
| | | | | functionality (bzr r8125)
* made ruler lpe "official" + restored a "unit" param and fixed end mark on ↵JF Barraud2009-06-053-5/+31
| | | | | closed path. (bzr r7997)
* call default setup_nodepath for lpe-spiro, to get correct color of the ↵Johan B. C. Engelen2009-06-021-0/+1
| | | | | helperpath (bzr r7974)
* make LPE-Interpolate "official"Johan B. C. Engelen2009-05-141-1/+1
| | | (bzr r7881)
* Minor correction in messageNicolas Dufour2009-05-071-1/+1
| | | (bzr r7835)
* remove the deactivate knotholder parameterbulia byak2009-05-072-8/+0
| | | (bzr r7833)
* * [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r2009-05-062-2/+2
| | | (bzr r7827)
* translator comments and minor string fixesIvan Mas??r2009-04-232-5/+6
| | | (bzr r7763)
* ok, restored construction lines! with a minimalist improvement of placement ↵JF Barraud2009-04-222-3/+56
| | | | | control... (bzr r7758)
* unhide lpe-sketch. removed "construction lines" feature of this effect + ↵JF Barraud2009-04-203-11/+33
| | | | | minor bug fix. (bzr r7743)
* add LPE recursive skeleton (experimental)Johan B. C. Engelen2009-04-125-0/+190
| | | (bzr r7692)
* override transform_multiply for patternalongpath to disable transform ↵Johan B. C. Engelen2009-04-122-0/+13
| | | | | forwarding to its parameters. (bzr r7691)