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
...
*
make clonetiler obey the bbox prefs
bulia byak
2008-07-24
1
-6
/
+4
*
marked "Mode:" for translation
Alexandre Prokoudine
2008-07-24
1
-1
/
+1
*
Fixed regression: changing blend mode in layers dialog didn't work
Niko Kiirala
2008-07-24
2
-4
/
+10
*
make presets list autoscroll to match the values set
bulia byak
2008-07-24
1
-3
/
+67
*
update calligraphic statusbar message
bulia byak
2008-07-24
1
-1
/
+1
*
fix crash when writing style with empty font-family
bulia byak
2008-07-24
1
-2
/
+4
*
fix nodetype determination. more stable now. (lost symmetry detection, nobody...
Johan B. C. Engelen
2008-07-23
1
-42
/
+13
*
2geom path to livarot path conversion: don't add closing line segment when it...
Johan B. C. Engelen
2008-07-23
1
-1
/
+7
*
added forgotten ":" :-)
Alexandre Prokoudine
2008-07-23
1
-1
/
+1
*
rename, rearrange stroke shapes; add elliptic
bulia byak
2008-07-22
2
-22
/
+40
*
include <string.h>. also remove const conversion warning
Bob Jamison
2008-07-22
1
-1
/
+2
*
cleanup and comment
Maximilian Albert
2008-07-22
1
-5
/
+5
*
Separate shape settings for pen and pencil tool
Maximilian Albert
2008-07-22
2
-5
/
+5
*
Separate spiro modes for pen and pencil tool
Maximilian Albert
2008-07-22
2
-12
/
+22
*
Remove obsolete auxiliary action
Maximilian Albert
2008-07-22
1
-17
/
+1
*
New CanvasText item; TODO: works quite well but updating may be incorrect sin...
Maximilian Albert
2008-07-22
3
-0
/
+325
*
Scale parameter for lpe-ruler
Maximilian Albert
2008-07-22
2
-2
/
+5
*
Fix LP #250175 (broken undo in node tool)
Maximilian Albert
2008-07-22
1
-3
/
+6
*
initial handling of <script> tag
Felipe Corr??a da Silva Sanches
2008-07-22
8
-0
/
+183
*
fix compile
Felipe Corr??a da Silva Sanches
2008-07-22
1
-0
/
+1
*
Disable snapping when holding the shift-key while dragging node-handles
Diederik van Lierop
2008-07-21
1
-5
/
+17
*
Implement snapping of clipping paths and masks
Diederik van Lierop
2008-07-21
7
-107
/
+228
*
cleanup includes
Johan B. C. Engelen
2008-07-21
2
-15
/
+1
*
fix includes a bit for imagetoggler
Johan B. C. Engelen
2008-07-21
2
-11
/
+1
*
Fix for a very stupid bug (by myself) in cubic_bbox...
Jasper van de Gronde
2008-07-21
1
-1
/
+1
*
fix saving presets, move it to the menu; allow overwriting a preset; fix redu...
bulia byak
2008-07-21
1
-110
/
+141
*
rearrange calligraphic presets
bulia byak
2008-07-21
1
-2
/
+3
*
prevent warning when model is cleared before being refilled
bulia byak
2008-07-21
1
-1
/
+1
*
make visibility icon in LPE stack dialog clickable
Johan B. C. Engelen
2008-07-20
2
-3
/
+21
*
add visibility icon to LPE stack dialog. not clickable yet
Johan B. C. Engelen
2008-07-20
2
-2
/
+16
*
extract ImageToggler from layers dialog
Johan B. C. Engelen
2008-07-20
5
-108
/
+229
*
noop: rename function name and whitespace
Johan B. C. Engelen
2008-07-20
2
-36
/
+34
*
remove redundant code from lpe dialog
Johan B. C. Engelen
2008-07-20
1
-3
/
+1
*
whitespace, and add virtual destructor to ModelColumns of LPE stack dialog
Johan B. C. Engelen
2008-07-20
1
-7
/
+8
*
purge LivePathEffect::PathType
Johan B. C. Engelen
2008-07-20
7
-31
/
+4
*
optimize nodepath editing of lpe pathparam's a bit.
Johan B. C. Engelen
2008-07-20
1
-7
/
+6
*
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
2008-07-20
7
-32
/
+59
*
omit stitch segments from serialized paths
MenTaLguY
2008-07-20
1
-1
/
+4
*
fix stupid crash, make get_item const
bulia byak
2008-07-20
2
-7
/
+7
*
Warning cleanup
Jon A. Cruz
2008-07-20
8
-44
/
+47
*
Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on
Jasper van de Gronde
2008-07-19
1
-1
/
+13
*
noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for u...
Peter Moulder
2008-07-19
1
-140
/
+13
*
Small change to cubic_bbox to skip A LOT of unnecessary computation when the ...
Jasper van de Gronde
2008-07-19
1
-67
/
+78
*
Consistently use (create/destroy)Suite in unit tests.
Jasper van de Gronde
2008-07-19
11
-2
/
+57
*
another place to make mouse cursor switching immediate
bulia byak
2008-07-19
1
-0
/
+1
*
remove usereference vestiges, change the signature of user_unlink (not used yet)
bulia byak
2008-07-19
2
-9
/
+2
*
fix crash when simplifying an lpe path: deleting the list didn't release the ...
bulia byak
2008-07-19
1
-4
/
+11
*
a better way to make cursor change immediate; of course this trick is not doc...
bulia byak
2008-07-19
1
-7
/
+2
*
rearrange to fix the first keypress event being lost with options.savewindowg...
bulia byak
2008-07-19
1
-4
/
+4
*
Fix for PathString to prevent it from getting into a very, very long copying ...
Jasper van de Gronde
2008-07-18
10
-156
/
+211
[prev]
[next]