| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -105/+0 |
| | | | | (bzr r12785) | ||||
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -11/+19 |
| | | | | (bzr r12782) | ||||
| * | Added runtime check in SP_-cast macros. | Markus Engel | 2013-09-15 | 1 | -1/+1 |
| | | | | (bzr r11608.1.123) | ||||
| * | Modified SP_IS_ macros. | Markus Engel | 2013-09-14 | 1 | -1/+1 |
| | | | | (bzr r11608.1.122) | ||||
| * | Cleaned up once more. | Markus Engel | 2013-08-04 | 1 | -2/+3 |
| | | | | (bzr r11608.1.118) | ||||
| * | Further refactoring of EventContexts. | Markus Engel | 2013-07-30 | 1 | -2/+2 |
| | | | | (bzr r11608.1.109) | ||||
| * | various changes | Markus Engel | 2013-04-27 | 1 | -14/+14 |
| | | | | (bzr r11608.1.105) | ||||
| * | Removed some unused files; more refactoring in EventContext tree. | Markus Engel | 2013-04-21 | 1 | -1/+1 |
| | | | | (bzr r11608.1.104) | ||||
| * | Merging of EventContext classes complete. | Markus Engel | 2013-04-20 | 1 | -22/+2 |
| | | | | (bzr r11608.1.98) | ||||
| * | Replaced casting macros for EventContext tree; added contructors. | Markus Engel | 2013-04-13 | 1 | -2/+6 |
| | | | | (bzr r11608.1.96) | ||||
| * | Added prefPaths to contexts; modified SPFactory | Markus Engel | 2013-04-12 | 1 | -0/+2 |
| | | | | (bzr r11608.1.94) | ||||
| * | Added constructors to EventContext tree / some missing virtual pads. | Markus Engel | 2013-04-09 | 1 | -0/+1 |
| | | | | (bzr r11608.1.90) | ||||
| * | Started conversion of SPEventContext tree; added virtual pads to all classes. | Markus Engel | 2013-04-08 | 1 | -1/+20 |
| | | | | (bzr r11608.1.89) | ||||
| * | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 2012-05-04 | 1 | -2/+5 |
| | | | | (bzr r11321) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -1/+4 |
| | | | | (bzr r11316) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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 replacements | Maximilian Albert | 2008-09-18 | 1 | -1/+1 |
| | | | | (bzr r6835) | ||||
| * | Add function to cancel wait-for-LPE mode in pen context | Maximilian Albert | 2008-08-18 | 1 | -0/+1 |
| | | | | (bzr r6687) | ||||
| * | Groundwork for new LPETool tool (which consists of subtools that are ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+2 |
| | | | | | | constructed from LPEs) (bzr r6645) | ||||
| * | New mode in pen tool to draw paraxial lines | Maximilian Albert | 2008-08-06 | 1 | -0/+4 |
| | | | | (bzr r6575) | ||||
| * | Separate function to put pen context into 'wait for LPE mouse clicks' mode | Maximilian Albert | 2008-06-16 | 1 | -0/+2 |
| | | | | (bzr r5958) | ||||
| * | When expecting mouse clicks for a LPE in pen context, don't concatenate with ↵ | Maximilian Albert | 2008-06-12 | 1 | -6/+7 |
| | | | | | | or continue existing paths (bzr r5904) | ||||
| * | More infrastructure to have waiting LPEs that are freshly created and ↵ | Maximilian Albert | 2008-06-12 | 1 | -1/+1 |
| | | | | | | applied to yet-to-be-drawn paths (bzr r5903) | ||||
| * | Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait ↵ | Maximilian Albert | 2008-06-12 | 1 | -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 Albert | 2008-06-12 | 1 | -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 Albert | 2008-06-12 | 1 | -1/+0 |
| | | | | (bzr r5900) | ||||
| * | New 'polylines only' mode in pen context; to be used later when LPEs are ↵ | Maximilian Albert | 2008-06-12 | 1 | -0/+2 |
| | | | | | | waiting for mouse input (bzr r5899) | ||||
| * | Disable pen event handling during important update operations | John Bintz | 2006-09-03 | 1 | -0/+2 |
| | | | | (bzr r1668) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+62 |
| (bzr r1) | |||||
