summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* reduce variable scopeJohan B. C. Engelen2013-08-031-3/+3
* Use Jon Cruz info about OptRect to correctly get area height and widthMartin Owens2013-07-121-5/+5
* Change small to sml to fix windows compile problemMartin Owens2013-07-111-3/+3
* Remove align point, not required any moreMartin Owens2013-07-111-1/+0
* Step 2 refactoring the align functions, added some functionality to selection.Martin Owens2013-07-111-0/+30
* Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-7/+7
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-8/+8
* cppcheckKris De Gussem2013-03-161-1/+0
* Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop2012-12-081-33/+1
* remove superfluous RectHullJohan B. C. Engelen2012-02-191-10/+6
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-191-1/+1
* cppcheckKris De Gussem2012-02-151-1/+1
* implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner2012-02-041-1/+6
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-5/+2
* 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-0/+10
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-24/+22
* Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-6/+6
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+1
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+1
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-7/+7
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+6
|\
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+5
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop2010-07-241-0/+2
|/
* - "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop2010-05-211-4/+10
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-12/+12
* Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop2009-12-301-3/+3
* Major simplification of 3D box code.Maximilian Albert2009-12-261-32/+17
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert2009-12-261-1/+1
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-16/+16
* Merge from fe-movedTed Gould2008-11-211-5/+5
* From trunkTed Gould2008-10-271-29/+34
* Merging from trunkTed Gould2008-10-111-41/+17
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-4/+29
* Remove debugging messagesMaximilian Albert2008-08-181-2/+0
* Many debugging messagesMaximilian Albert2008-08-181-0/+2
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-7/+7
* Remove now obsolete functionsMaximilian Albert2008-07-291-8/+0
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+8
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-8/+67
* Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert2007-12-231-0/+11
* Also consider path nodes for snappingDiederik van Lierop2007-11-211-8/+1
* Warning cleanupJon A. Cruz2007-10-261-1/+1
* avoid code duplication, i.e. use sp_item_snappoints in the object-snapper.cppDiederik van Lierop2007-09-151-2/+2
* Make snapping to the item's transformation center optional, but not yet avail...Diederik van Lierop2007-08-041-2/+4
* Snapping the transformation origin should also work for paths, not only for s...Diederik van Lierop2007-07-251-0/+4
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...Diederik van Lierop2007-04-081-9/+9