summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Draw limiting bounding box in geometriy toolMaximilian Albert2008-08-181-0/+33
| | | (bzr r6671)
* Remove commented parts of codeMaximilian Albert2008-08-181-196/+3
| | | (bzr r6670)
* Two more subtoolsMaximilian Albert2008-08-181-2/+4
| | | (bzr r6669)
* remove commented includes; #ifdef HAVE_CONFIG_HMaximilian Albert2008-08-181-38/+2
| | | (bzr r6668)
* whitespace cleanupMaximilian Albert2008-08-181-2/+2
| | | (bzr r6663)
* New crosshairs cursor for geometry contextMaximilian Albert2008-08-181-14/+7
| | | (bzr r6662)
* Many debugging messagesMaximilian Albert2008-08-181-0/+3
| | | (bzr r6661)
* Since we know what the parent context is we don't need to check whether it ↵Maximilian Albert2008-08-181-8/+2
| | | | | has a root handler (bzr r6659)
* Change cursor in LPETool when over stroke; call root handler of parent ↵Maximilian Albert2008-08-181-5/+23
| | | | | context, too (except in special situations) (bzr r6658)
* Really call sp_lpetool_context_selection_changed() when selection changed ↵Maximilian Albert2008-08-181-3/+15
| | | | | (had forgotten to connect to signal before) (bzr r6657)
* Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ↵Maximilian Albert2008-08-181-21/+65
| | | | | selections doesn't work right yet; changing the cursor would also be nice) (bzr r6656)
* At the moment mouse click starts waiting for the activated LPE and nothing ↵Maximilian Albert2008-08-181-17/+71
| | | | | else (editing is not possible; no toolbar controls yet) (bzr r6654)
* Let LPEToolContext derive from PenContext so that we can use its LPE frameworkMaximilian Albert2008-08-181-4/+10
| | | (bzr r6646)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-181-0/+401
constructed from LPEs) (bzr r6645)