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
...
*
improve pencil-context logic
Johan B. C. Engelen
2008-07-03
1
-1
/
+1
*
improve spcurve::second_point and document its behavior
Johan B. C. Engelen
2008-07-03
1
-4
/
+18
*
noop, add comment
Johan B. C. Engelen
2008-07-03
1
-0
/
+4
*
update 2geom (svn rev1433). how far away is automatic filelist building on li...
Johan B. C. Engelen
2008-07-03
1
-98
/
+103
*
update 2geom (svn rev1433)
Johan B. C. Engelen
2008-07-03
100
-891
/
+4734
*
Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.n...
Joshua L. Blocher
2008-07-03
7
-10
/
+10
*
Tests for svg-affine and svg-length (the latter is not much more than a stub)...
Jasper van de Gronde
2008-07-03
3
-0
/
+510
*
add comments
Maximilian Albert
2008-07-03
1
-0
/
+4
*
Add new shape 'crescendo' in dropdown box of pen tool
Maximilian Albert
2008-07-03
2
-1
/
+18
*
When drawing with activated shape in pencil/pen tool, apply the original stro...
Maximilian Albert
2008-07-03
1
-2
/
+19
*
First shot at a dropdown selector for various shapes in pen/pencil tool, alon...
Maximilian Albert
2008-07-03
5
-9
/
+115
*
New LPE: Offset
Maximilian Albert
2008-07-03
5
-1
/
+158
*
Partial 2geom update (anticipating changes that will be part of the next majo...
Maximilian Albert
2008-07-03
2
-3
/
+19
*
Check that objects are of the right type before casting them.
Stephen Silver
2008-07-03
1
-14
/
+17
*
2geomify deletion of node in pen-context.cpp
Johan B. C. Engelen
2008-07-02
1
-8
/
+9
*
lpe-skeleton: add boilerplate code to create knotholder handles for LPEs
Maximilian Albert
2008-07-02
2
-0
/
+34
*
lpe-skeleton: add variable to control display of original path
Maximilian Albert
2008-07-02
1
-1
/
+4
*
Handle for PerspectivePath LPE to adjust offset (not ideal yet but better tha...
Maximilian Albert
2008-07-02
2
-5
/
+64
*
Remove now obsolete 'edit on canvas' button for PointParams
Maximilian Albert
2008-07-02
1
-10
/
+0
*
Enable status bar tips for LPE handles that are automatically created from Po...
Maximilian Albert
2008-07-02
6
-24
/
+31
*
Don't dereference NULL knotholder; fixes instant crash, but using the handles...
Maximilian Albert
2008-07-02
1
-0
/
+1
*
Use hscale instead of scalebutton by default
Jon A. Cruz
2008-07-02
1
-4
/
+0
*
add shadow to layers list
MenTaLguY
2008-07-02
1
-0
/
+1
*
add tab to layers dialog
MenTaLguY
2008-07-02
2
-3
/
+9
*
missed a spot
MenTaLguY
2008-07-01
1
-14
/
+0
*
dead code removal
MenTaLguY
2008-07-01
11
-565
/
+0
*
fix inkboard node position bugs
MenTaLguY
2008-07-01
2
-7
/
+3
*
remove "public private" virtual methods from XML::Node
MenTaLguY
2008-07-01
3
-26
/
+8
*
remove additional unnecessary indirection in tree operations
MenTaLguY
2008-07-01
2
-22
/
+22
*
access some SimpleNode fields directly
MenTaLguY
2008-07-01
1
-29
/
+44
*
remove last traces of "floating nodes"
MenTaLguY
2008-07-01
6
-50
/
+8
*
CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...
Jasper van de Gronde
2008-07-01
4
-2
/
+566
*
Adding use of GtkScaleButton when available
Jon A. Cruz
2008-07-01
2
-9
/
+44
*
make use of sliders
bulia byak
2008-06-30
1
-10
/
+16
*
fix range problem
Bob Jamison
2008-06-30
2
-13
/
+27
*
simplify SPCurve::penultimate_point and return 2geom type
Johan B. C. Engelen
2008-06-30
1
-10
/
+6
*
pencil tool: don't use sp_curve_length macro but good function ;)
Johan B. C. Engelen
2008-06-30
1
-1
/
+1
*
add SPCurve::get_segment_count
Johan B. C. Engelen
2008-06-30
2
-0
/
+17
*
Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...
Stephen Silver
2008-06-30
3
-2
/
+22
*
Approximately closed test for path parsing now looks at the absolute coordina...
Jasper van de Gronde
2008-06-30
1
-6
/
+3
*
Initial cut of sliders in toolbars
Jon A. Cruz
2008-06-30
3
-41
/
+124
*
Fixed i18n for overflow menu items.
Jon A. Cruz
2008-06-30
1
-1
/
+1
*
fix the snapindicator stealing release event by grabbing the acetate on click...
bulia byak
2008-06-30
1
-14
/
+15
*
even with zero opacity, paths must be selectable in outline mode
bulia byak
2008-06-29
1
-3
/
+5
*
return results from 2geom path instead of old path
Johan B. C. Engelen
2008-06-29
1
-5
/
+5
*
remove unused function first_bpath
Johan B. C. Engelen
2008-06-29
2
-18
/
+2
*
pen tool: use SPCurve::last_segment in favor of last_bpath
Johan B. C. Engelen
2008-06-29
1
-9
/
+12
*
add SPCurve::first_segment and last_segment
Johan B. C. Engelen
2008-06-29
2
-2
/
+38
*
replace some spcurve->last_bpath calls with spcurve->is_empty
Johan B. C. Engelen
2008-06-29
2
-4
/
+3
*
recognize HLineSegment and VLineSegment while looping through curves
Johan B. C. Engelen
2008-06-29
4
-24
/
+33
[prev]
[next]