| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -3/+2 |
| | | | | (bzr r10826) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -2/+2 |
| | | | | (bzr r10766.1.1) | ||||
| * | 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) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | 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) | ||||
| * | Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵ | Maximilian Albert | 2009-06-21 | 1 | -0/+1 |
| | | | | | | functionality (bzr r8125) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+2 |
| | | | | (bzr r6891) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -2/+2 |
| | | | | (bzr r6495) | ||||
| * | Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵ | Maximilian Albert | 2008-07-29 | 1 | -0/+4 |
| | | | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450) | ||||
| * | LPE knotholder refactoring: PointParams are not knotholder entities any ↵ | Maximilian Albert | 2008-07-29 | 1 | -0/+3 |
| | | | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446) | ||||
| * | purge LivePathEffect::PathType | Johan B. C. Engelen | 2008-07-20 | 1 | -16/+0 |
| | | | | (bzr r6373) | ||||
| * | Make knotholders for LPE items finally work; each effect can now overload ↵ | Maximilian Albert | 2008-06-08 | 1 | -1/+2 |
| | | | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -2/+1 |
| | | | | (bzr r5823) | ||||
| * | Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵ | Maximilian Albert | 2008-06-05 | 1 | -2/+2 |
| | | | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817) | ||||
| * | Add paramType() method to LPE parameter classes | Maximilian Albert | 2008-06-05 | 1 | -0/+16 |
| | | | | (bzr r5816) | ||||
| * | * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -3/+6 |
| | | | | | | | | point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888) | ||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -1/+0 |
| | | | | | | RegisteredWdg (bzr r4521) | ||||
| * | prepare LPE parameter widgets to be owned by multiple dialogs, as it should be. | Johan B. C. Engelen | 2008-01-15 | 1 | -4/+5 |
| | | | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495) | ||||
| * | correctly transform LPE path and point parameters with the SPItem's transform | Johan B. C. Engelen | 2008-01-08 | 1 | -0/+2 |
| | | | | (bzr r4433) | ||||
| * | fix typo notepath => nodepath | Johan B. C. Engelen | 2008-01-02 | 1 | -1/+1 |
| | | | | (bzr r4369) | ||||
| * | make LPE parameters responsible for transformation (LPE cycles through its ↵ | Johan B. C. Engelen | 2008-01-02 | 1 | -0/+2 |
| | | | | | | params to apply transform) (bzr r4368) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -3/+14 |
| | | | | (bzr r4025) | ||||
| * | make setup_notepath function for LPE's and LPE parameters. | Johan B. C. Engelen | 2007-11-03 | 1 | -0/+5 |
| | | | | (bzr r4018) | ||||
| * | LPE: implement 'edit next LPE parameter'. Accessible through key '7'. | Johan B. C. Engelen | 2007-10-28 | 1 | -0/+7 |
| | | | | (bzr r3968) | ||||
| * | trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 1 | -108/+108 |
| | | | | (bzr r3884) | ||||
| * | change Y-scaling for curve stiching and path-along-path. add warning message ↵ | Johan B. C. Engelen | 2007-09-14 | 1 | -0/+5 |
| | | | | | | when path effect errors due to 2geom exception. (bzr r3748) | ||||
| * | LPE: add RandomParam type. | Johan B. C. Engelen | 2007-09-02 | 1 | -9/+10 |
| | | | | (bzr r3662) | ||||
| * | LPE: | Johan B. C. Engelen | 2007-08-29 | 1 | -6/+10 |
| | | | | | | | | - rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614) | ||||
| * | Add default value stuff for LPE parameters | Johan B. C. Engelen | 2007-08-19 | 1 | -1/+7 |
| | | | | (bzr r3536) | ||||
| * | Fix LPE: | Johan B. C. Engelen | 2007-08-17 | 1 | -5/+13 |
| | | | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -0/+84 |
| (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | |||||
