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-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
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-20
Fix snapping in the node tool when more than one point is dragged.
Krzysztof Kosi??ski
3
-27
/
+9
2010-01-18
Added temp option to enable repositioning of not-quite-completed UI items in ...
Jon A. Cruz
3
-3
/
+20
2010-01-16
Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.
Krzysztof Kosi??ski
1
-1
/
+1
2010-01-15
Fix for compile on windows. Fixes bug #506845.
Jon A. Cruz
1
-2
/
+2
2010-01-15
Warning cleanup.
Jon A. Cruz
7
-27
/
+50
2010-01-14
Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),
Krzysztof Kosi??ski
3
-17
/
+50
2010-01-14
Remove "show transform handles" from prefs - no longer necessary
Krzysztof Kosi??ski
2
-3
/
+0
2010-01-14
* Add "show transform handles" toggle button.
Krzysztof Kosi??ski
5
-62
/
+73
2010-01-14
Re-enable snapping on release, for now.
Krzysztof Kosi??ski
1
-2
/
+2
2010-01-14
Implement segment weld to make segment join similar to node join
Krzysztof Kosi??ski
3
-11
/
+61
2010-01-13
Adding a 'widescreen' task.
Jon A. Cruz
1
-11
/
+19
2010-01-13
Some additional docs
Krzysztof Kosi??ski
3
-20
/
+43
2010-01-12
Initial cut of disabling floating windows on window managers with problems.
Jon A. Cruz
2
-1
/
+33
2010-01-11
Implemented dynamic repositioning of toolboxes.
Jon A. Cruz
1
-9
/
+13
2010-01-10
Completed base code to flip toolbox orientation.
Jon A. Cruz
2
-4
/
+74
2010-01-10
* Implement node snapping.
Krzysztof Kosi??ski
12
-177
/
+232
2010-01-09
Initial c++-ification of toolbox creation.
Jon A. Cruz
1
-1
/
+1
2010-01-08
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
3
-27
/
+70
2010-01-07
Added UXManager. Cleaning up toolbox creation.
Jon A. Cruz
3
-1
/
+118
[prev]
[next]