summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-mirror_symmetry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UI uniformisationKris De Gussem2012-10-211-1/+1
| | | (bzr r11817)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+3
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-1/+1
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-3/+2
| | | (bzr r10461)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-6/+6
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+2
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
|/ | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* Patch by Johan to fix crashing by undefined path parameters in 4 LPEsJosh Andler2009-10-051-0/+5
| | | (bzr r8723)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* SPItem::getBounds now always returns a Geom::Rect boundingbox.Johan B. C. Engelen2008-08-011-3/+3
| | | (bzr r6517)
* Add default mirroring line to lpe-symmetry because the on-canvas clicks seem ↵Maximilian Albert2008-07-301-14/+11
| | | | | more difficult to discover (bzr r6473)
* add comments about setting new LPE PathParam path data. refactor things a ↵Johan B. C. Engelen2008-07-201-1/+1
| | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-2/+2
| | | (bzr r6339)
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-081-0/+107
(bzr r6238)