summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* preserve clip/mask for stroke-to-path alsobulia byak2006-10-251-0/+6
| | | (bzr r1859)
* undo annotationsgustav_b2006-10-101-6/+13
| | | (bzr r1795)
* undo annotationsbulia byak2006-10-051-9/+8
| | | (bzr r1768)
* fix bug #1568462 boolean operation remove mask/clip-pathpopolon.org2006-10-031-2/+15
| | | (bzr r1761)
* Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & ↵Johan B. C. Engelen2006-09-301-0/+15
| | | | | clip-path" (bzr r1729)
* inform user of progress during long-running simplify operationsJohn Bintz2006-08-131-0/+27
| | | (bzr r1597)
* patch from John Bintz, adding pref to simplify multiple paths separatelyMenTaLguY2006-07-221-31/+56
| | | (bzr r1457)
* undo annotationsgustav_b2006-07-091-21/+10
| | | (bzr r1380)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-7/+24
| | | (bzr r1315)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-1/+2
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* correctly treat dashes and markers when converting stroke to path, fixes 933482bulia byak2006-05-261-14/+106
| | | (bzr r1015)
* fix 1445003bulia byak2006-05-211-2/+2
| | | (bzr r920)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-4/+4
| | | (bzr r787)
* use std::vector rather than dynamically-sized automatic arraysMenTaLguY2006-05-091-4/+5
| | | (bzr r784)
* one more tweak of boolop precisionbulia byak2006-04-171-2/+2
| | | (bzr r536)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-17/+17
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* reduce flattening precision back somewhat, to prevent too many new nodes ↵bulia byak2006-04-141-2/+2
| | | | | appearing after a boolop (bzr r516)
* switch get_nearest_position and get_point to using supplied livarot Path ↵bulia byak2006-04-011-17/+4
| | | | | instead of creating one each time from an item (bzr r384)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1607
(bzr r1)