summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-1/+1
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Fixing bug 1462517Andrius Ramanauskas2006-04-051-2/+4
| | | (bzr r428)
* patch #1450307 - option for select all to work in layer with it's sub-layers:Andrius Ramanauskas2006-03-311-5/+44
| | | | | | | * Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers) * Altered "Select all" functionality to include objects in sub-layers (if preference is on) * Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press) (bzr r380)
* use rotation center in keyboard rotation and transform dialogbulia byak2006-03-221-0/+17
| | | (bzr r273)
* optimization: prevent taking bbox twice of the first object in selectionbulia byak2006-03-221-1/+3
| | | (bzr r271)
* more information on objects selected in groupsbulia byak2006-03-221-0/+14
| | | (bzr r270)
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-151-1/+0
| | | (bzr r241)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-10/+10
| | | (bzr r149)
* Fix a typo in a previous commit. Closes #1401357.Carl Hetherington2006-01-231-1/+1
| | | (bzr r20)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+450
(bzr r1)