summaryrefslogtreecommitdiffstats
path: root/src/pen-context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-105/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-11/+19
| | | (bzr r12782)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Cleaned up once more.Markus Engel2013-08-041-2/+3
| | | (bzr r11608.1.118)
* Further refactoring of EventContexts.Markus Engel2013-07-301-2/+2
| | | (bzr r11608.1.109)
* various changesMarkus Engel2013-04-271-14/+14
| | | (bzr r11608.1.105)
* Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-1/+1
| | | (bzr r11608.1.104)
* Merging of EventContext classes complete.Markus Engel2013-04-201-22/+2
| | | (bzr r11608.1.98)
* Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-2/+6
| | | (bzr r11608.1.96)
* Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-0/+2
| | | (bzr r11608.1.94)
* Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-0/+1
| | | (bzr r11608.1.90)
* Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-1/+20
| | | (bzr r11608.1.89)
* 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)