summaryrefslogtreecommitdiffstats
path: root/src/menus-skeleton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* this terminal submenu really saves us no spacebulia byak2009-03-261-5/+3
| | | (bzr r7563)
* make aspell optionalbulia byak2009-02-241-0/+2
| | | (bzr r7361)
* spellcheckerbulia byak2009-02-171-0/+2
| | | (bzr r7311)
* prevent hotkey clash (at least for english)bulia byak2009-02-101-2/+2
| | | (bzr r7260)
* Filters, Extensions menusbulia byak2009-02-101-4/+7
| | | (bzr r7259)
* Turn off new input dialog pending cleanupJon A. Cruz2009-01-201-1/+2
| | | (bzr r7150)
* fix/revert 20519 and 20521Johan B. C. Engelen2009-01-171-2/+2
| | | (bzr r7142)
* Remove INKSCAPE_VERSION from menus-skeleton.hKrzysztof Kosi??ski2009-01-141-1/+1
| | | (bzr r7132)
* fixing the build (in Ubuntu GNU/Linux at least)Felipe Corr??a da Silva Sanches2009-01-141-1/+1
| | | (bzr r7130)
* partly fix build .................Johan B. C. Engelen2009-01-131-1/+1
| | | (bzr r7128)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-1/+1
| | | (bzr r7107)
* From trunkTed Gould2008-10-271-3/+1
| | | (bzr r6885)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Do not have menu entry for SVG Fonts if they are not enabledJon A. Cruz2008-06-261-0/+2
| | | (bzr r6065)
* moving the fonts dialog to a more logical place (though it still does not ↵bulia byak2008-06-261-2/+1
| | | | | work for me) (bzr r6064)
* adding a dialog for SVG FontsFelipe Corr??a da Silva Sanches2008-06-251-0/+2
| | | (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)
* remove filters verb and commandbulia byak2008-06-091-1/+3
| | | (bzr r5866)
* implement filter toggleMenTaLguY2008-03-311-0/+1
| | | (bzr r5266)
* Adding axis detection to new input dialogJon A. Cruz2008-03-211-0/+1
| | | (bzr r5140)
* add delete lpe verb, rearrange menu to collect all lpe commands under pathbulia byak2008-03-191-2/+5
| | | (bzr r5120)
* remove edit clippath/mask from menubulia byak2008-03-181-2/+0
| | | (bzr r5115)
* New menu command to quickly create guides around pageMaximilian Albert2008-03-051-0/+2
| | | (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)
* added "Ask Us a Question" to the Help menu linking to ↵Felipe Corr??a da Silva Sanches2008-01-181-0/+1
| | | | | http://answers.launchpad.net/inkscape/+addquestion (bzr r4546)
* 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-7/+0
| | | (bzr r4279)
* Introduce verb, menu item and shortcut for the global snapping toggleDiederik van Lierop2007-12-181-0/+1
| | | (bzr r4256)
* 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)
* more logical order of commandsbulia byak2007-11-101-1/+1
| | | (bzr r4055)
* apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen2007-10-091-0/+1
| | | (bzr r3864)
* keys reference via webbrowser callbulia byak2007-09-221-1/+1
| | | (bzr r3786)
* r16619@tres: ted | 2007-09-18 21:09:29 -0700Ted Gould2007-09-191-3/+0
| | | | | Removing more GNOME Print. It's everywhere! (bzr r3773)
* 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)
* added import/export preferences categoryBruno Dilly2007-08-201-0/+2
| | | (bzr r3549)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+2
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* export to ocal bug fixBruno Dilly2007-08-081-0/+1
| | | (bzr r3418)
* adds export to ocal feature without dialog windowBruno Dilly2007-08-061-0/+1
| | | (bzr r3398)
* move filters dialog to where it makes more sensebulia byak2007-07-101-1/+1
| | | (bzr r3218)
* initial filter UI code drop from NickMenTaLguY2007-06-241-0/+1
| | | (bzr r3095)
* add unhide/unlock commandsbulia byak2007-03-161-0/+3
| | | (bzr r2666)
* spelling, view menu rearrangement, swatches moved to viewbulia byak2006-11-071-14/+12
| | | (bzr r1921)
* add view mode togglebulia byak2006-11-031-0/+1
| | | (bzr r1887)
* more help commandsbulia byak2006-10-091-0/+2
| | | (bzr r1792)
* add new help commands via webbrowser extensionsbulia byak2006-10-091-0/+5
| | | (bzr r1790)
* 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)
* accelerator for effectsbulia byak2006-07-021-1/+1
| | | (bzr r1343)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-0/+2
| | | (bzr r1315)