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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+1
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-3
/
+3
2012-01-04
CanvasText: reinstate ability to set anchor position manually
Diederik van Lierop
1
-4
/
+2
2012-01-01
1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...
Diederik van Lierop
1
-2
/
+4
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-1
/
+0
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-5
/
+4
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-2
/
+2
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-03-04
Removed unused static pixmap reference.
Jon A. Cruz
1
-1
/
+0
2009-12-24
Remove remnants of old node tool
Krzysztof Kosi??ski
1
-30
/
+0
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-04-18
Fix most icons in the geometry tool
Krzysztof Kosi??ski
1
-11
/
+12
2009-03-11
move canvastext to its own file (no linking error for me anymore), add outlin...
bulia byak
1
-0
/
+1
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-3
/
+3
2008-12-05
Warning cleanup.
Jon A. Cruz
1
-2
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-3
/
+4
2008-10-27
From trunk
Ted Gould
1
-16
/
+23
2008-09-08
Unselet item in geometry tool when the user clicked into empty space
Maximilian Albert
1
-1
/
+3
2008-09-05
Make click-select work in geometry tool
Maximilian Albert
1
-0
/
+33
2008-08-18
Attempt to fix crashes in geometry tool which I don't see :-/
Maximilian Albert
1
-1
/
+6
2008-08-18
Don't unnecessarily block button press
Maximilian Albert
1
-8
/
+7
2008-08-18
Option to display measuring info in geometry tool
Maximilian Albert
1
-2
/
+117
2008-08-18
Add mirror symmetry to geometry tool
Maximilian Albert
1
-1
/
+2
2008-08-18
Remove debugging messages
Maximilian Albert
1
-11
/
+0
2008-08-18
Toggle button in geometry toolbar to set limiting bounding box for LPELineSeg...
Maximilian Albert
1
-4
/
+19
2008-08-18
Some debugging messages
Maximilian Albert
1
-0
/
+4
2008-08-18
Add action to change the end type of line segments if an item has LPELineSegm...
Maximilian Albert
1
-0
/
+17
2008-08-18
Apply a geometric construction directly to selected item if the LPE supports it
Maximilian Albert
1
-2
/
+24
2008-08-18
noop: wording
Maximilian Albert
1
-1
/
+1
2008-08-18
Absorb all mouse clicks (and flash a warning on the status bar) when no subto...
Maximilian Albert
1
-0
/
+9
2008-08-18
Switch back to all_inactive mode after applying a geometric LPE
Maximilian Albert
1
-1
/
+24
2008-08-18
Add button whether to display limiting bounding box; add 'all inactive' toggl...
Maximilian Albert
1
-1
/
+10
2008-08-18
Draw limiting bounding box in geometriy tool
Maximilian Albert
1
-0
/
+33
2008-08-18
Remove commented parts of code
Maximilian Albert
1
-196
/
+3
2008-08-18
Two more subtools
Maximilian Albert
1
-2
/
+4
2008-08-18
remove commented includes; #ifdef HAVE_CONFIG_H
Maximilian Albert
1
-38
/
+2
2008-08-18
whitespace cleanup
Maximilian Albert
1
-2
/
+2
2008-08-18
New crosshairs cursor for geometry context
Maximilian Albert
1
-14
/
+7
2008-08-18
Many debugging messages
Maximilian Albert
1
-0
/
+3
2008-08-18
Since we know what the parent context is we don't need to check whether it ha...
Maximilian Albert
1
-8
/
+2
2008-08-18
Change cursor in LPETool when over stroke; call root handler of parent contex...
Maximilian Albert
1
-5
/
+23
2008-08-18
Really call sp_lpetool_context_selection_changed() when selection changed (ha...
Maximilian Albert
1
-3
/
+15
2008-08-18
Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ...
Maximilian Albert
1
-21
/
+65
2008-08-18
At the moment mouse click starts waiting for the activated LPE and nothing el...
Maximilian Albert
1
-17
/
+71
2008-08-18
Let LPEToolContext derive from PenContext so that we can use its LPE framework
Maximilian Albert
1
-4
/
+10
2008-08-18
Groundwork for new LPETool tool (which consists of subtools that are construc...
Maximilian Albert
1
-0
/
+401