summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-08merge inline patch from JimmyMenTaLguY1-7/+7
2008-04-12Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan1-1/+2
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet1-11/+4
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY1-612/+46
2008-03-23remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen1-1/+1
2008-03-19Add option to treat grups as single objects when converting to guides.Maximilian Albert1-4/+5
2008-03-19add delete lpe verb, rearrange menu to collect all lpe commands under pathbulia byak1-0/+38
2008-03-18recurse into groups when pasting lpebulia byak1-15/+31
2008-03-18use the same colors for clippath and mark helper paths as used in outline modebulia byak1-1/+4
2008-03-08fix 199791bulia byak1-0/+2
2008-02-29Copy perspectives, too, when pasting 3D boxes (solves LP #195867)Maximilian Albert1-0/+5
2008-02-23* on-canvas clip and mask editing :) in the object menu you can find how to ...Johan B. C. Engelen1-0/+50
2008-02-13fix center of the generated marker to be at the rotation center, not geometri...bulia byak1-2/+3
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-26add copy button to LPE pathparamJohan B. C. Engelen1-2/+49
2008-01-16Add option in Preferences to keep objects after conversion to guidesMaximilian Albert1-3/+9
2008-01-15Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert1-7/+2
2008-01-12Allow conversion of all selected items to guides (for items other than rectan...Maximilian Albert1-17/+21
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert1-0/+35
2008-01-02+ Fix bug #179840, forking of LPEsJohan B. C. Engelen1-5/+13
2007-11-27Excised unneeded windows include that slipped in by mistake.gorodish1-4/+0
2007-11-26Undo compile breakJon A. Cruz1-3/+4
2007-11-25Fix for Bug #1823541: Added support for pasting bitmap data from the system c...gorodish1-1/+59
2007-11-14A pasted selection is supposed to snap to the grid, but this cannot work the ...Diederik van Lierop1-6/+1
2007-11-04Warning cleanupJon A. Cruz1-67/+69
2007-10-31noop: comment stylePeter Moulder1-8/+7
2007-10-31CodingStyle: const placement. (noop; checked no change to .o file.)Peter Moulder1-35/+42
2007-10-28LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen1-0/+18
2007-10-22ensure copy/paste of style between gradient stops worksbulia byak1-11/+22
2007-10-16fix unlinking clones when moving original to another layerbulia byak1-4/+4
2007-10-11Fix g_return_if_fail failure: It can validly happen that fit_canvas_to_select...Peter Moulder1-1/+4
2007-10-09apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen1-0/+77
2007-09-14sorry for debug message. deleted.Johan B. C. Engelen1-1/+0
2007-09-14fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen1-0/+6
2007-09-11Compute farthest-from-center point correctly in Alt+rotationMaximilian Albert1-1/+1
2007-09-10Purged fill type enumJon A. Cruz1-3/+3
2007-09-04LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen1-0/+48
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+5
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-1/+1
2007-07-17A few additions to ensure that editing trefs is not allowed (and doesn't caus...Gail Carmichael1-1/+13
2007-07-11bug 1243190: add tref element support; limited editing support thus far (patc...Richard Hughes1-7/+22
2007-06-27use an accessor method to get filter from stylebulia byak1-2/+2
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-3/+4
2007-06-27more unreffing temporary styles properlybulia byak1-1/+1
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