index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug: allow curved paths again when switching back from 'wait for path' mo...
Maximilian Albert
2008-06-12
1
-4
/
+3
*
whitespace
Maximilian Albert
2008-06-12
5
-8
/
+8
*
When expecting mouse clicks for a LPE in pen context, don't concatenate with ...
Maximilian Albert
2008-06-12
3
-33
/
+44
*
More infrastructure to have waiting LPEs that are freshly created and applied...
Maximilian Albert
2008-06-12
4
-8
/
+16
*
Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...
Maximilian Albert
2008-06-12
7
-24
/
+97
*
Pen context can now wait for a specified number of clicks and finish the path...
Maximilian Albert
2008-06-12
2
-3
/
+34
*
Remove obsolete variable 'onlycurves' from pen-context.(h|cpp)
Maximilian Albert
2008-06-12
2
-3
/
+1
*
New 'polylines only' mode in pen context; to be used later when LPEs are wait...
Maximilian Albert
2008-06-12
2
-4
/
+17
*
Committing fixed patch for autosave. Fixes bug #171092.
Jon A. Cruz
2008-06-12
5
-0
/
+200
*
Fixed uninitialized variables, including modified-since-save.
Jon A. Cruz
2008-06-12
2
-27
/
+24
*
patch 185522
bulia byak
2008-06-12
1
-7
/
+8
*
patch 234972
bulia byak
2008-06-12
1
-0
/
+14
*
Cmake: Fix Dependencies with multiple include directories.
Joshua L. Blocher
2008-06-12
8
-58
/
+565
*
patch 181692
bulia byak
2008-06-12
2
-2
/
+12
*
Change poppler link order
Bob Jamison
2008-06-11
1
-20
/
+11
*
Add interface enumerations to element enumerations
Bob Jamison
2008-06-11
2
-94
/
+212
*
fix crashing on additional data dialog when running input or effect extension...
bulia byak
2008-06-11
1
-1
/
+4
*
tweaks
Bob Jamison
2008-06-11
1
-15
/
+9
*
Bitfield alignment
Bob Jamison
2008-06-11
1
-1
/
+0
*
No longer needed.
Bob Jamison
2008-06-11
2
-1293
/
+0
*
fix bug #239092
MenTaLguY
2008-06-11
1
-2
/
+2
*
re-enable assertions
MenTaLguY
2008-06-11
1
-2
/
+2
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
77
-362
/
+313
*
We were using wrong gtk locale directory. Gtk's own translations were missing.
Bob Jamison
2008-06-11
1
-104
/
+105
*
handle PI nodes
MenTaLguY
2008-06-11
1
-0
/
+3
*
use object's document
MenTaLguY
2008-06-11
1
-4
/
+2
*
Fixed some strings that upset gettext.
Marcin Floryan
2008-06-11
3
-3
/
+3
*
Remove any baseProfile attribute, as we don't respect it. (See bug 166958.)
Stephen Silver
2008-06-11
1
-0
/
+3
*
Back out the `document != NULL' assertions added to SimpleNode constructors i...
Peter Moulder
2008-06-11
1
-2
/
+2
*
warning cleanup
Jon A. Cruz
2008-06-11
4
-7
/
+7
*
[INTL] Updated POTFILES.in with new source code file.
Marcin Floryan
2008-06-10
1
-1
/
+2
*
New LPE: Mirror reflection
Maximilian Albert
2008-06-10
5
-3
/
+159
*
Get rid of get_bpath() in lpe-tangent_to_curve.cpp
Maximilian Albert
2008-06-10
1
-3
/
+2
*
Don't convert path to straight line for LPE perpendicular bisector
Maximilian Albert
2008-06-10
1
-0
/
+2
*
Make broken doOnApply() for LPEs work again
Maximilian Albert
2008-06-10
1
-0
/
+2
*
Remove debugging messages
Maximilian Albert
2008-06-10
1
-5
/
+0
*
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
Maximilian Albert
2008-06-10
7
-42
/
+26
*
fix compile
Felipe Corr??a da Silva Sanches
2008-06-10
1
-2
/
+2
*
updated slightly
Bob Jamison
2008-06-09
2
-40
/
+41
*
better compilation for linux
Bob Jamison
2008-06-09
1
-148
/
+71
*
remove filters verb and command
bulia byak
2008-06-09
5
-4
/
+44
*
add selmodified connection to force dialog update on undo
bulia byak
2008-06-09
2
-5
/
+16
*
renaming, adding missed ones to the list
bulia byak
2008-06-09
4
-3
/
+6
*
Fix include in sp-filter.cpp NR:filter issue
Joshua L. Blocher
2008-06-09
2
-1
/
+2
*
force single single document over a node's lifetime
MenTaLguY
2008-06-08
3
-2
/
+6
*
plumb document references a little deeper in
MenTaLguY
2008-06-08
11
-35
/
+53
*
Add option to either suppress path flash for items with LPE (e.g., spiro spli...
Maximilian Albert
2008-06-08
6
-29
/
+88
*
simplify code that puts anchors at start and end of paths in draw context.
Johan B. C. Engelen
2008-06-08
1
-6
/
+3
*
add method to retrieve first and last path of SPCurve, fix error.
Johan B. C. Engelen
2008-06-08
2
-4
/
+36
*
Re-add two handles for PerpBisector LPE (we don't add the other two because t...
Maximilian Albert
2008-06-08
5
-45
/
+100
[next]