summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Get rid of get_bpath() in lpe-tangent_to_curve.cppMaximilian Albert2008-06-101-3/+2
| | | (bzr r5874)
* Don't convert path to straight line for LPE perpendicular bisectorMaximilian Albert2008-06-101-0/+2
| | | (bzr r5873)
* Make broken doOnApply() for LPEs work againMaximilian Albert2008-06-101-0/+2
| | | (bzr r5872)
* Remove debugging messagesMaximilian Albert2008-06-101-5/+0
| | | (bzr r5871)
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-107-42/+26
| | | (bzr r5870)
* fix compileFelipe Corr??a da Silva Sanches2008-06-101-2/+2
| | | | | johan had forgotten to include a header (bzr r5869)
* updated slightlyBob Jamison2008-06-092-40/+41
| | | (bzr r5868)
* better compilation for linuxBob Jamison2008-06-091-148/+71
| | | (bzr r5867)
* remove filters verb and commandbulia byak2008-06-095-4/+44
| | | (bzr r5866)
* add selmodified connection to force dialog update on undobulia byak2008-06-092-5/+16
| | | (bzr r5865)
* renaming, adding missed ones to the listbulia byak2008-06-094-3/+6
| | | (bzr r5864)
* Fix include in sp-filter.cpp NR:filter issueJoshua L. Blocher2008-06-092-1/+2
| | | (bzr r5863)
* force single single document over a node's lifetimeMenTaLguY2008-06-083-2/+6
| | | (bzr r5862)
* plumb document references a little deeper inMenTaLguY2008-06-0811-35/+53
| | | (bzr r5861)
* Add option to either suppress path flash for items with LPE (e.g., spiro ↵Maximilian Albert2008-06-086-29/+88
| | | | | splines use this) or display it permanently while the item is selected. (bzr r5860)
* simplify code that puts anchors at start and end of paths in draw context.Johan B. C. Engelen2008-06-081-6/+3
| | | (bzr r5859)
* add method to retrieve first and last path of SPCurve, fix error.Johan B. C. Engelen2008-06-082-4/+36
| | | (bzr r5858)
* Re-add two handles for PerpBisector LPE (we don't add the other two because ↵Maximilian Albert2008-06-085-45/+100
| | | | | | | they would duplicate the path's own handles and the correct solution would be to allow knotholders and nodepaths at the same time). Put the KnotHolderEntity classes into their own namespaces to avoid clashes. (bzr r5857)
* Better way to add LPE knotholder handles; now it happens semi-automatically ↵Maximilian Albert2008-06-086-68/+70
| | | | | in a similar way as adding LPE parameters. (bzr r5856)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-0814-128/+260
| | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855)
* Add 'Mode' label and icon for regular Bezier mode in pen/pencil toolbarMaximilian Albert2008-06-082-22/+108
| | | (bzr r5854)
* Patch from sas for LP #231690 (crash when combining two paths)Maximilian Albert2008-06-081-5/+5
| | | (bzr r5853)
* Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)Maximilian Albert2008-06-081-1/+0
| | | (bzr r5852)
* use feed_pathvector_to_cairo in display/nr-svgfonts.cppJohan B. C. Engelen2008-06-081-12/+18
| | | (bzr r5851)
* use feed_pathvector_to_cairo in display/nr-arena-shape.cppJohan B. C. Engelen2008-06-081-3/+4
| | | (bzr r5850)
* add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen2008-06-082-6/+120
| | | (bzr r5849)
* add conversion from NR::Rect to Geom::RectJohan B. C. Engelen2008-06-081-2/+4
| | | (bzr r5848)
* Warning cleanupJon A. Cruz2008-06-071-6/+14
| | | (bzr r5847)
* ellipses and groups now use 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-062-17/+7
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5846)
* for sppath, use 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-24/+9
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5845)
* for spirals, use 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-26/+16
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5844)
* for sp-star.cpp, start using 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-8/+3
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (completed) (bzr r5843)
* for sp-offset.cpp and sp-star.cpp, start using 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-062-5/+5
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5842)
* for path-chemistry.cpp, start using 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-4/+4
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5841)
* for nodepath, start using 2geompath for svg_write: ↵Johan B. C. Engelen2008-06-061-3/+3
| | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5840)
* spdc_flush_white(SPDrawContext *dc, SPCurve *gc) now uses ↵Johan B. C. Engelen2008-06-061-1/+1
| | | | | curve->get_pathvector instead of get_bpath. (bzr r5839)
* spcc_flush_white(SPConnectorContext *cc, SPCurve *gc) now uses ↵Johan B. C. Engelen2008-06-061-1/+1
| | | | | curve->get_pathvector instead of get_bpath. (bzr r5838)
* add comments to SPCurve about 2geomify status of functionsJohan B. C. Engelen2008-06-061-1/+8
| | | (bzr r5837)
* box3d_side_write now uses curve->get_pathvector instead of get_bpath.Johan B. C. Engelen2008-06-061-5/+1
| | | (bzr r5836)
* disable SPCurve path checking per default as it decreases performance by a lot.Johan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5835)
* - enable path checking for SPCurveJohan B. C. Engelen2008-06-061-5/+14
| | | | | - make SPCurve::transform safe to work on both pathv and bpath (bzr r5834)
* rollup of buildtool/unix work. compiles and links inkscapeBob Jamison2008-06-062-3/+688
| | | (bzr r5833)
* finally debugged. read() on a pipe has different results on different ↵Bob Jamison2008-06-061-4/+2
| | | | | boxes. sorry about the many commits (bzr r5832)
* rewrite pipe reading to avoid deadlockBob Jamison2008-06-061-15/+39
| | | (bzr r5831)
* rewrite pipe reading to avoid deadlockBob Jamison2008-06-061-15/+18
| | | (bzr r5830)
* Removing cast and replacing with a proper definition.Ted Gould2008-06-062-3/+3
| | | (bzr r5829)
* allow compiling on g++ 4.3+Bob Jamison2008-06-061-0/+1
| | | (bzr r5828)
* minor typo in comparisonBob Jamison2008-06-061-1/+1
| | | (bzr r5827)
* remove const assignment errorBob Jamison2008-06-061-1/+1
| | | (bzr r5826)
* Fixed uninitialized membersJon A. Cruz2008-06-061-4/+9
| | | (bzr r5825)