summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-04-08Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX o...Diederik van Lierop1-9/+9
2007-03-26Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436Diederik van Lierop1-1/+10
2007-03-11Eliminate remaining sources of empty NR::RectsMenTaLguY1-12/+16
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-49/+12
2007-03-10Merge further bbox workMenTaLguY1-3/+5
2007-03-09specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY1-1/+1
2007-03-05Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY1-1/+7
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-12/+9
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-07-21switch to sigc++ signals for "modified" and "release"MenTaLguY1-38/+18
2006-06-11Applied patch #1503864Jon A. Cruz1-0/+8
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-1/+1
2006-04-05Fixing bug 1462517Andrius Ramanauskas1-2/+4
2006-03-31patch #1450307 - option for select all to work in layer with it's sub-layers:Andrius Ramanauskas1-5/+44
2006-03-22use rotation center in keyboard rotation and transform dialogbulia byak1-0/+17
2006-03-22optimization: prevent taking bbox twice of the first object in selectionbulia byak1-1/+3
2006-03-22more information on objects selected in groupsbulia byak1-0/+14
2006-03-15Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY1-1/+0
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-10/+10
2006-01-23Fix a typo in a previous commit. Closes #1401357.Carl Hetherington1-1/+1