summaryrefslogtreecommitdiffstats
path: root/src/verbs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial cut of eraser toolJon A. Cruz2008-04-261-0/+2
| | | (bzr r5524)
* implement filter toggleMenTaLguY2008-03-311-0/+1
| | | (bzr r5266)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-221-1/+1
| | | | | | | | 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)
* temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen2008-03-211-1/+1
| | | (bzr r5153)
* Adding axis detection to new input dialogJon A. Cruz2008-03-211-0/+1
| | | (bzr r5140)
* Add on-canvas editing of LPE PointParam.Johan B. C. Engelen2008-03-201-0/+1
| | | | | | | | * made special KnotHolder for Pointparameters. todo: * pointparam numerical widgets display SVG info, instead of desktop coordinates. must be fixed * knots cannot be selected and moved by keys (bzr r5133)
* remove stalebulia byak2008-03-201-2/+0
| | | (bzr r5127)
* add delete lpe verb, rearrange menu to collect all lpe commands under pathbulia byak2008-03-191-0/+1
| | | (bzr r5120)
* New menu command to quickly create guides around pageMaximilian Albert2008-03-051-0/+1
| | | (bzr r4970)
* * on-canvas clip and mask editing :) in the object menu you can find how to ↵Johan B. C. Engelen2008-02-231-0/+2
| | | | | | | 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-1/+1
| | | | | correctly in the toolbox. Closes #169103. (bzr r4822)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+3
| | | (bzr r4629)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+1
| | | (bzr r4588)
* Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert2008-01-111-0/+1
| | | | | 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-1/+0
| | | (bzr r4279)
* Introduce verb, menu item and shortcut for the global snapping toggleDiederik van Lierop2007-12-181-0/+1
| | | (bzr r4256)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-0/+2
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Menu item to toggle CMS adjustment on and offJon A. Cruz2007-11-261-0/+1
| | | (bzr r4138)
* rename EditCloneOriginal to EditCloneSelectOriginal ; ↵Johan B. C. Engelen2007-11-181-1/+1
| | | | | SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL (bzr r4109)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-0/+1
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen2007-10-091-0/+1
| | | (bzr r3864)
* remove the disabled old svg-keys-chart verbbulia byak2007-09-281-1/+0
| | | (bzr r3813)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-0/+1
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+1
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* tweak toolbulia byak2007-08-081-0/+2
| | | (bzr r3423)
* export to ocal bug fixBruno Dilly2007-08-081-1/+2
| | | (bzr r3418)
* adds export to ocal feature without dialog windowBruno Dilly2007-08-061-0/+1
| | | (bzr r3398)
* initial filter UI code drop from NickMenTaLguY2007-06-241-0/+1
| | | (bzr r3095)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-0/+2
| | | | | boxes in a fixed perspective without any live interaction. (bzr r3084)
* add verbs for unlocking and unhiding all objects globaly or within the ↵Aaron Spike2007-03-121-0/+5
| | | | | current layer (bzr r2613)
* add accessor for tip (description)bulia byak2007-03-011-0/+2
| | | (bzr r2487)
* r14576@tres: ted | 2007-02-26 23:29:13 -0800Ted Gould2007-03-011-1/+3
| | | | | Basic construction in place to --verb-list (bzr r2473)
* rename flood to paintbucket, copyeditbulia byak2007-02-261-2/+2
| | | (bzr r2449)
* Add flood fill toolJohn Bintz2007-02-251-0/+2
| | | (bzr r2432)
* implement select next/prev as verbsbulia byak2006-11-061-0/+2
| | | (bzr r1917)
* add view mode toggle, store current mode for the session in prefsbulia byak2006-11-031-0/+1
| | | (bzr r1888)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-221-0/+3
| | | | | Now it all works quite well! Great! (bzr r1630)
* Committed a great patch which adds a Save A Copy menu function. This is the ↵Jon Phillips2006-08-221-0/+1
| | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-0/+2
| | | (bzr r1379)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-0/+3
| | | (bzr r1315)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-8/+1
| | | (bzr r1268)
* * Remove text verbs except for the actual class for nowMilosz Derezynski2006-05-181-8/+0
| | | (bzr r881)
* * Properly deal with setting the style using the text toolbarMilosz Derezynski2006-05-181-0/+8
| | | (bzr r874)
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-1/+1
| | | (bzr r843)
* Fixed problem with std::map use making last verb inaccessible.Jon A. Cruz2006-05-071-10/+16
| | | (bzr r756)
* Adding unit test for verbs.Jon A. Cruz2006-04-281-0/+12
| | | (bzr r604)
* Adding fit canvas verbsAaron Spike2006-04-191-1/+5
| | | | | | a few fixes in verbs.cpp and a new button (bzr r539)
* r10951@tres: ted | 2006-02-16 08:56:41 -0800Ted Gould2006-03-291-0/+1
| | | | | | Adding an Extension Editor verb. (though I don't really like the name extension editor) (bzr r341)
* r10922@tres: ted | 2006-02-13 09:41:52 -0800Ted Gould2006-03-291-0/+5
| | | | | Adding in support for setting the name and tooltip after initalization. (bzr r335)
* pasting sizebulia byak2006-03-261-0/+6
| | | (bzr r298)