summaryrefslogtreecommitdiffstats
path: root/src/verbs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spellcheckerbulia byak2009-02-171-0/+2
| | | (bzr r7311)
* adding a "scripting" tab to document properties dialog that allow the user ↵Felipe Corr??a da Silva Sanches2009-01-151-0/+3
| | | | | | | to manage external javascript references. (also only working for "Inkscape SVG") (bzr r7137)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-1/+1
| | | (bzr r7107)
* Changed term away from "embed" since that has specific meaning.Jon A. Cruz2008-12-071-1/+1
| | | (bzr r6966)
* adding "remove" context menu in the embedded color profiles boxFelipe Corr??a da Silva Sanches2008-11-241-3/+4
| | | (bzr r6897)
* Merge from fe-movedTed Gould2008-11-211-1/+4
| | | (bzr r6891)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-181-0/+2
| | | | | constructed from LPEs) (bzr r6645)
* adding a dialog for SVG FontsFelipe Corr??a da Silva Sanches2008-06-251-0/+1
| | | (bzr r6056)
* new command: relink clone to copied objectbulia byak2008-06-151-0/+1
| | | (bzr r5948)
* Added duplicate layer command. Fixes bug #171246.Jon A. Cruz2008-06-141-0/+1
| | | (bzr r5927)
* Added the ability to toggle a layer "solo". Fixes bug #171530.Jon A. Cruz2008-06-131-0/+1
| | | (bzr r5922)
* remove filters verb and commandbulia byak2008-06-091-0/+1
| | | (bzr r5866)
* 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)