summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-05visual bbox minimum width (Bug 1094802)Alvin Penner1-2/+2
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-2/+2
2012-02-23avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)Alvin Penner1-26/+22
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-6/+6
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-1/+1
2012-01-08Warning and uninitialized variable cleanup.Jon A. Cruz1-34/+22
2012-01-04for bbox calculation, disable call to Path::Coalesce (Bug 906952)Alvin Penner1-3/+7
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-2/+2
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-2/+2
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-05-01Fix crashes on empty marker definitions.Johan B. C. Engelen1-1/+6
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen1-3/+3
2011-04-01add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen1-21/+54
2011-03-17Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, B...Nicolas Dufour1-5/+2
2011-03-12Allow for item groups in marker definitions when calculating the path outline.Johan B. C. Engelen1-11/+30
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-58/+64
2011-02-02update to latest 2geom !Johan B. C. Engelen1-24/+24
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-23Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen1-0/+8
2010-08-29fix bug where bbox is calculated wrong for paths with markers when the path h...Johan B. C. Engelen1-8/+7
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-1/+0
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-8/+8
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-2/+5
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-7/+7
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-19/+19
2010-04-10* improve boundingbox calculation: include strokecaps.Johan B. C. Engelen1-0/+244
2009-11-08Patch for 456148 by JohanJosh Andler1-22/+44
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-03-29fix simplify, combine, break for LPE pathsbulia byak1-3/+3
2009-02-26Allow path exclusion to work on an arbitrary number of paths. Fixes bug Krzysztof Kosi??ski1-5/+4
2009-01-02make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen1-34/+40
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-9/+9
2008-12-19fix bug #166937 (with viewBox, simplify oversimplifies)Thomas Holder1-0/+3
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-5/+5
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-66/+68
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-13/+14
2008-08-31remove unused include files and methodsJohan B. C. Engelen1-64/+0
2008-08-24Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller1-7/+50
2008-08-15Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert1-60/+48
2008-08-08fix marker behavior for moveto-only pathsJohan B. C. Engelen1-3/+12
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-5/+5
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-3/+3
2008-08-03Refactoring the object-snapper to use 2geom pathsDiederik van Lierop1-48/+25
2008-08-03convert path to linears and cubics only before creating outline. (workaround ...Johan B. C. Engelen1-2/+9
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-4/+1