summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-122-2/+1
| | | (bzr r11070)
* powerstroke: - add miter size limitJohan B. C. Engelen2012-03-081-20/+51
| | | | | - fix crash with groups (thought I already committed this?) (bzr r11064)
* powerstroke: add miter cusp type. improve tangent detection for cusps drawingJohan B. C. Engelen2012-03-042-18/+78
| | | (bzr r11046)
* cppcheckKris De Gussem2012-02-291-2/+0
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* powerstroke: work on cusps, so people can play with it a bit. it is not done ↵Johan B. C. Engelen2012-02-261-13/+53
| | | | | | | yet ! so may change in future... (partial update to latest 2geom, for reflection transform) (bzr r11024)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-2612-43/+37
| | | (bzr r11018)
* some clean upJohan B. C. Engelen2012-02-191-16/+5
| | | (bzr r10999)
* Header cleaningAlex Valavanis2012-02-126-5/+6
| | | (bzr r10963)
* add missing files in cmakeCampbell Barton2012-02-081-0/+3
| | | (bzr r10949)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-068-8/+3
| | | (bzr r10940)
* add tooltip for powerstroke control pointsJohan B. C. Engelen2012-01-182-8/+5
| | | (bzr r10906)
* select referred path when pressing shift+d (select original) for a path with ↵Johan B. C. Engelen2012-01-181-1/+2
| | | | | Clone original LPE (bzr r10905)
* powerstroke: add new linecap type to have zero width at path start/endJohan B. C. Engelen2012-01-171-10/+22
| | | (bzr r10901)
* add underscores to some member variables.Johan B. C. Engelen2012-01-174-4/+4
| | | | | add some const stuff (bzr r10900)
* more header cleanupJohan B. C. Engelen2012-01-171-12/+7
| | | (bzr r10898)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-173-3/+3
| | | (bzr r10897)
* change pencil tool dropdown shapes to use powerstroke, instead of pattern ↵Johan B. C. Engelen2012-01-171-1/+2
| | | | | along path. (bzr r10896)
* proper forward declJohan B. C. Engelen2012-01-161-2/+1
| | | (bzr r10894)
* LPE: originalpath parameters: implement select original buttonJohan B. C. Engelen2012-01-121-1/+11
| | | (bzr r10875)
* LPE: add new LPE that outputs the original path data. used to make a clone ↵Johan B. C. Engelen2012-01-1211-1/+274
| | | | | (without LPE) of a path with an LPE applied (bzr r10874)
* Powerstroke: fix crashersJohan B. C. Engelen2012-01-111-3/+9
| | | (bzr r10870)
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-041-5/+3
| | | (bzr r10841)
* Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-031-1/+4
| | | (bzr r10828)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-0322-44/+31
| | | (bzr r10826)
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop2012-01-011-3/+5
| | | | | | | variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816)
* mixed usage of class and struct for same objectKris De Gussem2011-12-112-8/+8
| | | (bzr r10766.1.1)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-088-8/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-093-1/+11
| | | (bzr r10735)
* Powerstroke: add smoothness parameter for CubicBezierJohanJohan B. C. Engelen2011-11-083-0/+10
| | | (bzr r10733)
* split interpolator code from main powerstroke codeJohan B. C. Engelen2011-11-084-243/+279
| | | (bzr r10732)
* Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen2011-11-054-5/+50
| | | | | keep the shape a bit the same... (bzr r10728)