index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lpe-tool-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Draw limiting bounding box in geometriy tool
Maximilian Albert
2008-08-18
1
-0
/
+33
*
Remove commented parts of code
Maximilian Albert
2008-08-18
1
-196
/
+3
*
Two more subtools
Maximilian Albert
2008-08-18
1
-2
/
+4
*
remove commented includes; #ifdef HAVE_CONFIG_H
Maximilian Albert
2008-08-18
1
-38
/
+2
*
whitespace cleanup
Maximilian Albert
2008-08-18
1
-2
/
+2
*
New crosshairs cursor for geometry context
Maximilian Albert
2008-08-18
1
-14
/
+7
*
Many debugging messages
Maximilian Albert
2008-08-18
1
-0
/
+3
*
Since we know what the parent context is we don't need to check whether it ha...
Maximilian Albert
2008-08-18
1
-8
/
+2
*
Change cursor in LPETool when over stroke; call root handler of parent contex...
Maximilian Albert
2008-08-18
1
-5
/
+23
*
Really call sp_lpetool_context_selection_changed() when selection changed (ha...
Maximilian Albert
2008-08-18
1
-3
/
+15
*
Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ...
Maximilian Albert
2008-08-18
1
-21
/
+65
*
At the moment mouse click starts waiting for the activated LPE and nothing el...
Maximilian Albert
2008-08-18
1
-17
/
+71
*
Let LPEToolContext derive from PenContext so that we can use its LPE framework
Maximilian Albert
2008-08-18
1
-4
/
+10
*
Groundwork for new LPETool tool (which consists of subtools that are construc...
Maximilian Albert
2008-08-18
1
-0
/
+401