summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Modification of the parameters/return value of SPDesktop::getToplevelJoel Holdsworth2007-07-281-4/+3
| | | (bzr r3332)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-281-5/+13
| | | | | they are correctly parented (bzr r3328)
* initial filter UI code drop from NickMenTaLguY2007-06-241-0/+5
| | | (bzr r3095)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-0/+11
| | | | | boxes in a fixed perspective without any live interaction. (bzr r3084)
* Gtkmm:ified Fill and Stroke dialog (disabled by default). It's stillgustav_b2007-06-021-0/+1
| | | | | using the old fill/stroke style and paint style widgets, though. (bzr r3050)
* fix speeling of calligraphy tool verb nameMenTaLguY2007-05-061-1/+1
| | | (bzr r2982)
* While drawing with the pen/pencil tool, use the end of the unfinished path ↵Maximilian Albert2007-04-181-0/+22
| | | | | as reference point for zooming to avoid unwanted turns (bzr r2926)
* flipping patch by maximilian albertbulia byak2007-04-171-3/+32
| | | (bzr r2916)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-1/+0
| | | (bzr r2904)
* removed leftover debug messages. Toggling new grids now works. Almost ready ↵Johan B. C. Engelen2007-04-011-0/+1
| | | | | to comment-out old grid code. (bzr r2806)
* patch 1690246 from Max + read_geometry fixes for consistent placementbulia byak2007-04-011-2/+3
| | | (bzr r2801)
* use UTF-8 for degree symbolKees Cook2007-03-181-4/+6
| | | (bzr r2682)
* sensitize unlock and unhide verbsAaron Spike2007-03-161-1/+1
| | | (bzr r2667)
* Swap out entities in tooltips. Fixes ↵Kees Cook2007-03-141-2/+4
| | | | | https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/91548 (bzr r2640)