index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tools
/
connector-tool.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-07-01
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...
Sylvain Chiron
1
-2
/
+1
2017-06-30
Starting selectable knots
Jabier Arraiza
1
-5
/
+5
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-1
/
+1
2016-08-29
Partial fix for bug 172063 while we find a better solution for XOR in helper ...
Jabier Arraiza Cenoz
1
-3
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-7
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+7
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-7
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-1
/
+1
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-3
/
+3
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
1
-2
/
+2
2015-11-13
static code analysis
Kris De Gussem
1
-1
/
+1
2015-03-19
ui/tools: sp. fixes (cosmetic)
Bryce Harrington
1
-1
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-25
Strip ToolFactory
Liam P. White
1
-10
/
+0
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-18
Just...
mc
1
-5
/
+3
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-7
/
+7
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-2
/
+2
2014-11-26
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+1
2014-03-28
Further refactored SPKnot.
Markus Engel
1
-11
/
+11
2014-03-27
First step of refactoring SPKnot.
Markus Engel
1
-25
/
+28
2014-03-27
Changed some return types from gint to bool.
Markus Engel
1
-4
/
+4
2014-03-26
Cleaned up connector-tool, pen-tool, and pencil-tool.
Markus Engel
1
-54
/
+42
2014-03-02
Added some consts. Turned functions to member functions.
Markus Engel
1
-322
/
+262
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-44
/
+29
2014-02-04
Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after tool...
Nicolas Dufour
1
-1
/
+6
2013-11-12
Clean up some tool related things.
Markus Engel
1
-7
/
+7
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-64
/
+71
2013-10-09
Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag...
Nicolas Dufour
1
-1
/
+1
2013-09-02
Fix bug that added transforms to new objects.
Matthew Petroff
1
-0
/
+2
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-1
/
+1
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-3
/
+3
2013-04-27
various changes
Markus Engel
1
-156
/
+110
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-4
/
+4
2013-04-20
Moved factories to different files.
Markus Engel
1
-1
/
+1
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-94
/
+18
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
-14
/
+32
2013-04-08
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
1
-6
/
+43
2013-03-31
Fix copyright email for Martin Owens
Martin Owens
1
-1
/
+1
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-32
/
+7
2013-01-13
Minor warning and dead code cleanup.
Jon A. Cruz
1
-1
/
+1
2012-12-31
Replace C-style pointer casts in event contexts
Alex Valavanis
1
-13
/
+10
[next]