summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerstroke: properly implement rounded joins. brain buster!!Johan B. C. Engelen2012-03-211-12/+81
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-122-2/+1
* powerstroke: - add miter size limitJohan B. C. Engelen2012-03-081-20/+51
* powerstroke: add miter cusp type. improve tangent detection for cusps drawingJohan B. C. Engelen2012-03-042-18/+78
* cppcheckKris De Gussem2012-02-291-2/+0
* powerstroke: work on cusps, so people can play with it a bit. it is not done ...Johan B. C. Engelen2012-02-261-13/+53
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-2612-43/+37
* some clean upJohan B. C. Engelen2012-02-191-16/+5
* Header cleaningAlex Valavanis2012-02-126-5/+6
* add missing files in cmakeCampbell Barton2012-02-081-0/+3
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-068-8/+3
* add tooltip for powerstroke control pointsJohan B. C. Engelen2012-01-182-8/+5
* select referred path when pressing shift+d (select original) for a path with ...Johan B. C. Engelen2012-01-181-1/+2
* powerstroke: add new linecap type to have zero width at path start/endJohan B. C. Engelen2012-01-171-10/+22
* add underscores to some member variables.Johan B. C. Engelen2012-01-174-4/+4
* more header cleanupJohan B. C. Engelen2012-01-171-12/+7
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-173-3/+3
* change pencil tool dropdown shapes to use powerstroke, instead of pattern alo...Johan B. C. Engelen2012-01-171-1/+2
* proper forward declJohan B. C. Engelen2012-01-161-2/+1
* LPE: originalpath parameters: implement select original buttonJohan B. C. Engelen2012-01-121-1/+11
* LPE: add new LPE that outputs the original path data. used to make a clone (w...Johan B. C. Engelen2012-01-1211-1/+274
* Powerstroke: fix crashersJohan B. C. Engelen2012-01-111-3/+9
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-041-5/+3
* Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-031-1/+4
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-0322-44/+31
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop2012-01-011-3/+5
* mixed usage of class and struct for same objectKris De Gussem2011-12-112-8/+8
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-088-8/+8
* lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-093-1/+11
* Powerstroke: add smoothness parameter for CubicBezierJohanJohan B. C. Engelen2011-11-083-0/+10
* split interpolator code from main powerstroke codeJohan B. C. Engelen2011-11-084-243/+279
* Powerstroke: adjust control points when adding or deleting knots, to try and ...Johan B. C. Engelen2011-11-054-5/+50
* Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing on-can...Johan B. C. Engelen2011-11-041-8/+30
* reduce scope of some variablesJohan B. C. Engelen2011-11-041-11/+9
* fix order of checks.Johan B. C. Engelen2011-10-281-1/+4
* cppcheckKris De Gussem2011-10-215-8/+8
* cppcheckKris De Gussem2011-10-183-7/+8
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-052-2/+0
* Doxygen cleanup.Jon A. Cruz2011-10-039-29/+30
* add PowerStroke to the normally visible LPEs, but with 'unstable!' warningJohan B. C. Engelen2011-09-291-2/+2
* PowerStroke: handle cusps in some way. properly bugged for all types but "bev...Johan B. C. Engelen2011-09-292-216/+167
* powerstroke: add bevel cusp. but it bugs closed paths. need to restructure...Johan B. C. Engelen2011-09-241-21/+14
* restructure powerstroke LPE a bit in preparation for cusp fixupJohan B. C. Engelen2011-09-222-184/+253
* LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug)Johan B. C. Engelen2011-09-212-43/+132
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-274-4/+0
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-274-6/+8
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-172-2/+2
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-164-10/+6
* Merge from trunkKrzysztof Kosi??ski2011-07-063-17/+87
|\
| * added missing headerCampbell Barton2011-07-021-0/+1