summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-06i18n. Remove underscores in message context.Nicolas Dufour1-1/+1
2010-03-05Always embed bitmap copies created with Alt+B.Krzysztof Kosi??ski1-6/+2
2010-03-02Cleanup on id access.Jon A. Cruz1-2/+2
2010-02-09Fix multiple minor problems in the node toolKrzysztof Kosi??ski1-3/+5
2010-02-04Patch by Martin Sucha to add preferences to for grouping on Clip/MaskJosh Andler1-27/+119
2010-01-15Restore encapsulation of selection implementation.Jon A. Cruz1-3/+106
2010-01-15Warning cleanup.Jon A. Cruz1-1/+1
2010-01-08Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler1-7/+18
2009-12-26Major simplification of 3D box code.Maximilian Albert1-1/+24
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-46/+43
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-20/+20
2009-08-05SPDocument->Documentjohnce1-20/+20
2009-06-03* [INTL:*] translator comments for all context strings addedIvan Mas??r1-1/+3
2009-05-13new "compensate" param for sp_selection_apply_affine and sp_selection_move_re...Thomas Holder1-8/+8
2009-04-29Make sure that the item center (origin for rotations) does not change due to ...Diederik van Lierop1-1/+1
2009-04-07(sp_selection_create_bitmap_copy): Fix: Set xlink:href relative to the correc...Peter Moulder1-2/+8
2009-04-07noop: rename a local varPeter Moulder1-6/+9
2009-04-07noop: whitespacePeter Moulder1-280/+280
2009-04-07functional noop: Clarify g_strcanon behaviour by not redundantly reassigning ...Peter Moulder1-1/+1
2009-03-26do not transform, display, reverse, node-edit, or remove LPE if LPE stack is ...bulia byak1-1/+2
2009-03-09fix crash when duplicating an orphaned clonebulia byak1-0/+2
2009-02-02use the same steps to figure out dir for bitmap copy as in export dialogbulia byak1-2/+11
2009-01-08move shape_editor from node context to the parent class, event contextbulia byak1-1/+1
2008-12-29add utility for recursively replacing groups with their members in a list of ...bulia byak1-0/+30
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-14/+14
2008-12-20object-snapper.cppThomas Holder1-3/+3
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-3/+3
2008-12-08Make all tools consider full parent transform (up to document, not just up to...Thomas Holder1-1/+1
2008-12-05NR -> 2Geom, more h and cpp filesJoshua L. Blocher1-1/+1
2008-11-21Merge from fe-movedTed Gould1-24/+24
2008-10-31Merge from trunkTed Gould1-12/+12
2008-10-27From trunkTed Gould1-30/+30
2008-10-11Merging from trunkTed Gould1-46/+56
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-1/+1
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-31/+34
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-63/+36
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-40/+52
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-2/+4
2008-08-14Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert1-91/+53
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-14/+14
2008-08-06add flashing line from clone to original on Shift+Dbulia byak1-2/+23
2008-08-05optionally (default off) relink duplicated clones to the duplicated originalbulia byak1-5/+57
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-19/+19
2008-07-21Implement snapping of clipping paths and masksDiederik van Lierop1-2/+6
2008-07-14Enable simultaneous knotholder and nodepathMaximilian Albert1-1/+3
2008-07-05fix a long-standing bug with Undo after Fit canvas to selection/drawing.Peter Moulder1-16/+49
2008-06-28warning cleanupFelipe Corr??a da Silva Sanches1-2/+2
2008-06-15new command: relink clone to copied objectbulia byak1-1/+51
2008-06-14Added duplicate layer command. Fixes bug #171246.Jon A. Cruz1-9/+15
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-12/+12