summaryrefslogtreecommitdiffstats
path: root/src/grid-snapper.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-15Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen1-47/+0
(bzr r2904)
2007-03-25Purging old axonometric grid code: reworked it into the new grid class ↵Johan B. C. Engelen1-12/+0
structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757)
2006-10-26Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGridJohan B. C. Engelen1-1/+1
(bzr r1869)
2006-10-16hack*ahum*infrastructure to implement axonometric grid snapping. horizontal ↵Johan B. C. Engelen1-1/+14
snapping already implemented. (bzr r1806)
2006-05-04Clean up knutux's fix for the snapper crash.Carl Hetherington1-1/+0
(bzr r727)
2006-05-04Temporary fix for broken snap functionality: as named view constructor is ↵Andrius Ramanauskas1-0/+1
never called, virtual tables of Snapper derived classes are never initialized. Fix - calling constructor/destructor on SPNamedView init/release. (bzr r725)