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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix double reverse with Shift+R in the node tool.
Krzysztof Kosi??ski
2010-03-05
1
-0
/
+1
*
Clean up the unordered containers fix.
Krzysztof Kosi??ski
2010-03-04
2
-16
/
+14
*
Fixing build breakage with more proper autoconf usage.
Jon A. Cruz
2010-03-04
2
-7
/
+30
*
Clean up control point event handling slightly
Krzysztof Kosi??ski
2010-03-03
1
-18
/
+14
*
Node tool: implement sculpting
Krzysztof Kosi??ski
2010-03-03
3
-14
/
+39
*
Implement a preference that determines whether deleting nodes
Krzysztof Kosi??ski
2010-03-02
1
-3
/
+7
*
Use Boost unordeed containers instead of TR1 to minimize pain
Krzysztof Kosi??ski
2010-03-02
2
-8
/
+4
*
Warning cleanup.
Jon A. Cruz
2010-02-25
2
-2
/
+5
*
Make sure that guides always snap correctly when dropping them, and improve p...
Diederik van Lierop
2010-02-21
1
-4
/
+9
*
Fix node tool crash on path where the last subpath is a lone moveto
Krzysztof Kosi??ski
2010-02-18
1
-1
/
+4
*
Make ControlPointSelection trackable to prevent random crashes
Krzysztof Kosi??ski
2010-02-18
2
-12
/
+12
*
- fix bug: xy grid default unit was not respected
Johan B. C. Engelen
2010-02-14
1
-1
/
+1
|
\
|
*
color the original-d path just like a normal path when an LPE is applied.
Johan B. C. Engelen
2010-02-14
1
-1
/
+1
*
|
Implementation of snap delay mechanism for guides
Diederik van Lierop
2010-02-14
1
-1
/
+1
|
/
*
Correct fix from r9070 so that it doesn't break path highlighting
Krzysztof Kosi??ski
2010-02-11
1
-6
/
+2
*
fix middle button pan and rubberband-zoom in node tool
buliabyak
2010-02-10
1
-1
/
+7
*
(Probably) fix a crash in the node tool and fix Ctrl+Alt dragging
Krzysztof Kosi??ski
2010-02-10
2
-22
/
+33
*
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
2010-02-09
10
-114
/
+321
*
Really fix middle click zoom in the node tool.
Krzysztof Kosi??ski
2010-02-08
1
-3
/
+5
*
Fix new path update preference.
Krzysztof Kosi??ski
2010-02-07
1
-7
/
+5
*
Fix performance regressions in the node tool and a stupid crash bug
Krzysztof Kosi??ski
2010-02-06
8
-15
/
+64
*
Fix event handling for control points when multiple buttons are pressed;
Krzysztof Kosi??ski
2010-02-06
1
-31
/
+34
*
Reduce libsigc++ usage to partially fix performance regressions
Krzysztof Kosi??ski
2010-02-04
15
-307
/
+205
*
Fix the position of joined nodes to match 0.47
Krzysztof Kosi??ski
2010-01-31
1
-13
/
+10
*
Add pref settings that control updating the display of paths when dragging
Krzysztof Kosi??ski
2010-01-31
6
-2
/
+64
*
Fix constrained snapping in node tool.
Krzysztof Kosi??ski
2010-01-31
1
-4
/
+5
*
Fix the "edit next LPE parameter" button.
Krzysztof Kosi??ski
2010-01-28
1
-2
/
+6
*
Fix some actions failing when show handles is off.
Krzysztof Kosi??ski
2010-01-28
1
-3
/
+3
*
Fix freezes when deleting nodes.
Krzysztof Kosi??ski
2010-01-24
1
-1
/
+1
*
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
2010-01-23
1
-6
/
+5
*
Fix some of the LPE issues.
Krzysztof Kosi??ski
2010-01-22
1
-5
/
+3
*
Fix Ctrl+Alt+click deletion of selected nodes when transform handles
Krzysztof Kosi??ski
2010-01-20
2
-7
/
+10
*
Insert nodes on Ctrl+Alt+click on a path.
Krzysztof Kosi??ski
2010-01-20
2
-2
/
+15
*
Go back to using TR1 unordered containers to fix warnings. Add configure
Krzysztof Kosi??ski
2010-01-20
3
-33
/
+9
*
Make Ctrl+Alt+click delete nodes.
Krzysztof Kosi??ski
2010-01-20
2
-74
/
+101
*
Fix middle click zoom in the node tool.
Krzysztof Kosi??ski
2010-01-20
1
-1
/
+9
*
Fix path reverse action (Shift+R) in the node tool.
Krzysztof Kosi??ski
2010-01-20
3
-10
/
+31
*
Select the first node of the path when Tab is pressed and nothing is selected.
Krzysztof Kosi??ski
2010-01-20
1
-9
/
+21
*
Fix snapping in the node tool when more than one point is dragged.
Krzysztof Kosi??ski
2010-01-20
3
-27
/
+9
*
Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.
Krzysztof Kosi??ski
2010-01-16
1
-1
/
+1
*
Warning cleanup.
Jon A. Cruz
2010-01-15
7
-27
/
+50
*
Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),
Krzysztof Kosi??ski
2010-01-14
3
-17
/
+50
*
* Add "show transform handles" toggle button.
Krzysztof Kosi??ski
2010-01-14
5
-62
/
+73
*
Re-enable snapping on release, for now.
Krzysztof Kosi??ski
2010-01-14
1
-2
/
+2
*
Implement segment weld to make segment join similar to node join
Krzysztof Kosi??ski
2010-01-14
3
-11
/
+61
*
* Merge from trunk
Krzysztof Kosi??ski
2010-01-14
2
-9
/
+14
*
Some additional docs
Krzysztof Kosi??ski
2010-01-13
3
-20
/
+43
*
* Implement node snapping.
Krzysztof Kosi??ski
2010-01-10
12
-177
/
+232
*
Implement selection linear grow
Krzysztof Kosi??ski
2009-12-26
6
-19
/
+178
*
Implement selection spatial grow
Krzysztof Kosi??ski
2009-12-26
9
-88
/
+186
[next]