summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-03reduce variable scopeJohan B. C. Engelen1-3/+3
2013-07-12Use Jon Cruz info about OptRect to correctly get area height and widthMartin Owens1-5/+5
2013-07-11Change small to sml to fix windows compile problemMartin Owens1-3/+3
2013-07-11Remove align point, not required any moreMartin Owens1-1/+0
2013-07-11Step 2 refactoring the align functions, added some functionality to selection.Martin Owens1-0/+30
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-7/+7
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-8/+8
2013-03-19Fixing regressionjtx1-1/+0
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+1
2013-03-16cppcheckKris De Gussem1-1/+0
2012-12-08Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop1-33/+1
2012-02-19remove superfluous RectHullJohan B. C. Engelen1-10/+6
2012-02-19move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen1-1/+1
2012-02-15cppcheckKris De Gussem1-1/+1
2012-02-04implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner1-1/+6
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-5/+2
2011-09-041) Fix absolute scaling in transform dialogDiederik van Lierop1-0/+10
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-24/+22
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-6/+6
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+1
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+1
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-7/+7
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-0/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-5/+5
2010-05-21- "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop1-4/+10
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-12/+12
2009-12-30Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop1-3/+3
2009-12-26Major simplification of 3D box code.Maximilian Albert1-32/+17
2009-12-26Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert1-1/+1
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-16/+16
2008-11-21Merge from fe-movedTed Gould1-5/+5
2008-10-27From trunkTed Gould1-29/+34
2008-10-11Merging from trunkTed Gould1-41/+17
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-4/+29
2008-08-18Remove debugging messagesMaximilian Albert1-2/+0
2008-08-18Many debugging messagesMaximilian Albert1-0/+2
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-7/+7
2008-07-29Remove now obsolete functionsMaximilian Albert1-8/+0
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-0/+8
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-8/+67
2007-12-23Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert1-0/+11
2007-11-21Also consider path nodes for snappingDiederik van Lierop1-8/+1
2007-10-26Warning cleanupJon A. Cruz1-1/+1
2007-09-15avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cppDiederik van Lierop1-2/+2
2007-08-04Make snapping to the item's transformation center optional, but not yet avail...Diederik van Lierop1-2/+4
2007-07-25Snapping the transformation origin should also work for paths, not only for s...Diederik van Lierop1-0/+4