index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
remove whitespace
Johan B. C. Engelen
2010-02-24
1
-18
/
+18
|
|
*
- align on text anchor
Johan B. C. Engelen
2010-02-24
1
-18
/
+31
|
|
*
fix bug: don't output scientific notation numbers to latex
Johan B. C. Engelen
2010-02-24
1
-0
/
+3
|
|
*
add original width of picture to be able to *not* specify width in latex doc....
Johan B. C. Engelen
2010-02-24
1
-0
/
+4
|
|
*
output clones to latex too
Johan B. C. Engelen
2010-02-24
1
-2
/
+0
|
|
*
also output color to tex. ICC colors do not work yet.
Johan B. C. Engelen
2010-02-22
1
-1
/
+18
|
|
*
- proper transformations handling
Johan B. C. Engelen
2010-02-22
1
-19
/
+17
|
|
*
clean up code
Johan B. C. Engelen
2010-02-22
2
-240
/
+15
|
|
*
- change cmdline option to --export-latex.
Johan B. C. Engelen
2010-02-22
6
-100
/
+152
|
|
*
fix alignment issue. now the boundingbox is used for aligning, instead of the...
Johan B. C. Engelen
2010-02-21
1
-8
/
+32
|
|
*
add method to scale the image
Johan B. C. Engelen
2010-02-21
1
-104
/
+31
|
|
*
remove g_message
Johan B. C. Engelen
2010-02-21
1
-1
/
+0
|
|
*
add rotation to text output (the positioning is a little off)
Johan B. C. Engelen
2010-02-21
1
-3
/
+16
|
|
*
fix transforms
Johan B. C. Engelen
2010-02-21
2
-20
/
+43
|
|
*
output test.tex instead of test.pdf.tex which does not work well. strip path ...
Johan B. C. Engelen
2010-02-21
2
-6
/
+18
|
|
*
start outputting text to tex. position is wrong. filename of pdf is wrong in ...
Johan B. C. Engelen
2010-02-21
1
-38
/
+57
|
|
*
writePreamble and writePostamble
Johan B. C. Engelen
2010-02-21
3
-7
/
+189
|
|
*
add --export-pdf-latex option to the cmdline
Johan B. C. Engelen
2010-02-20
1
-0
/
+15
|
|
*
initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...
Johan B. C. Engelen
2010-02-20
6
-10
/
+581
|
|
*
add option to exclude/omit text from the PDF when saving to pdf
Johan B. C. Engelen
2010-02-20
3
-2
/
+22
|
*
|
Warning cleanup.
Jon A. Cruz
2010-02-25
2
-2
/
+5
|
*
|
Pen tool in paraxial mode: fix automatic orientation of first line segment
Diederik van Lierop
2010-02-23
1
-1
/
+6
|
*
|
PStricks opacity fix.
Nicolas Dufour
2010-02-23
1
-1
/
+13
|
*
|
1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...
Diederik van Lierop
2010-02-22
4
-25
/
+56
|
*
|
Disabled unfinished connection point edit mode. Added inkscape:connection-sta...
Arcadie M. Cracan
2010-02-21
9
-212
/
+218
|
*
|
Make sure that guides always snap correctly when dropping them, and improve p...
Diederik van Lierop
2010-02-21
6
-23
/
+30
|
*
|
Fix a memory leak in the object-snapper
Diederik van Lierop
2010-02-20
1
-1
/
+1
|
|
/
|
*
Noop: removing and updating comments, fixing indentation
Diederik van Lierop
2010-02-19
3
-174
/
+191
|
*
add Aaron and Michael as copyright holders of lpe-gears.cpp. Sorry I forgot t...
Johan B. C. Engelen
2010-02-18
1
-0
/
+2
|
*
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 a memory leak in sp_canvastext
Diederik van Lierop
2010-02-17
1
-1
/
+3
|
*
- fix bug: xy grid default unit was not respected
Johan B. C. Engelen
2010-02-14
10
-22
/
+138
|
|
\
|
|
*
fix bug: when creating an xy-grid, respect the default unit setting. (the pre...
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
|
|
*
remove obsolete TODO comment that has been done already
Johan B. C. Engelen
2010-02-14
1
-1
/
+0
|
|
*
add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.
Johan B. C. Engelen
2010-02-14
7
-19
/
+136
|
*
|
Gradient editor: don't show pre-snap indicator when hovering above the knot o...
Diederik van Lierop
2010-02-14
3
-1
/
+19
|
*
|
Implement snapping of gradient stops
Diederik van Lierop
2010-02-14
1
-0
/
+6
|
*
|
Implementation of snap delay mechanism for guides
Diederik van Lierop
2010-02-14
6
-63
/
+123
|
|
/
|
*
File preview max size increased to 10Mio.
Nicolas Dufour
2010-02-13
2
-2
/
+2
|
*
Fix compilation error introduced by my previous commit
Diederik van Lierop
2010-02-12
1
-1
/
+1
|
*
Constrained snapping: always enforce constraint, even when we didn't snap
Diederik van Lierop
2010-02-12
1
-3
/
+5
|
*
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
|
*
Prevent the Bezier tool from introducing a redundant closing line segment
Krzysztof Kosi??ski
2010-02-10
1
-1
/
+5
|
*
Typo fix submitted by Yuro Chornoivan
Alexandre Prokoudine
2010-02-10
1
-1
/
+1
|
*
Prevent a redundant closing line segment being added when converting
Krzysztof Kosi??ski
2010-02-10
2
-5
/
+2
|
*
(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
11
-117
/
+326
[prev]
[next]