summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix a couple of g++-4.3 compile errors.Peter Moulder2008-04-241-0/+2
| | | (bzr r5503)
* Set concatenate_before_pwd2 = true in perspective path LPE so that paths ↵Maximilian Albert2008-04-151-0/+2
| | | | | don't get split into their subpaths (which gives weird results especially with text) (bzr r5452)
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-156-87/+102
| | | | | - Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code. (bzr r5448)
* cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-141-2/+0
| | | (bzr r5444)
* use sp_nodepath_make_straight_path in LPE VonKochJohan B. C. Engelen2008-04-141-1/+2
| | | (bzr r5443)
* don't override helperpath preference setting per default in LPE::Effect.Johan B. C. Engelen2008-04-141-1/+0
| | | (bzr r5441)
* suppress helperpath and handles showing for LPESpiroJohan B. C. Engelen2008-04-141-1/+4
| | | (bzr r5439)
* use sp_nodepath_make_straight_path in LPEGearsJohan B. C. Engelen2008-04-141-1/+1
| | | (bzr r5438)
* whitespace + commentJohan B. C. Engelen2008-04-141-20/+18
| | | (bzr r5437)
* please dont forget to update Makefile_insert\!bulia byak2008-04-141-2/+0
| | | (bzr r5434)
* suppress helperpath display for spirobulia byak2008-04-142-0/+6
| | | (bzr r5432)
* C++-ify initialization of Effect classJohan B. C. Engelen2008-04-131-3/+3
| | | (bzr r5431)
* C++-ify initialization of Parameter and ScalarParam classesJohan B. C. Engelen2008-04-131-15/+15
| | | (bzr r5430)
* fix typoJohan B. C. Engelen2008-04-131-1/+0
| | | (bzr r5429)
* now with 2geom's arc implem. : accept pasting ellipse path params.Johan B. C. Engelen2008-04-131-13/+6
| | | (bzr r5428)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-1310-456/+8
| | | (bzr r5427)
* remove split_at_discontinuities from LPE code, because it has been moved to ↵Johan B. C. Engelen2008-04-132-46/+1
| | | | | 2geom. (bzr r5419)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-122-3/+3
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-1210-0/+1430
| | | (bzr r5409)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-102-5/+1
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-0924-35/+35
| | | (bzr r5394)
* change to c++ style casts in Effect::NewJohan B. C. Engelen2008-04-091-12/+11
| | | (bzr r5393)
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-093-20/+38
| | | (bzr r5392)
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-086-42/+42
| | | (bzr r5386)
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-086-25/+24
| | | (bzr r5385)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-20/+20
| | | (bzr r5379)
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-051-0/+5
| | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348)
* New LPE: Perspective pathsMaximilian Albert2008-04-025-1/+210
| | | (bzr r5310)
* Make BoolParam usable in boolean expressions directlyMaximilian Albert2008-04-021-0/+3
| | | (bzr r5309)
* Increase precision for circle LPE so that the output is actually a circle :)Maximilian Albert2008-04-021-14/+11
| | | (bzr r5308)
* lpe-skeletal-stroke: fixed bug #204046 (skeleton having more than one ↵JF Barraud2008-04-011-70/+97
| | | | | subpath) and repartition of construction lines. (bzr r5302)
* New LPE: Circle (with center at the first point and passing through the last ↵Maximilian Albert2008-03-305-2/+168
| | | | | | | point of the original path). This is just a proof-of-concept implementation for my tech drawing proposal for GSoC '08. (bzr r5237)
* add CMakeLists.txt files for live_effectsJohan B. C. Engelen2008-03-292-0/+56
| | | (bzr r5233)
* svn propset svn:eol-style native **/todo.txtPeter Moulder2008-03-292-16/+16
| | | (bzr r5230)
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, ↵Peter Moulder2008-03-293-314/+314
| | | | | packaging/macosx/native-gtk/*, src/dom/**). (bzr r5227)
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-282-2/+17
| | | | | fix ClipboardManager to construct the svgd from pathvector instead of obtaining the string from PathParam which can be a href instead of svgd (bzr r5222)
* and two more files that were missed in lpe-group commitJohan B. C. Engelen2008-03-282-0/+116
| | | (bzr r5221)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-285-21/+98
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-275-20/+264
| | | (bzr r5209)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-261-24/+17
| | | (bzr r5190)
* Corrected initialization orderJon A. Cruz2008-03-241-1/+1
| | | (bzr r5185)
* prepare PathParam for linking to other objectJohan B. C. Engelen2008-03-232-21/+29
| | | (bzr r5180)
* set primary path storage to vector<path> in lpe-PathParam. only convert to ↵Johan B. C. Engelen2008-03-232-17/+61
| | | | | pwd2 when needed. (bzr r5179)
* return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2008-03-232-2/+2
| | | (bzr r5177)
* remove multiple inheritance from lpe PathParam. since it is often desired to ↵Johan B. C. Engelen2008-03-236-17/+40
| | | | | get the path not as pw< d2<> >, but also as geom::path or maybe as dw< pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects) (bzr r5176)
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-221-8/+8
| | | (bzr r5171)
* fix fileJohan B. C. Engelen2008-03-221-204/+0
| | | (bzr r5166)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-222-2/+206
| | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165)
* Line-end fixupsJon A. Cruz2008-03-222-275/+275
| | | (bzr r5161)
* temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen2008-03-211-1/+1
| | | (bzr r5153)