summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-4/+4
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Initial cut of eraser toolJon A. Cruz2008-04-261-0/+11
| | | (bzr r5524)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-311-1/+3
| | | (bzr r5272)
* implement filter toggleMenTaLguY2008-03-311-0/+5
| | | (bzr r5266)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-221-1/+2
| | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165)
* Adding axis detection to new input dialogJon A. Cruz2008-03-211-6/+5
| | | (bzr r5140)
* add delete lpe verb, rearrange menu to collect all lpe commands under pathbulia byak2008-03-191-1/+6
| | | (bzr r5120)
* adds icons for edit clippath/maskbulia byak2008-03-181-2/+2
| | | (bzr r5114)
* Adding new extended input devices dialogJon A. Cruz2008-03-131-0/+6
| | | (bzr r5076)
* fix "last effect settings..." that used to run the effect immediately.Johan B. C. Engelen2008-03-101-3/+2
| | | (bzr r5044)
* New menu command to quickly create guides around pageMaximilian Albert2008-03-051-0/+7
| | | (bzr r4970)
* * on-canvas clip and mask editing :) in the object menu you can find how to ↵Johan B. C. Engelen2008-02-231-0/+10
| | | | | | | edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834)
* Changed how tooltips for verbs are fetched to display translated versions ↵Marcin Floryan2008-02-221-0/+6
| | | | | correctly in the toolbox. Closes #169103. (bzr r4822)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-4/+4
| | | (bzr r4629)
* rename grid arrange to rows and columnsbulia byak2008-01-301-2/+2
| | | (bzr r4617)
* spellingbulia byak2008-01-221-2/+2
| | | (bzr r4579)
* improved spelling ;-)Alexandre Prokoudine2008-01-181-1/+1
| | | (bzr r4549)
* Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert2008-01-111-0/+6
| | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462)
* Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth2007-12-231-5/+0
| | | (bzr r4279)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-221-2/+2
| | | | | main inkscape desktop window (bzr r4278)
* Use "%"-key for toggling the snapper, and modify the related sp-desktop codeDiederik van Lierop2007-12-201-1/+1
| | | (bzr r4266)
* Introduce verb, menu item and shortcut for the global snapping toggleDiederik van Lierop2007-12-181-0/+4
| | | (bzr r4256)
* speedify zooming by keysbulia byak2007-12-181-4/+8
| | | (bzr r4255)
* Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.Johan B. C. Engelen2007-12-051-1/+1
| | | (bzr r4177)
* UI tweaks for CMS view toggleJon A. Cruz2007-12-021-2/+2
| | | (bzr r4152)
* Adding icon for color managementJon A. Cruz2007-11-291-1/+1
| | | (bzr r4144)
* Menu item to toggle CMS adjustment on and offJon A. Cruz2007-11-261-0/+6
| | | (bzr r4138)
* The dialog to panel refactoring:gustav_b2007-11-221-47/+5
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* rename EditCloneOriginal to EditCloneSelectOriginal ; ↵Johan B. C. Engelen2007-11-181-2/+2
| | | | | SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL (bzr r4109)
* warning cleanupJon A. Cruz2007-11-081-26/+26
| | | (bzr r4043)
* fixed a typo in a user visible messageAlexandre Prokoudine2007-10-311-1/+1
| | | (bzr r3986)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-10/+1
| | | (bzr r3968)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-1/+16
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* do not confuse moving and switchingbulia byak2007-10-161-6/+6
| | | (bzr r3911)
* apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen2007-10-091-0/+6
| | | (bzr r3864)
* tab handles in gradient tool only when they existbulia byak2007-10-081-2/+5
| | | (bzr r3861)
* remove the disabled old svg-keys-chart verbbulia byak2007-09-281-8/+0
| | | (bzr r3813)
* Killed old, now obsolete, object-properties (a.k.a F&S) dialog.gustav_b2007-09-201-2/+0
| | | (bzr r3782)
* copyeditbulia byak2007-09-051-4/+4
| | | (bzr r3680)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-15/+20
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* copyeditbulia byak2007-08-301-4/+4
| | | (bzr r3618)
* Dockable dialogs patch applied gustav_b2007-08-291-7/+18
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* naming: avoid unintentional double-meanings (part 2)MenTaLguY2007-08-191-1/+1
| | | (bzr r3517)
* Fixed the name of Open Clip Art Library in the verbs file...Jon Phillips2007-08-181-2/+2
| | | (bzr r3507)
* * Better labels and icons for OCAL import/exportLuca Bruno2007-08-171-2/+2
| | | (bzr r3489)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+5
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* tweak toolbulia byak2007-08-081-0/+11
| | | (bzr r3423)
* export to ocal bug fixBruno Dilly2007-08-081-1/+5
| | | (bzr r3418)
* adds export to ocal feature without dialog windowBruno Dilly2007-08-061-0/+4
| | | (bzr r3398)