summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-28Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski1-6/+6
2010-01-24Adding the Interpolate tutorial in Help>TutorialsNicolas Dufour1-2/+8
2010-01-15Restore encapsulation of selection implementation.Jon A. Cruz1-62/+9
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-3/+4
2009-12-11- new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches1-0/+10
2009-11-30Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler1-0/+16
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-40/+25
2009-10-19since SP_VERB_XMPP_CLIENT is commented out in .h, it must be commented out he...bulia byak1-2/+2
2009-09-27Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dia...Josh Andler1-9/+9
2009-08-09Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh...Maximilian Albert1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-8/+8
2009-08-05SPDocument->Documentjohnce1-8/+8
2009-06-09Change 'Effect' to 'Extension' in Extensions menu.Tavmjong Bah1-6/+6
2009-05-28Fixed ellipsisAlexandre Prokoudine1-1/+1
2009-04-20Fix the rest of missing icons in the geometry tool. Closes: #358132Krzysztof Kosi??ski1-1/+1
2009-04-11Fix the "select all" icon and remove stuff causing problems from widgets/icon...Krzysztof Kosi??ski1-1/+1
2009-03-10Edit > Duplicate Layer should duplicate hidden items, locked items, sublayers...Ed Halley1-2/+21
2009-03-08part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley1-1/+1
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-5/+5
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-172/+165
2009-02-17spellcheckerbulia byak1-0/+11
2009-02-06better in singularbulia byak1-2/+2
2009-02-06more Editorsbulia byak1-8/+8
2009-01-10Added a new toolbar with snapping controlsDiederik van Lierop1-7/+7
2009-01-08move shape_editor from node context to the parent class, event contextbulia byak1-11/+11
2009-01-01revert 19261 partly, to fix toolbar icon loading on windows. disabled themed ...Johan B. C. Engelen1-1/+1
2008-12-07Changed term away from "embed" since that has specific meaning.Jon A. Cruz1-4/+4
2008-11-24adding "remove" context menu in the embedded color profiles boxFelipe Corr??a da Silva Sanches1-0/+10
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-27From trunkTed Gould1-26/+27
2008-10-11Merging from trunkTed Gould1-1/+1
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-22/+26
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-10/+10
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-4/+4
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-4/+4
2008-09-04Add a zoom correction option to preferences (used when zooming to 1:1 etc. to...Maximilian Albert1-3/+6
2008-08-18Some icons for the geometry toolMaximilian Albert1-1/+1
2008-08-18Groundwork for new LPETool tool (which consists of subtools that are construc...Maximilian Albert1-0/+12
2008-08-15Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert1-16/+16
2008-08-14Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert1-50/+50
2008-08-14Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert1-4/+4
2008-08-13make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen1-2/+2
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-07-11Switched three verbs/icons over to standard names and thus themed loadingJon A. Cruz1-3/+3
2008-07-07try to use consistent document for creating guidesMenTaLguY1-1/+1
2008-07-05fix a long-standing bug with Undo after Fit canvas to selection/drawing.Peter Moulder1-2/+2
2008-06-29replace some spcurve->last_bpath calls with spcurve->is_emptyJohan B. C. Engelen1-2/+2
2008-06-25adding a dialog for SVG FontsFelipe Corr??a da Silva Sanches1-0/+5
2008-06-15new command: relink clone to copied objectbulia byak1-1/+6
2008-06-14Added duplicate layer command. Fixes bug #171246.Jon A. Cruz1-1/+29