| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 28 | -104/+116 | |
| |\| | | | | | | | | (bzr r9508.1.70) | |||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 17 | -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-zero | Johan B. C. Engelen | 2010-10-28 | 1 | -14/+26 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/606859 (bzr r9862) | |||||
| | * | | fix lpe knot for closed paths | Johan B. C. Engelen | 2010-10-28 | 1 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/606859 (bzr r9860) | |||||
| | * | | UI fixes (a.o. Bug #560751 ) | Kris De Gussem | 2010-10-02 | 12 | -73/+73 | |
| | | | | | | | | | | (bzr r9807) | |||||
| | * | | Fix file permissions (Bug #314381). | Nicolas Dufour | 2010-08-30 | 2 | -0/+0 | |
| | | | | | | | | | | (bzr r9732) | |||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 14 | -40/+599 | |
| |\| | | | | | | | | (bzr r9508.1.52) | |||||
| | * | | powerstroke: add code that handles closed paths | Johan B. C. Engelen | 2010-07-31 | 1 | -27/+66 | |
| | | | | | | | | | | (bzr r9673) | |||||
| | * | | powerstroke: redefine meaning of offset point parameter values. now knots ↵ | Johan B. C. Engelen | 2010-07-30 | 3 | -17/+38 | |
| | | | | | | | | | | | | | | | | move with path (bzr r9672) | |||||
| | * | | powerstroke: add visually 'nice' interpolator, good enough for now | Johan B. C. Engelen | 2010-07-28 | 1 | -1/+23 | |
| | | | | | | | | | | (bzr r9669) | |||||
| | * | | powerstroke: code only, added bad interpolator | Johan B. C. Engelen | 2010-07-28 | 1 | -4/+45 | |
| | | | | | | | | | | (bzr r9668) | |||||
| | * | | powerstroke: fix terrible bug, clean up code, add interpolator framework | Johan B. C. Engelen | 2010-07-28 | 1 | -26/+52 | |
| | | | | | | | | | | (bzr r9667) | |||||
| | * | | powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object ↵ | Johan B. C. Engelen | 2010-07-28 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | after adding stroke knot (bzr r9666) | |||||
| | * | | powerstroke: sort point option | Johan B. C. Engelen | 2010-07-27 | 2 | -2/+15 | |
| | | | | | | | | | | (bzr r9660) | |||||
| | * | | powerstroke: arbitrary number of control points. | Johan B. C. Engelen | 2010-07-27 | 5 | -50/+39 | |
| | | | | | | | | | | (bzr r9659) | |||||
| | * | | commit missing files | Johan B. C. Engelen | 2010-07-27 | 2 | -0/+213 | |
| | | | | | | | | | | (bzr r9658) | |||||
| | * | | more powerstroke build infrastructure | Johan B. C. Engelen | 2010-07-26 | 5 | -40/+24 | |
| | | | | | | | | | | (bzr r9656) | |||||
| | * | | add powerstroke initial shot | Johan B. C. Engelen | 2010-07-26 | 6 | -0/+233 | |
| | | | | | | | | | | (bzr r9654) | |||||
| | * | | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 2 | -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 guides | Krzysztof Kosi??ski | 2010-08-05 | 9 | -25/+25 | |
| |/ | | | (bzr r9508.1.48) | |||||
| * | add comment | Johan B. C. Engelen | 2010-05-30 | 1 | -0/+1 | |
| | | | | (bzr r9459) | |||||
| * | reduce include dependencies | Johan B. C. Engelen | 2010-05-18 | 6 | -6/+9 | |
| | | | | (bzr r9432) | |||||
| * | better fix for lpe stack forking | Johan B. C. Engelen | 2010-05-18 | 1 | -0/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/578969 (bzr r9431) | |||||
| * | lpe-knot: fix crash | Johan B. C. Engelen | 2010-05-15 | 1 | -11/+13 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/432523 (bzr r9421) | |||||
| * | fix bug when forking LPE stack | Johan B. C. Engelen | 2010-05-14 | 1 | -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. Cruz | 2010-03-19 | 1 | -2/+2 | |
| | | | | (bzr r9209) | |||||
| * | add Aaron and Michael as copyright holders of lpe-gears.cpp. Sorry I forgot ↵ | Johan B. C. Engelen | 2010-02-18 | 1 | -0/+2 | |
| | | | | | | them :-( (bzr r9098) | |||||
| * | remove obsolete TODO comment that has been done already | Johan B. C. Engelen | 2010-02-14 | 1 | -1/+0 | |
| | | | | (bzr r9086.1.2) | |||||
| * | add widget controls for LPE VectorParam. Hide these controls for LPE Hatches. | Johan B. C. Engelen | 2010-02-14 | 2 | -17/+17 | |
| | | | | (bzr r9086.1.1) | |||||
| * | improve LPE extrude such that cusps work for closed paths too | Johan B. C. Engelen | 2010-02-04 | 1 | -2/+12 | |
| | | | | (bzr r9051) | |||||
| * | Fix some of the LPE issues. | Krzysztof Kosi??ski | 2010-01-22 | 1 | -2/+2 | |
| | | | | (bzr r9013) | |||||
| * | improve LPEExtrude: now connecting lines are also drawn at cusps | Johan B. C. Engelen | 2010-01-17 | 1 | -4/+44 | |
| | | | | (bzr r8995) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -2/+2 | |
| | | | | (bzr r8981) | |||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 6 | -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 Albert | 2009-12-26 | 1 | -1/+1 | |
| | | | | | | | | | | | perspectives. (bzr r8910) | |||||
| | * | Warning cleanup | Jon A. Cruz | 2009-12-20 | 5 | -30/+31 | |
| | | | | | | | (bzr r8895) | |||||
| * | | Remove remnants of old node tool | Krzysztof Kosi??ski | 2009-12-24 | 7 | -10/+0 | |
| | | | | | | | (bzr r8846.2.6) | |||||
| * | | Fix LPEs and break mask transform undo | Krzysztof Kosi??ski | 2009-12-08 | 10 | -45/+30 | |
| | | | | | | | (bzr r8846.2.3) | |||||
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -13/+3 | |
| |/ | | | (bzr r8846.1.1) | |||||
| * | hopefully fix build on linux | Johan B. C. Engelen | 2009-11-24 | 1 | -0/+2 | |
| | | | | (bzr r8843) | |||||
| * | decrease header deps | Johan B. C. Engelen | 2009-11-23 | 5 | -1/+5 | |
| | | | | (bzr r8842) | |||||
| * | decrease header dependencies | Johan B. C. Engelen | 2009-11-23 | 2 | -6/+11 | |
| | | | | (bzr r8841) | |||||
| * | add LPE extrude. it's not finished yet! | Johan B. C. Engelen | 2009-11-23 | 4 | -0/+203 | |
| | | | | (bzr r8838) | |||||
| * | Patch by Johan to fix 365903. | Josh Andler | 2009-10-08 | 1 | -2/+14 | |
| | | | | (bzr r8748) | |||||
| * | Patch by Johan to fix crashing by undefined path parameters in 4 LPEs | Josh Andler | 2009-10-05 | 4 | -2/+26 | |
| | | | | (bzr r8723) | |||||
| * | Other patch by Johan to comment out a warning. Thanks Johan! | Josh Andler | 2009-09-26 | 1 | -1/+1 | |
| | | | | (bzr r8652) | |||||
| * | Fix by Johan for 436304. | Josh Andler | 2009-09-26 | 1 | -5/+8 | |
| | | | | (bzr r8651) | |||||
| * | textual patch from bug 408093 | bulia byak | 2009-09-06 | 2 | -16/+16 | |
| | | | | (bzr r8563) | |||||
| * | patch by Alvin for 418798 | bulia byak | 2009-08-29 | 1 | -2/+4 | |
| | | | | (bzr r8545) | |||||
| * | lpe-spiro: fix problem with rounding and very nearly zero closing line segments | Johan B. C. Engelen | 2009-08-26 | 1 | -1/+3 | |
| | | | | (bzr r8541) | |||||
