summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update cmake files & make function static.Campbell Barton2012-10-221-1/+1
| | | (bzr r11821)
* UI uniformisationKris De Gussem2012-10-2112-38/+38
| | | (bzr r11817)
* Do not show console debug messages for dynastroke lpeKris De Gussem2012-10-201-17/+17
| | | (bzr r11813)
* UI uniformisationKris De Gussem2012-10-202-11/+11
| | | (bzr r11811)
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-1411-36/+36
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* Don't try to set infinite bounds on SpinButtons in LPE ScalarAlex Valavanis2012-10-141-2/+2
| | | (bzr r11794)
* powerstroke: fix stuff! (apparently commit didn't work yesterday)Johan B. C. Engelen2012-10-101-68/+61
| | | (bzr r11774)
* UI consistency fix (pointed Bug #955060, comment #24).Nicolas Dufour2012-10-091-1/+1
| | | (bzr r11768)
* powerstroke: arc extrp. corner case handlingJohan B. C. Engelen2012-10-071-7/+28
| | | (bzr r11751)
* powerstroke: arc extrapolate fixJohan B. C. Engelen2012-10-071-3/+5
| | | (bzr r11748)
* powerstroke: add arc-extrapolation, but disable it for releaseJohan B. C. Engelen2012-10-061-1/+140
| | | (bzr r11742)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-045-18/+20
| | | (bzr r11736)
* Translations. Adding new LPE to the translation template, UI consistency ↵Nicolas Dufour2012-10-012-10/+10
| | | | | fixes and unstable tag removed. (bzr r11720)
* Warnings cleanup (see Bug #1034663).Nicolas Dufour2012-08-091-1/+1
| | | (bzr r11602)
* Fix missing glibmm headerAlex Valavanis2012-06-211-0/+2
| | | (bzr r11510)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-1733-51/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-1731-0/+64
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* probably this was intendedKris De Gussem2012-06-071-1/+1
| | | (bzr r11466)
* Fixing warnings.Jon A. Cruz2012-05-251-2/+2
| | | (bzr r11414)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-0310-65/+44
| | | (bzr r11316)
* powerstroke: restrict the 'ray' values for ellipses that powerstroke can ↵Johan B. C. Engelen2012-04-281-0/+9
| | | | | generate. (bzr r11306)
* powerstroke: cautious fix.Johan B. C. Engelen2012-04-251-2/+2
| | | (bzr r11296)
* powerstroke: add errorhandling for rounded corners.Johan B. C. Engelen2012-04-251-1/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/986394 (bzr r11295)
* Warning cleanupJon A. Cruz2012-04-182-5/+6
| | | (bzr r11265)
* Loop index type cleanupJon A. Cruz2012-04-161-1/+1
| | | (bzr r11258)
* powerstroke: fix inside of corners.Johan B. C. Engelen2012-04-151-50/+40
| | | (bzr r11254)
* powerstroke: more robust method of determining parameters at joins. should ↵Johan B. C. Engelen2012-04-141-71/+18
| | | | | fix some bugs. (may introduce new ones...) (bzr r11247)
* small 2geom updateJohan B. C. Engelen2012-04-131-15/+0
| | | (bzr r11239)
* fix potential issue with tangent calculationJohan B. C. Engelen2012-04-101-6/+6
| | | (bzr r11211)
* powerstroke: remove the need to reload the node tool when adding/deleting ↵Johan B. C. Engelen2012-04-101-12/+33
| | | | | control width knots (bzr r11210)
* small cleanupJohan B. C. Engelen2012-04-101-2/+0
| | | (bzr r11209)
* clone original path lpe: add boilerplate code to allow to compensate for ↵Johan B. C. Engelen2012-04-084-0/+23
| | | | | linked path movement. but it should be worked out how the actual compensation should be written to SVG. don't want to add something to the cloneLPE SVG syntax in a haste (bzr r11188)
* fix inclusion.Johan B. C. Engelen2012-04-081-1/+1
| | | (bzr r11187)
* powerstroke parameter small fixJohan B. C. Engelen2012-04-081-3/+6
| | | (bzr r11183)
* powerstroke: fix line caps for end/start knots with no handle (1st deriv == 0)Johan B. C. Engelen2012-04-071-4/+7
| | | (bzr r11178)
* powerstroke: previous and this commit fix extrapolated and miter join ↵Johan B. C. Engelen2012-04-071-1/+1
| | | | | | | behavior for negative widths (sorry, multitasking error...) (bzr r11177)
* complementary to rev11175Johan B. C. Engelen2012-04-071-1/+1
| | | (bzr r11176)
* powerstroke: use path's strokewidth on applying powerstroke effectJohan B. C. Engelen2012-04-071-5/+16
| | | (bzr r11175)
* gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen2012-04-073-1/+11
| | | (bzr r11173)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-0718-225/+255
| | | (bzr r11170)
* powerstrokepointarray : add todo comment. do not derive from ↵Johan B. C. Engelen2012-04-071-1/+6
| | | | | LPEKnotHolderEntity. (bzr r11169)
* the knotholders for LPE parameters should not derive from ↵Johan B. C. Engelen2012-04-072-3/+3
| | | | | LPEKnotHolderEntity as this prevents deletion (bzr r11168)
* powerstroke: spiro join: more robust detection of tangent direction. fixes ↵Johan B. C. Engelen2012-03-241-5/+9
| | | | | incorrect rounding for some paths. (bzr r11129)
* powerstroke: add Spiro rounded join! (genius idea Jasper!)Johan B. C. Engelen2012-03-241-7/+39
| | | (bzr r11128)
* final cleanup of spiro?Johan B. C. Engelen2012-03-232-6/+127
| | | (bzr r11124)
* cleanup spiro codeJohan B. C. Engelen2012-03-238-194/+124
| | | (bzr r11123)
* more spiro cleanupJohan B. C. Engelen2012-03-237-87/+6
| | | (bzr r11122)
* clean up spiro codeJohan B. C. Engelen2012-03-235-88/+146
| | | (bzr r11121)
* powerstroke: correct naming of join parameter. breaks earlier created ↵Johan B. C. Engelen2012-03-232-28/+28
| | | | | powerstroke paths, sorry. hope it does not hurt too many testers... (bzr r11120)
* powerstroke: properly implement rounded joins. brain buster!!Johan B. C. Engelen2012-03-211-12/+81
| | | (bzr r11111)