summaryrefslogtreecommitdiffstats
path: root/src/pen-context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-2/+5
| | | (bzr r11321)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-1/+4
| | | (bzr r11316)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-1/+1
| | | (bzr r6835)
* Add function to cancel wait-for-LPE mode in pen contextMaximilian Albert2008-08-181-0/+1
| | | (bzr r6687)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-181-0/+2
| | | | | constructed from LPEs) (bzr r6645)
* New mode in pen tool to draw paraxial linesMaximilian Albert2008-08-061-0/+4
| | | (bzr r6575)
* Separate function to put pen context into 'wait for LPE mouse clicks' modeMaximilian Albert2008-06-161-0/+2
| | | (bzr r5958)
* When expecting mouse clicks for a LPE in pen context, don't concatenate with ↵Maximilian Albert2008-06-121-6/+7
| | | | | or continue existing paths (bzr r5904)
* More infrastructure to have waiting LPEs that are freshly created and ↵Maximilian Albert2008-06-121-1/+1
| | | | | applied to yet-to-be-drawn paths (bzr r5903)
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵Maximilian Albert2008-06-121-0/+7
| | | | | for parameter path' mode; make LPEMirrorReflect use this to let the user specify the mirroring line (bzr r5902)
* Pen context can now wait for a specified number of clicks and finish the ↵Maximilian Albert2008-06-121-0/+2
| | | | | path afterwards; together with the new polylines mode this will be used to pass paths as arguments to LPEs (bzr r5901)
* Remove obsolete variable 'onlycurves' from pen-context.(h|cpp)Maximilian Albert2008-06-121-1/+0
| | | (bzr r5900)
* New 'polylines only' mode in pen context; to be used later when LPEs are ↵Maximilian Albert2008-06-121-0/+2
| | | | | waiting for mouse input (bzr r5899)
* Disable pen event handling during important update operationsJohn Bintz2006-09-031-0/+2
| | | (bzr r1668)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+62
(bzr r1)