summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* move sp_document_done() out into verbs.cppAaron Spike2007-03-121-4/+10
| | | (bzr r2616)
* send verb ids into history and remove casting errorsAaron Spike2007-03-121-4/+4
| | | (bzr r2615)
* add verbs for unlocking and unhiding all objects globaly or within the ↵Aaron Spike2007-03-121-0/+75
| | | | | current layer (bzr r2613)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-1/+5
| | | | | recent bbox regressions. (bzr r2604)
* when listing verbs, use description when available, remove superfluous quotesbulia byak2007-03-011-1/+1
| | | (bzr r2488)
* r14577@tres: ted | 2007-02-27 18:51:05 -0800Ted Gould2007-03-011-1/+12
| | | | | | Filling in the list function to list all the verbs for the command line option --verb-list (bzr r2474)
* r14576@tres: ted | 2007-02-26 23:29:13 -0800Ted Gould2007-03-011-0/+6
| | | | | Basic construction in place to --verb-list (bzr r2473)
* rename flood to paintbucket, copyeditbulia byak2007-02-261-10/+10
| | | (bzr r2449)
* Add flood fill toolJohn Bintz2007-02-251-1/+12
| | | (bzr r2432)
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵bulia byak2007-02-131-9/+10
| | | | | handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374)
* more informative tooltipbulia byak2007-02-071-1/+1
| | | (bzr r2338)
* patch from David Douard to switch to node tool after creating linked offsetsMenTaLguY2007-01-181-0/+2
| | | (bzr r2237)
* patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed textbulia byak2007-01-081-1/+1
| | | (bzr r2158)
* C++ find dialog calling code.Johan B. C. Engelen2006-11-291-0/+2
| | | (bzr r2056)
* string fixes from bug 1516157bulia byak2006-11-191-1/+0
| | | (bzr r1991)
* implement select next/prev in gradient tool as wellbulia byak2006-11-061-0/+5
| | | (bzr r1919)
* implement select next/prev as verbsbulia byak2006-11-061-1/+20
| | | (bzr r1917)
* copyedit labelbulia byak2006-11-031-1/+1
| | | (bzr r1889)
* add view mode toggle, store current mode for the session in prefsbulia byak2006-11-031-0/+5
| | | (bzr r1888)
* undo annotationsbulia byak2006-10-051-6/+6
| | | (bzr r1767)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-221-0/+2
| | | | | 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/+5
| | | | | first gloss of this patch...I will add more stuff to it shortly... (bzr r1628)