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
...
*
Let LPEToolContext derive from PenContext so that we can use its LPE framework
Maximilian Albert
2008-08-18
4
-8
/
+17
*
Groundwork for new LPETool tool (which consists of subtools that are construc...
Maximilian Albert
2008-08-18
13
-24
/
+593
*
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
2008-08-18
3
-7
/
+7
*
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
2008-08-18
5
-16
/
+21
*
reimplement acceptsNumParams(); instead of making it a virtual function we ju...
Maximilian Albert
2008-08-18
2
-1
/
+13
*
New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...
Maximilian Albert
2008-08-18
5
-1
/
+175
*
cast for EnumParam
Maximilian Albert
2008-08-18
1
-0
/
+3
*
Fix startup crash by reverting a one-line change in 2geom; but please investi...
Maximilian Albert
2008-08-17
1
-1
/
+1
*
#include <algorithm> in geom.cpp (closes LP #258851)
Maximilian Albert
2008-08-17
1
-0
/
+1
*
Use new methods from 2geom's API
Diederik van Lierop
2008-08-15
2
-16
/
+8
*
Update to 2geom rev. 1538
Diederik van Lierop
2008-08-15
10
-124
/
+428
*
Eliminate more of SP_ACTIVE_DESKTOP
Maximilian Albert
2008-08-15
7
-108
/
+98
*
Correct fix for Esc and Shift+Z in pencil tool
Maximilian Albert
2008-08-15
1
-5
/
+9
*
family name field on svgfonts dialog now properly saves attribute. Should do ...
Felipe Corr??a da Silva Sanches
2008-08-15
2
-14
/
+76
*
Removal of SP_ACTIVE_DESKTOP, next take
Maximilian Albert
2008-08-14
10
-63
/
+62
*
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
2008-08-14
10
-223
/
+169
*
Remove further instances of SP_ACTIVE_DESKTOP
Maximilian Albert
2008-08-14
5
-35
/
+23
*
use 32 and 64 bit sizes explicitly
Bob Jamison
2008-08-14
2
-143
/
+135
*
fixme is solved
Maximilian Albert
2008-08-14
1
-1
/
+0
*
Temporary switch to handle api change in Cairo 1.7+
Bob Jamison
2008-08-14
1
-0
/
+40
*
Remove a few more instances of SP_ACTIVE_DESKTOP
Maximilian Albert
2008-08-14
1
-13
/
+14
*
add comment
Maximilian Albert
2008-08-14
1
-1
/
+1
*
fix spcurve test
Johan B. C. Engelen
2008-08-13
1
-1
/
+1
*
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
2008-08-13
13
-46
/
+52
*
return boost::optional for second and penultimate points of SPCurve
Johan B. C. Engelen
2008-08-13
5
-38
/
+47
*
Get rid of sp_nodepath_current() and a few instances of SP_ACTIVE_DESKTOP by ...
Maximilian Albert
2008-08-13
5
-44
/
+22
*
Initialize the pointer variables in draw-context with NULL, just to be on the...
Maximilian Albert
2008-08-13
1
-0
/
+18
*
Get rid of some superfluous includes
Maximilian Albert
2008-08-13
3
-16
/
+1
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
29
-980
/
+985
*
Fix some regressions in the snapping of the selector tool
Diederik van Lierop
2008-08-12
1
-13
/
+15
*
Include inkscape:connection-start and inkscape:connection-end in ID clash res...
Stephen Silver
2008-08-11
1
-0
/
+2
*
Move all of the snapper code to 2geom
Diederik van Lierop
2008-08-11
37
-445
/
+486
*
patch from bug 169004
bulia byak
2008-08-11
2
-2
/
+19
*
clean up code slightly
Bob Jamison
2008-08-10
3
-85
/
+93
*
Fix for ID clash resolution: avoid finding spurious references associated wit...
Stephen Silver
2008-08-10
1
-0
/
+2
*
gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialog
Maximilian Albert
2008-08-09
10
-773
/
+780
*
merge silveiro's and my changes
Bob Jamison
2008-08-09
2
-104
/
+348
*
Added missing new files
Jon A. Cruz
2008-08-09
1
-0
/
+1
*
A few more tests for svg-color
Jasper van de Gronde
2008-08-09
1
-5
/
+14
*
Snap to intersections of any kind of path (were we previously only could snap...
Diederik van Lierop
2008-08-08
11
-46
/
+233
*
fix marker behavior for moveto-only paths
Johan B. C. Engelen
2008-08-08
3
-21
/
+76
*
update 2geom to rev1516
Johan B. C. Engelen
2008-08-08
1
-1
/
+7
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
75
-254
/
+240
*
Fixed svg-path (and display/curve) tests to properly handle closepath and mad...
Jasper van de Gronde
2008-08-08
3
-90
/
+164
*
more messages marked for translation
Alexandre Prokoudine
2008-08-08
1
-1
/
+1
*
patch from bug 244940
bulia byak
2008-08-08
1
-4
/
+30
*
Fix regression in object snapper which caused self-snapping
Diederik van Lierop
2008-08-07
2
-9
/
+20
*
change javafx output to 1.0 compiler syntax
Bob Jamison
2008-08-07
2
-145
/
+74
*
remove debug message
Johan B. C. Engelen
2008-08-07
1
-1
/
+0
*
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
2008-08-07
4
-8
/
+28
[prev]
[next]