| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r10025)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
functionality
(bzr r8125)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6495)
|
| |
|
|
|
| |
canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects)
(bzr r6450)
|
| |
|
|
|
| |
more; instead, every parameter type can now return entities (and then forget about them)
(bzr r6446)
|
| |
|
| |
(bzr r6373)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r5823)
|
| |
|
|
|
| |
doesn't actually write to SVG but only returns a ready-to-write string
(bzr r5817)
|
| |
|
| |
(bzr r5816)
|
| |
|
|
|
|
|
| |
point lpe parameters. This function still needs to be implemented.
* put forward declarations in lpe parameters to decrease recompile times
(bzr r4888)
|
| |
|
|
|
| |
RegisteredWdg
(bzr r4521)
|
| |
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r4433)
|
| |
|
| |
(bzr r4369)
|
| |
|
|
|
| |
params to apply transform)
(bzr r4368)
|
| |
|
| |
(bzr r4025)
|
| |
|
| |
(bzr r4018)
|
| |
|
| |
(bzr r3968)
|
| |
|
| |
(bzr r3884)
|
| |
|
|
|
| |
when path effect errors due to 2geom exception.
(bzr r3748)
|
| |
|
| |
(bzr r3662)
|
| |
|
|
|
|
|
| |
- 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)
|
| |
|
| |
(bzr r3536)
|
| |
|
|
|
|
|
|
| |
* add default values for parameters
* remove text for LPE_INVALID
* update example for skel strokes
* clean a bit of the code
(bzr r3498)
|
|
|
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation)
(bzr r3472)
|