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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-19
Speedup filtering and panning
Jabier Arraiza
1
-4
/
+12
2019-11-12
Fix non-translatable strings in node-tool.cpp
Patrick Storz
1
-10
/
+15
2019-10-19
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
1
-1
/
+4
2019-10-11
Fix issue on lagging space panning and resizing canvas pointed br @ede123 in ...
Jabier Arraiza
1
-8
/
+13
2019-10-10
Improve node tool not limiting the time to make the rendering
Jabier Arraiza
1
-6
/
+8
2019-10-09
Deselect nodes on tool chande. Fixing style.
Jabier Arraiza
1
-1
/
+2
2019-10-09
Actualizarsrc/ui/tools/node-tool.h, src/ui/tools/node-tool.cpp archivos
Jabier Arraiza
1
-0
/
+6
2019-10-09
Improve node selection ~x3 removing unneded updateNow() called in non necesar...
Jabier Arraiza
1
-4
/
+6
2019-08-18
reduce usage of desktop coordinates (#341)
Thomas Holder
1
-1
/
+5
2019-02-20
Prevent crashes in node tool
Jabiertxof
1
-2
/
+3
2019-01-02
modernize loops
Marc Jeanmougin
1
-10
/
+8
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
Fix warning object!=nullptr
Marc Jeanmougin
1
-1
/
+1
2018-06-21
Move pixmaps to ui/pixmaps, and update the README accordingly.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-24
/
+24
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-20
/
+28
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-1
/
+1
2017-10-01
Fix the editing of clipping and masking objects
Stefano Facchini
1
-1
/
+2
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-5
/
+1
2017-05-29
Working on hide
Jabier Arraiza Cenoz
1
-1
/
+1
2017-05-29
Add toggle clip bisibility button
Jabier Arraiza Cenoz
1
-1
/
+1
2017-05-29
Initial release
Jabiertxof
1
-2
/
+5
2017-01-22
Update to new code in trunk
Jabiertxof
1
-2
/
+2
2016-12-19
Remove unneeded static var from previous commit
Jabier Arraiza Cenoz
1
-12
/
+12
2016-12-19
Add update_helperpaths not member of nodetool class to easy call from outside
Jabier Arraiza Cenoz
1
-17
/
+23
2016-10-07
Fix bug:1630821 on LPE selected nodes
Jabier Arraiza Cenoz
1
-6
/
+5
2016-08-29
Add phantom bpath to helper
Jabier Arraiza Cenoz
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
-14
/
+1
2016-08-29
Add comment and fix in helper paths
Jabier Arraiza Cenoz
1
-1
/
+1
2016-08-29
Fixes to helper paths. evaluate backport to 0.92.x
Jabier Arraiza Cenoz
1
-6
/
+14
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-6
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-1
/
+1
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-2
/
+2
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-2
/
+2
2016-06-18
Fixes when moves a path
Jabier Arraiza Cenoz
1
-4
/
+5
2016-06-18
fixing bug moving nodes
Jabier Arraiza Cenoz
1
-1
/
+1
2016-06-18
Pre fixing selected points
Jabier Arraiza Cenoz
1
-3
/
+3
2016-06-12
Fix 90% of tweenk review
Jabier Arraiza Cenoz
1
-5
/
+5
2016-05-21
Remove duplicated code
Jabier Arraiza Cenoz
1
-5
/
+0
2016-02-08
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
1
-2
/
+2
2015-12-07
static code analysis
Kris De Gussem
1
-1
/
+1
2015-06-10
Change function call to one line
Alexander Brock
1
-3
/
+1
2015-06-10
Compute angle in [0,180[ and adhere to style guide
Alexander Brock
1
-11
/
+6
2015-06-08
Show angle of selected line segments relative to X-axis
Alexander Brock
1
-3
/
+26
2015-05-30
Snapping in node tool now also works when:
Diederik van Lierop
1
-27
/
+79
[next]