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
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-503
/
+0
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-30
/
+39
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-4
/
+4
2013-10-12
Fix crash with experimental lpe tool.
Markus Engel
1
-3
/
+2
2013-10-04
C++
Johan B. C. Engelen
1
-1
/
+1
2013-09-26
random code cleanup
Johan B. C. Engelen
1
-2
/
+2
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-2
/
+2
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-3
/
+2
2013-08-04
Cleaned up once more.
Markus Engel
1
-73
/
+39
2013-08-03
reduce scope of variables
Johan B. C. Engelen
1
-10
/
+8
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-7
/
+1
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-2
/
+2
2013-07-19
Cleanup.
Matthew Petroff
1
-8
/
+0
2013-07-19
Ported "src/lpe-tool-context.*"
Matthew Petroff
1
-9
/
+28
2013-04-27
various changes
Markus Engel
1
-1
/
+1
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-2
/
+2
2013-04-20
Moved factories to different files.
Markus Engel
1
-1
/
+1
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-85
/
+19
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-0
/
+16
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-0
/
+2
2013-04-09
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
1
-9
/
+21
2013-04-08
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
1
-7
/
+44
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-37
/
+12
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
[next]