summaryrefslogtreecommitdiffstats
path: root/src/verbs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-79/+100
| | | (bzr r10696)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+9
| | | | | the contents forward.h at all). (bzr r10667)
* Purging some forward.h files.Jon A. Cruz2011-10-041-1/+2
| | | (bzr r10664)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-2/+2
| | | (bzr r10582.1.10)
* Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches2011-06-221-0/+1
| | | (bzr r10343)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-0/+5
|\ | | | | (bzr r9508.1.89)
| * Patch sent by Fernando Lucchesi (GSoC student) and modified by me.Felipe Corr??a da Silva Sanches2011-06-191-0/+3
| | | | | | | | | | Interface for editing content of embedded scripts. (bzr r10318)
| * Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-0/+2
| | | | | | (bzr r10259)
* | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-1/+0
|/ | | (bzr r9508.1.82)
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-1/+4
| | | (bzr r10065)
* Fixed valgrind-detected issue with tooltip shortcuts and profile manager on ↵Jon A. Cruz2010-09-101-1/+22
| | | | | delete. (bzr r9753)
* Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-1/+3
| | | (bzr r9745)
* Disabling Print Colors dialog due to lack of resolution from mailing list ↵Josh Andler2010-07-071-1/+1
| | | | | thread and no response by author (bzr r9593)
* Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz2010-04-111-1/+0
| | | | | | | | | #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
* Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz2010-04-011-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
* Adding the Interpolate tutorial in Help>TutorialsNicolas Dufour2010-01-241-0/+1
| | | (bzr r9019)
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-0/+2
| | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
* Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+3
| | | (bzr r8851)
* Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵Josh Andler2009-09-271-3/+3
| | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce2009-08-051-2/+2
| | | (bzr r8420)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* 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)