| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update cmake files & make function static. | Campbell Barton | 2012-10-22 | 1 | -1/+1 |
| | | | | (bzr r11821) | ||||
| * | powerstroke: fix stuff! (apparently commit didn't work yesterday) | Johan B. C. Engelen | 2012-10-10 | 1 | -68/+61 |
| | | | | (bzr r11774) | ||||
| * | UI consistency fix (pointed Bug #955060, comment #24). | Nicolas Dufour | 2012-10-09 | 1 | -1/+1 |
| | | | | (bzr r11768) | ||||
| * | powerstroke: arc extrp. corner case handling | Johan B. C. Engelen | 2012-10-07 | 1 | -7/+28 |
| | | | | (bzr r11751) | ||||
| * | powerstroke: arc extrapolate fix | Johan B. C. Engelen | 2012-10-07 | 1 | -3/+5 |
| | | | | (bzr r11748) | ||||
| * | powerstroke: add arc-extrapolation, but disable it for release | Johan B. C. Engelen | 2012-10-06 | 1 | -1/+140 |
| | | | | (bzr r11742) | ||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -8/+8 |
| | | | | (bzr r11736) | ||||
| * | Translations. Adding new LPE to the translation template, UI consistency ↵ | Nicolas Dufour | 2012-10-01 | 1 | -7/+7 |
| | | | | | | fixes and unstable tag removed. (bzr r11720) | ||||
| * | powerstroke: restrict the 'ray' values for ellipses that powerstroke can ↵ | Johan B. C. Engelen | 2012-04-28 | 1 | -0/+9 |
| | | | | | | generate. (bzr r11306) | ||||
| * | powerstroke: cautious fix. | Johan B. C. Engelen | 2012-04-25 | 1 | -2/+2 |
| | | | | (bzr r11296) | ||||
| * | powerstroke: add errorhandling for rounded corners. | Johan B. C. Engelen | 2012-04-25 | 1 | -1/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/986394 (bzr r11295) | ||||
| * | Loop index type cleanup | Jon A. Cruz | 2012-04-16 | 1 | -1/+1 |
| | | | | (bzr r11258) | ||||
| * | powerstroke: fix inside of corners. | Johan B. C. Engelen | 2012-04-15 | 1 | -50/+40 |
| | | | | (bzr r11254) | ||||
| * | powerstroke: more robust method of determining parameters at joins. should ↵ | Johan B. C. Engelen | 2012-04-14 | 1 | -71/+18 |
| | | | | | | fix some bugs. (may introduce new ones...) (bzr r11247) | ||||
| * | small 2geom update | Johan B. C. Engelen | 2012-04-13 | 1 | -15/+0 |
| | | | | (bzr r11239) | ||||
| * | fix potential issue with tangent calculation | Johan B. C. Engelen | 2012-04-10 | 1 | -6/+6 |
| | | | | (bzr r11211) | ||||
| * | powerstroke: fix line caps for end/start knots with no handle (1st deriv == 0) | Johan B. C. Engelen | 2012-04-07 | 1 | -4/+7 |
| | | | | (bzr r11178) | ||||
| * | powerstroke: previous and this commit fix extrapolated and miter join ↵ | Johan B. C. Engelen | 2012-04-07 | 1 | -1/+1 |
| | | | | | | | | behavior for negative widths (sorry, multitasking error...) (bzr r11177) | ||||
| * | complementary to rev11175 | Johan B. C. Engelen | 2012-04-07 | 1 | -1/+1 |
| | | | | (bzr r11176) | ||||
| * | powerstroke: use path's strokewidth on applying powerstroke effect | Johan B. C. Engelen | 2012-04-07 | 1 | -5/+16 |
| | | | | (bzr r11175) | ||||
| * | powerstroke: spiro join: more robust detection of tangent direction. fixes ↵ | Johan B. C. Engelen | 2012-03-24 | 1 | -5/+9 |
| | | | | | | incorrect rounding for some paths. (bzr r11129) | ||||
| * | powerstroke: add Spiro rounded join! (genius idea Jasper!) | Johan B. C. Engelen | 2012-03-24 | 1 | -7/+39 |
| | | | | (bzr r11128) | ||||
| * | powerstroke: correct naming of join parameter. breaks earlier created ↵ | Johan B. C. Engelen | 2012-03-23 | 1 | -27/+27 |
| | | | | | | powerstroke paths, sorry. hope it does not hurt too many testers... (bzr r11120) | ||||
| * | powerstroke: properly implement rounded joins. brain buster!! | Johan B. C. Engelen | 2012-03-21 | 1 | -12/+81 |
| | | | | (bzr r11111) | ||||
| * | powerstroke: - add miter size limit | Johan B. C. Engelen | 2012-03-08 | 1 | -20/+51 |
| | | | | | | - fix crash with groups (thought I already committed this?) (bzr r11064) | ||||
| * | powerstroke: add miter cusp type. improve tangent detection for cusps drawing | Johan B. C. Engelen | 2012-03-04 | 1 | -18/+77 |
| | | | | (bzr r11046) | ||||
| * | powerstroke: work on cusps, so people can play with it a bit. it is not done ↵ | Johan B. C. Engelen | 2012-02-26 | 1 | -13/+53 |
| | | | | | | | | yet ! so may change in future... (partial update to latest 2geom, for reflection transform) (bzr r11024) | ||||
| * | powerstroke: add new linecap type to have zero width at path start/end | Johan B. C. Engelen | 2012-01-17 | 1 | -10/+22 |
| | | | | (bzr r10901) | ||||
| * | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -1/+1 |
| | | | | | | add some const stuff (bzr r10900) | ||||
| * | Powerstroke: fix crashers | Johan B. C. Engelen | 2012-01-11 | 1 | -3/+9 |
| | | | | (bzr r10870) | ||||
| * | lpe: add slider to scalar param optionally (does not work very well yet) | Johan B. C. Engelen | 2011-11-09 | 1 | -0/+3 |
| | | | | (bzr r10735) | ||||
| * | Powerstroke: add smoothness parameter for CubicBezierJohan | Johan B. C. Engelen | 2011-11-08 | 1 | -0/+5 |
| | | | | (bzr r10733) | ||||
| * | split interpolator code from main powerstroke code | Johan B. C. Engelen | 2011-11-08 | 1 | -243/+1 |
| | | | | (bzr r10732) | ||||
| * | Powerstroke: adjust control points when adding or deleting knots, to try and ↵ | Johan B. C. Engelen | 2011-11-05 | 1 | -3/+8 |
| | | | | | | keep the shape a bit the same... (bzr r10728) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-21 | 1 | -1/+1 |
| | | | | (bzr r10687) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -3/+3 |
| | | | | (bzr r10660) | ||||
| * | PowerStroke: handle cusps in some way. properly bugged for all types but ↵ | Johan B. C. Engelen | 2011-09-29 | 1 | -206/+167 |
| | | | | | | "beveled" (bzr r10652) | ||||
| * | powerstroke: add bevel cusp. but it bugs closed paths. need to restructure... | Johan B. C. Engelen | 2011-09-24 | 1 | -21/+14 |
| | | | | (bzr r10646) | ||||
| * | restructure powerstroke LPE a bit in preparation for cusp fixup | Johan B. C. Engelen | 2011-09-22 | 1 | -183/+242 |
| | | | | (bzr r10645) | ||||
| * | LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug) | Johan B. C. Engelen | 2011-09-21 | 1 | -42/+129 |
| | | | | (bzr r10641) | ||||
| * | LPE PowerStroke: add linecap (let's see how well this behaves, it has some ↵ | Johan B. C. Engelen | 2011-06-26 | 1 | -15/+83 |
| | | | | | | bugs/features) (bzr r10373) | ||||
| * | powerstroke: apply interpolator combobox to closed paths too | Johan B. C. Engelen | 2011-03-21 | 1 | -3/+3 |
| | | | | (bzr r10123) | ||||
| * | add spiro interpolator to powerstroke | Johan B. C. Engelen | 2011-03-18 | 1 | -6/+159 |
| | | | | (bzr r10115) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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) | ||||
| * | 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 | 1 | -8/+11 |
| | | | | | | 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: sort point option | Johan B. C. Engelen | 2010-07-27 | 1 | -1/+13 |
| | | | | (bzr r9660) | ||||
