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
/
tool
/
path-manipulator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-12-16
Node tool: fix Tab and Shift+Tab
Krzysztof Kosi??ski
1
-58
/
+1
2010-11-19
Fix rare crash when trying to drag after undo in the node tool
Krzysztof Kosi??ski
1
-0
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-12
Fix oddities related to smooth endnodes. Should fix a crasher.
Krzysztof Kosi??ski
1
-9
/
+3
2010-10-12
Cherry pick node duplication from 0.48 stable
Krzysztof Kosi??ski
1
-0
/
+33
2010-08-13
Fix funny behavior when dragging near the start node of a path
Krzysztof Kosi??ski
1
-1
/
+4
2010-08-13
Fix node editor crash when dragging near the last node of a path
Krzysztof Kosi??ski
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
-1
/
+1
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-5
/
+10
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-2
/
+2
2010-04-06
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
1
-1
/
+1
2010-04-03
Initial fix for the inverted coordinate system bug
Krzysztof Kosi??ski
1
-1
/
+1
2010-03-18
Fix a few remaining oddities in handle scaling via keyboard
Krzysztof Kosi??ski
1
-10
/
+15
2010-03-18
Fix scaling of degenerate handles using keybard shortcuts.
Krzysztof Kosi??ski
1
-5
/
+23
2010-03-14
New node tool: implement handle snapping
Krzysztof Kosi??ski
1
-0
/
+1
2010-03-14
Implement keyboard shortcuts for single handle adjustments.
Krzysztof Kosi??ski
1
-5
/
+74
2010-02-25
Warning cleanup.
Jon A. Cruz
1
-1
/
+4
2010-02-18
Fix node tool crash on path where the last subpath is a lone moveto
Krzysztof Kosi??ski
1
-1
/
+4
2010-02-18
Make ControlPointSelection trackable to prevent random crashes
Krzysztof Kosi??ski
1
-11
/
+11
2010-02-10
(Probably) fix a crash in the node tool and fix Ctrl+Alt dragging
Krzysztof Kosi??ski
1
-6
/
+15
2010-02-09
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
1
-1
/
+1
2010-02-07
Fix new path update preference.
Krzysztof Kosi??ski
1
-7
/
+5
2010-02-06
Fix performance regressions in the node tool and a stupid crash bug
Krzysztof Kosi??ski
1
-4
/
+6
2010-02-04
Reduce libsigc++ usage to partially fix performance regressions
Krzysztof Kosi??ski
1
-35
/
+0
2010-01-31
Add pref settings that control updating the display of paths when dragging
Krzysztof Kosi??ski
1
-2
/
+24
2010-01-28
Fix some actions failing when show handles is off.
Krzysztof Kosi??ski
1
-3
/
+3
2010-01-24
Fix freezes when deleting nodes.
Krzysztof Kosi??ski
1
-1
/
+1
2010-01-20
Make Ctrl+Alt+click delete nodes.
Krzysztof Kosi??ski
1
-72
/
+99
2010-01-20
Fix path reverse action (Shift+R) in the node tool.
Krzysztof Kosi??ski
1
-6
/
+9
2010-01-20
Select the first node of the path when Tab is pressed and nothing is selected.
Krzysztof Kosi??ski
1
-9
/
+21
2010-01-14
Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),
Krzysztof Kosi??ski
1
-8
/
+15
2010-01-14
Implement segment weld to make segment join similar to node join
Krzysztof Kosi??ski
1
-3
/
+55
2010-01-10
* Implement node snapping.
Krzysztof Kosi??ski
1
-47
/
+1
2009-12-26
Implement selection linear grow
Krzysztof Kosi??ski
1
-5
/
+0
2009-12-26
Implement selection spatial grow
Krzysztof Kosi??ski
1
-10
/
+48
2009-12-23
Comment cleanup
Krzysztof Kosi??ski
1
-4
/
+5
2009-12-08
Fix LPEs and break mask transform undo
Krzysztof Kosi??ski
1
-19
/
+102
2009-12-05
Fix mask editing behavior on undo and outline display for masks/clips;
Krzysztof Kosi??ski
1
-0
/
+12
2009-11-29
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
1
-0
/
+1183
[prev]