summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Added rest of icons for primary menus and updated verbs...flame me or create ↵Jon Phillips2006-08-201-18/+18
| | | | | and update my first stabs at getting these fleshed out. (bzr r1618)
* fix icon preview nameJon Phillips2006-08-191-1/+1
| | | (bzr r1617)
* forced redraw of canvas upon completion of zooming or upon starting rubber ↵John Bintz2006-07-231-0/+2
| | | | | | | band selection events to work around event starvation issue at high zoom levels (bzr r1464)
* undo annotationsgustav_b2006-07-101-5/+13
| | | (bzr r1390)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-15/+30
| | | (bzr r1379)
* reterm canvas to pagebulia byak2006-07-021-7/+7
| | | (bzr r1344)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-6/+17
| | | (bzr r1315)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-103/+4
| | | (bzr r1268)
* typos, mnemonicsbulia byak2006-05-281-2/+2
| | | (bzr r1048)
* Panel refactoringJon A. Cruz2006-05-231-0/+2
| | | (bzr r976)
* * Remove text verbs except for the actual class for nowMilosz Derezynski2006-05-181-7/+0
| | | (bzr r881)
* * Properly deal with setting the style using the text toolbarMilosz Derezynski2006-05-181-1/+57
| | | (bzr r874)
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-6/+6
| | | (bzr r843)
* Fixed problem with std::map use making last verb inaccessible.Jon A. Cruz2006-05-071-1/+7
| | | (bzr r756)
* Adding fit canvas verbsAaron Spike2006-04-191-2/+86
| | | | | | a few fixes in verbs.cpp and a new button (bzr r539)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-12/+12
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* fix 1356914bulia byak2006-04-141-1/+1
| | | (bzr r518)
* renamed many verbs to more meaningful names, fixed a few inconsistencies, ↵bulia byak2006-04-121-31/+29
| | | | | rearranged and commented keys/default.xml (bzr r505)
* fixed typo. removed duplicates of SP_VERB_DIALOG_EXTENSIONEDITORBob Jamison2006-03-291-8/+0
| | | (bzr r368)
* (bzr r358)Ted Gould2006-03-291-0/+2
|
* (bzr r357)Ted Gould2006-03-291-0/+2
|
* (bzr r352)Ted Gould2006-03-291-0/+2
|
* (bzr r345)Ted Gould2006-03-291-0/+2
|
* r10951@tres: ted | 2006-02-16 08:56:41 -0800Ted Gould2006-03-291-0/+5
| | | | | | Adding an Extension Editor verb. (though I don't really like the name extension editor) (bzr r341)
* pasting sizebulia byak2006-03-261-0/+30
| | | (bzr r298)
* menu rearrange, tips copyeditbulia byak2006-03-261-52/+52
| | | (bzr r297)
* patch by Andrius R. for (un)clip and (un)mask commandsbulia byak2006-03-191-0/+20
| | | (bzr r263)
* open Inkscape Preferences on doubleclick of toolbox button (more or less patchRalf Stephan2006-02-061-47/+29
| | | | | #1424822 by Marco Scholten) (bzr r93)
* Updated for build and fixed Trace Bitmap text to be Trace Bitmap...Jon Phillips2006-02-041-1/+1
| | | (bzr r72)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+2254
(bzr r1)