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
2015-03-19
ui/tools: sp. fixes (cosmetic)
Bryce Harrington
1
-1
/
+1
2015-02-27
more cast cleanup
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
-3
/
+3
2015-02-18
Just...
mc
1
-6
/
+4
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-2
/
+2
2014-12-21
Purge sp_desktop_controls
Liam P. White
1
-1
/
+1
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-2
/
+2
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-2
/
+2
2014-11-12
Fixed bug in node point selection to LPE.
Jabier Arraiza Cenoz
1
-1
/
+1
2014-11-05
Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...
Jabier Arraiza Cenoz
1
-0
/
+10
2014-10-05
Move more UI code into ui/
Liam P. White
1
-2
/
+2
2014-09-27
Update to experimental r13565
Liam P. White
1
-22
/
+19
2014-09-07
Update to experimental r13543
Liam P. White
1
-21
/
+17
2014-08-31
Fix for bug #1363497 (strange crash with knot path effect)
Liam P. White
1
-21
/
+17
2014-08-08
Massive performance improvment for basic node operations with thousands of nodes
Liam P. White
1
-1
/
+1
2014-08-01
Fix for #906794, #1246550 (live effects not showing helper paths)
Jabier Arraiza Cenoz
1
-1
/
+45
2014-07-26
Clean up some ShapeHolder related things
Liam P. White
1
-1
/
+1
2014-05-13
Add Simplify LPE
Jabier Arraiza Cenoz
1
-3
/
+45
2014-03-03
Fixed path color when changed by Objects Dialog
Liam P. White
1
-1
/
+2
2014-02-26
Made constructors of tools use initializer lists.
Markus Engel
1
-24
/
+21
2014-01-11
suppress compiler warnings
Kris De Gussem
1
-1
/
+1
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-2
/
+2
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-29
/
+37
2013-10-09
Fix cycling through nodes with tab key.
Markus Engel
1
-11
/
+1
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-14
/
+8
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-4
/
+4
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-11
/
+11
2013-04-21
Cleaned up a bit.
Markus Engel
1
-299
/
+283
2013-04-20
Moved factories to different files.
Markus Engel
1
-1
/
+1
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-109
/
+12
2013-04-20
Further changes to EventContexts; they work without GObject
Markus Engel
1
-17
/
+74
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
-7
/
+29
2013-04-08
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
1
-12
/
+48
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-49
/
+29
2012-11-01
remove flash path when nodetool eventcontext is destroyed. fixes bug for pers...
Johan B. C. Engelen
1
-0
/
+4
2012-09-02
Fix for 406044 : Esc with no selection, activates selection tool
John Smith
1
-1
/
+2
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-1
/
+1
2012-05-17
Extended resizing to node handles.
Jon A. Cruz
1
-0
/
+17
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-5
/
+1
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-5
/
+13
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-2
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-0
/
+2
2012-01-23
Patch from John Smith for 623660
Josh Andler
1
-3
/
+3
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-04-01
use shape's curve before LPE as flash path in node tool. so now, you should s...
Johan B. C. Engelen
1
-2
/
+3
[prev]
[next]