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
/
node-tool.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pixmaps to ui/pixmaps, and update the README accordingly.
Emmanuel Gil Peyrot
2018-06-21
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-24
/
+24
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Base LPE refactor
Jabier Arraiza
2018-03-26
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-20
/
+28
*
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
2017-10-05
1
-1
/
+1
*
Fix the editing of clipping and masking objects
Stefano Facchini
2017-10-01
1
-1
/
+2
*
update to trunk
Jabier Arraiza
2017-07-01
1
-5
/
+1
|
\
|
*
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
2017-06-30
1
-5
/
+1
*
|
Working on hide
Jabier Arraiza Cenoz
2017-05-29
1
-1
/
+1
*
|
Add toggle clip bisibility button
Jabier Arraiza Cenoz
2017-05-29
1
-1
/
+1
*
|
Initial release
Jabiertxof
2017-05-29
1
-2
/
+5
|
/
*
Remove unneeded static var from previous commit
Jabier Arraiza Cenoz
2016-12-19
1
-12
/
+12
*
Add update_helperpaths not member of nodetool class to easy call from outside
Jabier Arraiza Cenoz
2016-12-19
1
-17
/
+23
*
Fix bug:1630821 on LPE selected nodes
Jabier Arraiza Cenoz
2016-10-07
1
-6
/
+5
*
Add phantom bpath to helper
Jabier Arraiza Cenoz
2016-08-29
1
-1
/
+1
*
Partial fix for bug 172063 while we find a better solution for XOR in helper ...
Jabier Arraiza Cenoz
2016-08-29
1
-14
/
+1
*
Add comment and fix in helper paths
Jabier Arraiza Cenoz
2016-08-29
1
-1
/
+1
*
Fixes to helper paths. evaluate backport to 0.92.x
Jabier Arraiza Cenoz
2016-08-29
1
-6
/
+14
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-6
/
+0
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-6
/
+0
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+6
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-6
/
+0
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-1
/
+1
*
|
Last part of new SPObject children list
Adrian Boguszewski
2016-07-14
1
-2
/
+2
*
|
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-3
/
+4
|
\
|
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-2
/
+2
|
/
*
Remove duplicated code
Jabier Arraiza Cenoz
2016-05-21
1
-5
/
+0
*
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
2016-02-08
1
-2
/
+2
*
static code analysis
Kris De Gussem
2015-12-07
1
-1
/
+1
*
Merge node angle measurement by Alexander Brock
Krzysztof Kosi??ski
2015-06-24
1
-3
/
+21
|
\
|
*
Change function call to one line
Alexander Brock
2015-06-10
1
-3
/
+1
|
*
Compute angle in [0,180[ and adhere to style guide
Alexander Brock
2015-06-10
1
-11
/
+6
|
*
Show angle of selected line segments relative to X-axis
Alexander Brock
2015-06-08
1
-3
/
+26
|
/
*
Snapping in node tool now also works when:
Diederik van Lierop
2015-05-30
1
-27
/
+79
*
merging
Marc Jeanmougin
2015-04-26
1
-1
/
+1
|
\
|
*
ui/tools: sp. fixes (cosmetic)
Bryce Harrington
2015-03-19
1
-1
/
+1
*
|
merge
Marc Jeanmougin
2015-04-26
1
-10
/
+0
|
\
|
|
*
Strip ToolFactory
Liam P. White
2015-02-25
1
-10
/
+0
*
|
more cast cleanup
Marc Jeanmougin
2015-02-27
1
-1
/
+1
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-3
/
+3
*
|
Just...
mc
2015-02-18
1
-6
/
+4
|
/
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-2
/
+2
*
Purge sp_desktop_controls
Liam P. White
2014-12-21
1
-1
/
+1
*
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
2014-12-21
1
-2
/
+2
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-2
/
+2
*
Fixed bug in node point selection to LPE.
Jabier Arraiza Cenoz
2014-11-12
1
-1
/
+1
*
Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...
Jabier Arraiza Cenoz
2014-11-05
1
-0
/
+10
*
Move more UI code into ui/
Liam P. White
2014-10-05
1
-2
/
+2
[next]