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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-06
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
1
-0
/
+2
2010-03-05
Fix double reverse with Shift+R in the node tool.
Krzysztof Kosi??ski
1
-0
/
+1
2010-03-04
Improve behavior when pasting, DnDing and importing bitmap images
Krzysztof Kosi??ski
1
-20
/
+19
2010-03-04
Clean up the unordered containers fix.
Krzysztof Kosi??ski
2
-16
/
+14
2010-03-04
Fixing build breakage with more proper autoconf usage.
Jon A. Cruz
2
-7
/
+30
2010-03-03
Fix color swatch drag preview.
Jon A. Cruz
1
-0
/
+1
2010-03-03
Clean up control point event handling slightly
Krzysztof Kosi??ski
1
-18
/
+14
2010-03-03
Node tool: implement sculpting
Krzysztof Kosi??ski
3
-14
/
+39
2010-03-02
Implement a preference that determines whether deleting nodes
Krzysztof Kosi??ski
3
-5
/
+12
2010-03-02
Use Boost unordeed containers instead of TR1 to minimize pain
Krzysztof Kosi??ski
2
-8
/
+4
2010-03-02
Cleanup on id access.
Jon A. Cruz
5
-13
/
+13
2010-03-01
Cast cleanup.
Jon A. Cruz
1
-2
/
+2
2010-02-28
Compilation fixes for Windows 64-bit by Fridrich
Krzysztof Kosi??ski
1
-3
/
+3
2010-02-25
1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...
Diederik van Lierop
1
-2
/
+3
2010-02-25
Warning cleanup.
Jon A. Cruz
2
-2
/
+5
2010-02-21
Make sure that guides always snap correctly when dropping them, and improve p...
Diederik van Lierop
1
-4
/
+9
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
2
-12
/
+12
2010-02-14
fix bug: when creating an xy-grid, respect the default unit setting. (the pre...
Johan B. C. Engelen
1
-1
/
+1
2010-02-14
color the original-d path just like a normal path when an LPE is applied.
Johan B. C. Engelen
1
-1
/
+1
2010-02-14
add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.
Johan B. C. Engelen
5
-2
/
+119
2010-02-14
Implementation of snap delay mechanism for guides
Diederik van Lierop
1
-1
/
+1
2010-02-13
File preview max size increased to 10Mio.
Nicolas Dufour
2
-2
/
+2
2010-02-11
Correct fix from r9070 so that it doesn't break path highlighting
Krzysztof Kosi??ski
1
-6
/
+2
2010-02-10
fix middle button pan and rubberband-zoom in node tool
buliabyak
1
-1
/
+7
2010-02-10
Typo fix submitted by Yuro Chornoivan
Alexandre Prokoudine
1
-1
/
+1
2010-02-10
(Probably) fix a crash in the node tool and fix Ctrl+Alt dragging
Krzysztof Kosi??ski
2
-22
/
+33
2010-02-09
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
10
-114
/
+321
2010-02-08
Really fix middle click zoom in the node tool.
Krzysztof Kosi??ski
1
-3
/
+5
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
8
-15
/
+64
2010-02-06
Fix event handling for control points when multiple buttons are pressed;
Krzysztof Kosi??ski
1
-31
/
+34
2010-02-04
Patch by Martin Sucha to add preferences to for grouping on Clip/Mask
Josh Andler
2
-0
/
+24
2010-02-04
Reduce libsigc++ usage to partially fix performance regressions
Krzysztof Kosi??ski
15
-307
/
+205
2010-02-01
Updates for devlibs revision 9
Krzysztof Kosi??ski
1
-2
/
+2
2010-01-31
Fix the position of joined nodes to match 0.47
Krzysztof Kosi??ski
1
-13
/
+10
2010-01-31
Add pref settings that control updating the display of paths when dragging
Krzysztof Kosi??ski
8
-2
/
+70
2010-01-31
Fix constrained snapping in node tool.
Krzysztof Kosi??ski
1
-4
/
+5
2010-01-28
Fix the "edit next LPE parameter" button.
Krzysztof Kosi??ski
1
-2
/
+6
2010-01-28
Fix some actions failing when show handles is off.
Krzysztof Kosi??ski
1
-3
/
+3
2010-01-27
Farsi support in win32 packages and Inkscape preferences
Nicolas Dufour
1
-2
/
+2
2010-01-24
Fix freezes when deleting nodes.
Krzysztof Kosi??ski
1
-1
/
+1
2010-01-23
Remove redundancy from snapping API (type of snapsource no longer has to be s...
Diederik van Lierop
1
-6
/
+5
2010-01-22
Fix some of the LPE issues.
Krzysztof Kosi??ski
1
-5
/
+3
2010-01-20
Fix Ctrl+Alt+click deletion of selected nodes when transform handles
Krzysztof Kosi??ski
2
-7
/
+10
2010-01-20
Insert nodes on Ctrl+Alt+click on a path.
Krzysztof Kosi??ski
2
-2
/
+15
2010-01-20
Go back to using TR1 unordered containers to fix warnings. Add configure
Krzysztof Kosi??ski
3
-33
/
+9
2010-01-20
Make Ctrl+Alt+click delete nodes.
Krzysztof Kosi??ski
2
-74
/
+101
2010-01-20
Fix middle click zoom in the node tool.
Krzysztof Kosi??ski
1
-1
/
+9
2010-01-20
Fix path reverse action (Shift+R) in the node tool.
Krzysztof Kosi??ski
3
-10
/
+31
[next]