summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-17Add translator hint.Colin Marquardt1-0/+2
2007-05-20noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder1-10/+8
2007-04-15Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen1-6/+3
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-69/+82
2007-03-17re-introduce isEmpty testsMenTaLguY1-5/+5
2007-03-16string disambigbulia byak1-1/+1
2007-03-12move sp_document_done() out into verbs.cppAaron Spike1-13/+9
2007-03-12send verb ids into history and remove casting errorsAaron Spike1-11/+13
2007-03-12add verbs for unlocking and unhiding all objects globaly or within the curren...Aaron Spike1-0/+56
2007-03-11argh, missed selection-chemistry somehowMenTaLguY1-3/+3
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-34/+54
2007-03-10Merge further bbox workMenTaLguY1-23/+29
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-4/+4
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-36/+41
2007-03-02fix an error in rounding negative coordsbulia byak1-3/+6
2007-03-02fix mental's typo! found purely by chancebulia byak1-1/+1
2007-02-28refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY1-16/+9
2007-02-24fix 1332884bulia byak1-2/+2
2007-02-24some more refactoringbulia byak1-11/+20
2007-02-24make selection_contains_both_clone_and_original reusablebulia byak1-17/+25
2007-02-11allow grouping a single objectbulia byak1-7/+1
2007-01-26temporary fix: prevent crash when clipping/masking an object with its own clonebulia byak1-0/+24
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-4/+9
2007-01-18text fixesbulia byak1-2/+2
2007-01-05patch 1623967, fixes bug 1332888 and the wrong move of original-with-clone se...bulia byak1-8/+12
2006-12-06Renaming sp-marker.* to marker.*Bryce Harrington1-1/+1
2006-11-18Adding some documentation for things related to markersBryce Harrington1-4/+15
2006-11-13factor out retrieving export hints from selection and document; use that for ...bulia byak1-11/+113
2006-10-24enable copy/paste of objects with filtersbulia byak1-0/+7
2006-09-03fix pattern transform when doing object-to-pattern within a transformed groupbulia byak1-5/+11
2006-07-17factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison1-0/+1
2006-07-06undo annotationsbulia byak1-2/+2
2006-07-02undo annotationsbulia byak1-39/+43
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-37/+77
2006-06-22apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan1-1/+1
2006-05-12* src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:mjwybrow1-1/+18
2006-05-10patch 1484602 by Niko Kiiralabulia byak1-2/+14
2006-05-09patch from Niko Kiirala for bug 1482973bulia byak1-2/+14
2006-05-03Give SPNamedView a SnapManager instance and use it for all management of snap...Carl Hetherington1-1/+1
2006-04-19tweaking for bbyakAaron Spike1-6/+6
2006-04-19Adding fit canvas verbsAaron Spike1-0/+45
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-77/+77
2006-04-05insert clippath/mask item above the unmasked item into the same parent, inste...bulia byak1-8/+18
2006-03-31patch #1450307 - option for select all to work in layer with it's sub-layers:Andrius Ramanauskas1-17/+27
2006-03-28copy rotation center when cloningbulia byak1-0/+3
2006-03-27obey scale ratio lockbulia byak1-2/+9
2006-03-26pasting sizebulia byak1-0/+71
2006-03-22use rotation center in keyboard rotation and transform dialogbulia byak1-2/+3
2006-03-22Mask/Clippath transformations on masking/unmaskingAndrius Ramanauskas1-20/+40