summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a small issue with Attach PathLiam P. White2014-04-291-0/+1
| | | (bzr r13090.1.69)
* Update to trunk and fix issuesLiam P. White2014-04-294-9/+7
|\ | | | | (bzr r13090.1.67)
* | correcting previous revisionLiam P. White2014-04-201-3/+7
| | | | | | (bzr r13090.1.65)
* | minor bugfixLiam P. White2014-04-201-1/+1
| | | | | | (bzr r13090.1.64)
* | Bug fixesLiam P. White2014-04-201-2/+2
| | | | | | (bzr r13090.1.63)
* | remove easter eggsLiam P. White2014-04-204-57/+119
| | | | | | (bzr r13090.1.62)
* | Move my path effects outside test effects (stable)Liam P. White2014-04-181-2/+3
| | | | | | (bzr r13090.1.61)
* | Update to trunkLiam P. White2014-04-181-15/+59
|\| | | | | (bzr r13090.1.60)
* | Semi-fix for Join type on closed pathsLiam P. White2014-04-171-33/+45
| | | | | | (bzr r13090.1.59)
* | Minor thingsLiam P. White2014-04-151-1/+2
| | | | | | (bzr r13090.1.58)
* | Nothing specialLiam P. White2014-04-131-22/+27
| | | | | | (bzr r13090.1.55)
* | Enable line capsLiam P. White2014-04-121-6/+24
| | | | | | (bzr r13090.1.54)
* | Fix memory leakLiam P. White2014-04-121-0/+3
| | | | | | (bzr r13090.1.53)
* | Fix triangles in joinsLiam P. White2014-04-122-38/+65
| | | | | | (bzr r13090.1.52)
* | Wonderful code optimizationsLiam P. White2014-04-123-192/+46
| | | | | | (bzr r13090.1.50)
* | Properly allow effect stacking with knotholders (and add extra LPE ↵Liam P. White2014-04-069-54/+74
| | | | | | | | | | functionality) (bzr r13090.1.48)
* | Begin first stage of resolving issue with duplicate knotsLiam P. White2014-04-042-1/+13
| | | | | | (bzr r13090.1.46)
* | Fix some minor issuesLiam P. White2014-04-031-21/+8
| | | | | | (bzr r13090.1.44)
* | Hopefully remove the last of the exception throwing with certain path effectsLiam P. White2014-04-021-10/+14
| | | | | | (bzr r13090.1.43)
* | Clean up codeLiam P. White2014-04-024-725/+765
| | | | | | (bzr r13090.1.42)
* | Fix some stuffLiam P. White2014-04-022-1/+12
| | | | | | (bzr r13090.1.41)
* | Update to trunkLiam P. White2014-04-012-3/+3
|\| | | | | (bzr r13090.1.39)
| * Removed some operator keywords.Markus Engel2014-03-302-3/+3
| | | | | | (bzr r13237)
* | Minor fixesLiam P. White2014-03-302-18/+65
| | | | | | (bzr r13090.1.37)
* | Fix build errors and a few small bugsLiam P. White2014-03-293-7/+24
| | | | | | (bzr r13090.1.36)
* | Update to trunkLiam P. White2014-03-282-45/+104
|\| | | | | | | | | Fix nearly every issue with Join Types and Taper Stroke (bzr r13090.1.34)
* | Small performance and bug fixesLiam P. White2014-03-272-70/+101
| | | | | | (bzr r13090.1.33)
* | Update to trunkLiam P. White2014-03-261-1/+1
|\| | | | | (bzr r13090.1.32)
* | Update to trunkLiam P. White2014-03-266-868/+511
|\| | | | | | | | | Massive cleanup of outlining code (bzr r13090.1.31)
| * powerstroke: fix bad coding bug!Johan B. C. Engelen2014-03-231-2/+1
| | | | | | (bzr r13188)
* | tiny bugfix for Taper StrokesLiam P. White2014-03-233-20/+68
| | | | | | (bzr r13090.1.30)
* | Fix a linker error ("static")Liam P. White2014-03-206-808/+997
| | | | | | | | | | (hopefully) Resolve compiler errors with GTK3+ (bzr r13090.1.28)
* | Fix a compiler error on WindowsLiam P. White2014-03-193-18/+16
| | | | | | (bzr r13090.1.27)
* | Added in new toy effect "Taper Strokes," readded a missing header file, bugfixesLiam P. White2014-03-187-6/+1434
| | | | | | (bzr r13090.1.25)
* | Reverted swatchesLiam P. White2014-03-126-821/+11
| | | | | | | | | | | | | | Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23)
* | Remove all trace of the Tags dialogLiam P. White2014-03-093-7/+7
| | | | | | | | | | | | Fixed Attach Path and Fill Between Many LPEs Enabled Gradient Meshes (bzr r13090.1.21)
* | Start cleanup for merge into trunkLiam P. White2014-03-076-13/+25
| | | | | | (bzr r13090.1.20)
* | Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-0227-24/+3037
|/ | | (bzr r13090.1.1)
* LPE strings consistency fix.Nicolas Dufour2014-01-192-3/+3
| | | (bzr r12957)
* update 2geom's copy to r2142Johan B. C. Engelen2014-01-121-2/+2
| | | (bzr r12921)
* LPE: rename function getHelperPaths --> getCanvasIndicators (the function is ↵Johan B. C. Engelen2014-01-122-14/+8
| | | | | not yet called by anyone, but the naming was confusing) (bzr r12920)
* lpe knot: code cleanup. mostly adding parens to if-statement predicates that ↵Johan B. C. Engelen2014-01-121-34/+37
| | | | | relied on operator precedence (bzr r12919)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-022-5/+7
| | | (bzr r12868)
* typoKris De Gussem2013-11-241-3/+3
| | | (bzr r12831)
* Moved and renamed some tool-related files.Markus Engel2013-11-093-3/+3
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-073-4/+4
| | | (bzr r12782)
* fix code (clang complains)Johan B. C. Engelen2013-11-051-2/+2
| | | (bzr r12778)
* UI message generalisationKris De Gussem2013-10-131-3/+3
| | | (bzr r12683)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-2/+2
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* C++Johan B. C. Engelen2013-10-043-3/+3
| | | (bzr r12660)