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
*
Unselet item in geometry tool when the user clicked into empty space
Maximilian Albert
2008-09-08
1
-1
/
+3
*
Make click-select work in geometry tool
Maximilian Albert
2008-09-05
1
-0
/
+33
*
Attempt to fix crashes in geometry tool which I don't see :-/
Maximilian Albert
2008-08-18
1
-1
/
+6
*
Don't unnecessarily block button press
Maximilian Albert
2008-08-18
1
-8
/
+7
*
Option to display measuring info in geometry tool
Maximilian Albert
2008-08-18
1
-2
/
+117
*
Add mirror symmetry to geometry tool
Maximilian Albert
2008-08-18
1
-1
/
+2
*
Remove debugging messages
Maximilian Albert
2008-08-18
1
-11
/
+0
*
Toggle button in geometry toolbar to set limiting bounding box for LPELineSeg...
Maximilian Albert
2008-08-18
1
-4
/
+19
*
Some debugging messages
Maximilian Albert
2008-08-18
1
-0
/
+4
*
Add action to change the end type of line segments if an item has LPELineSegm...
Maximilian Albert
2008-08-18
1
-0
/
+17
*
Apply a geometric construction directly to selected item if the LPE supports it
Maximilian Albert
2008-08-18
1
-2
/
+24
*
noop: wording
Maximilian Albert
2008-08-18
1
-1
/
+1
*
Absorb all mouse clicks (and flash a warning on the status bar) when no subto...
Maximilian Albert
2008-08-18
1
-0
/
+9
*
Switch back to all_inactive mode after applying a geometric LPE
Maximilian Albert
2008-08-18
1
-1
/
+24
*
Add button whether to display limiting bounding box; add 'all inactive' toggl...
Maximilian Albert
2008-08-18
1
-1
/
+10
*
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