summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge from trunkKrzysztof Kosi??ski2010-11-2528-104/+116
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1717-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-0212-73/+73
| | | | | | | | | (bzr r9807)
| * | Fix file permissions (Bug #314381).Nicolas Dufour2010-08-302-0/+0
| | | | | | | | | (bzr r9732)
* | | merge from trunkKrzysztof Kosi??ski2010-08-0814-40/+599
|\| | | | | | | | (bzr r9508.1.52)
| * | powerstroke: add code that handles closed pathsJohan B. C. Engelen2010-07-311-27/+66
| | | | | | | | | (bzr r9673)
| * | powerstroke: redefine meaning of offset point parameter values. now knots ↵Johan B. C. Engelen2010-07-303-17/+38
| | | | | | | | | | | | | | | move with path (bzr r9672)
| * | powerstroke: add visually 'nice' interpolator, good enough for nowJohan B. C. Engelen2010-07-281-1/+23
| | | | | | | | | (bzr r9669)
| * | powerstroke: code only, added bad interpolatorJohan B. C. Engelen2010-07-281-4/+45
| | | | | | | | | (bzr r9668)
| * | powerstroke: fix terrible bug, clean up code, add interpolator frameworkJohan B. C. Engelen2010-07-281-26/+52
| | | | | | | | | (bzr r9667)
| * | powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object ↵Johan B. C. Engelen2010-07-281-1/+9
| | | | | | | | | | | | | | | after adding stroke knot (bzr r9666)
| * | powerstroke: sort point optionJohan B. C. Engelen2010-07-272-2/+15
| | | | | | | | | (bzr r9660)
| * | powerstroke: arbitrary number of control points.Johan B. C. Engelen2010-07-275-50/+39
| | | | | | | | | (bzr r9659)
| * | commit missing filesJohan B. C. Engelen2010-07-272-0/+213
| | | | | | | | | (bzr r9658)
| * | more powerstroke build infrastructureJohan B. C. Engelen2010-07-265-40/+24
| | | | | | | | | (bzr r9656)
| * | add powerstroke initial shotJohan B. C. Engelen2010-07-266-0/+233
| | | | | | | | | (bzr r9654)
| * | - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-122-36/+6
| |/ | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
* / Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-059-25/+25
|/ | | (bzr r9508.1.48)
* 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)