summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen2011-04-011-21/+54
* Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, B...Nicolas Dufour2011-03-171-5/+2
* Allow for item groups in marker definitions when calculating the path outline.Johan B. C. Engelen2011-03-121-11/+30
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-58/+64
* update to latest 2geom !Johan B. C. Engelen2011-02-021-24/+24
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-57/+61
|\
| * SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public2010-07-141-8/+8
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-2/+5
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-7/+7
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-19/+19
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen2010-10-231-0/+8
* | fix bug where bbox is calculated wrong for paths with markers when the path h...Johan B. C. Engelen2010-08-291-8/+7
|/
* * improve boundingbox calculation: include strokecaps.Johan B. C. Engelen2010-04-101-0/+244
* Patch for 456148 by JohanJosh Andler2009-11-081-22/+44
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* fix simplify, combine, break for LPE pathsbulia byak2009-03-291-3/+3
* Allow path exclusion to work on an arbitrary number of paths. Fixes bug Krzysztof Kosi??ski2009-02-261-5/+4
* make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen2009-01-021-34/+40
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-9/+9
* fix bug #166937 (with viewBox, simplify oversimplifies)Thomas Holder2008-12-191-0/+3
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-5/+5
* Merge from fe-movedTed Gould2008-11-211-2/+2
* From trunkTed Gould2008-10-271-66/+68
* Merging from trunkTed Gould2008-10-111-2/+2
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-13/+14
* remove unused include files and methodsJohan B. C. Engelen2008-08-311-64/+0
* Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller2008-08-241-7/+50
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-60/+48
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-081-3/+12
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-5/+5
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-3/+3
* Refactoring the object-snapper to use 2geom pathsDiederik van Lierop2008-08-031-48/+25
* convert path to linears and cubics only before creating outline. (workaround ...Johan B. C. Engelen2008-08-031-2/+9
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-4/+1
* fix 253915: do not use style attr, only SPStylebulia byak2008-08-011-26/+12
* Implement snapping of clipping paths and masksDiederik van Lierop2008-07-211-10/+12
* remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen2008-07-161-1/+3
* convert item to livarot path using 2geom pathJohan B. C. Engelen2008-07-071-6/+5
* 2geomify marker code in stroke-to-pathJohan B. C. Engelen2008-07-071-25/+58
* create pathvector_for_curve method.Johan B. C. Engelen2008-07-041-1/+22
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-4/+4
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-12/+10
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-0/+4
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-10/+10
* Fixed undo for eraser to be a single stepJon A. Cruz2008-04-271-0/+6
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-2/+2
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-081-2/+2