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 sure --export-area-canvas works for pdf export too
bulia byak
2008-04-16
3
-14
/
+42
*
Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscape
Joshua L. Blocher
2008-04-16
4
-11
/
+104
*
cmake: copy over some excluded files from build.xml
Johan B. C. Engelen
2008-04-15
4
-17
/
+17
*
Set concatenate_before_pwd2 = true in perspective path LPE so that paths don'...
Maximilian Albert
2008-04-15
1
-0
/
+2
*
Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp...
Marcin Floryan
2008-04-15
3
-1
/
+14
*
i18n: Added some comments for translators.
Marcin Floryan
2008-04-15
1
-0
/
+4
*
- Clean up LPE bounding box computing code
Bastien Bouclet
2008-04-15
6
-87
/
+102
*
fix include path
Johan B. C. Engelen
2008-04-15
1
-1
/
+1
*
fix include paths
Johan B. C. Engelen
2008-04-15
2
-2
/
+2
*
Minor string constant fixes to eradicate warnings.
Marcin Floryan
2008-04-14
3
-3
/
+3
*
cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
2008-04-14
2
-2
/
+2
*
use sp_nodepath_make_straight_path in LPE VonKoch
Johan B. C. Engelen
2008-04-14
1
-1
/
+2
*
don't override helperpath preference setting per default in LPE::Effect.
Johan B. C. Engelen
2008-04-14
1
-1
/
+0
*
patch from bug 214171
bulia byak
2008-04-14
1
-1
/
+3
*
suppress helperpath and handles showing for LPESpiro
Johan B. C. Engelen
2008-04-14
1
-1
/
+4
*
use sp_nodepath_make_straight_path in LPEGears
Johan B. C. Engelen
2008-04-14
2
-1
/
+2
*
whitespace + comment
Johan B. C. Engelen
2008-04-14
2
-22
/
+24
*
fix 216898
bulia byak
2008-04-14
1
-2
/
+6
*
please dont forget to update Makefile_insert\!
bulia byak
2008-04-14
1
-0
/
+1
*
please dont forget to update Makefile_insert\!
bulia byak
2008-04-14
2
-2
/
+2
*
shift+s converts node to half-smooth first if adjacent to line, then to full ...
bulia byak
2008-04-14
1
-99
/
+182
*
suppress helperpath display for spiro
bulia byak
2008-04-14
2
-0
/
+6
*
C++-ify initialization of Effect class
Johan B. C. Engelen
2008-04-13
1
-3
/
+3
*
C++-ify initialization of Parameter and ScalarParam classes
Johan B. C. Engelen
2008-04-13
1
-15
/
+15
*
fix typo
Johan B. C. Engelen
2008-04-13
1
-1
/
+0
*
now with 2geom's arc implem. : accept pasting ellipse path params.
Johan B. C. Engelen
2008-04-13
1
-13
/
+6
*
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
2008-04-13
13
-425
/
+148
*
sync with current 2geom, SVGEllipticalArc
Johan B. C. Engelen
2008-04-13
1
-0
/
+209
*
translator comment
Arpad Biro
2008-04-13
1
-0
/
+1
*
translator comment
Arpad Biro
2008-04-13
1
-0
/
+1
*
sync with current 2geom, split_at_discontinuities method and SVGEllipticalArc
Johan B. C. Engelen
2008-04-13
3
-690
/
+816
*
improve error reporting from TcpSocket
Bob Jamison
2008-04-13
3
-35
/
+65
*
translator comment
Arpad Biro
2008-04-13
1
-0
/
+1
*
more debug output messages
Bob Jamison
2008-04-13
1
-2
/
+4
*
remove split_at_discontinuities from LPE code, because it has been moved to 2...
Johan B. C. Engelen
2008-04-13
2
-46
/
+1
*
sync with current 2geom, split_at_discontinuities method and SVGEllipticalArc
Johan B. C. Engelen
2008-04-13
2
-6
/
+27
*
Make fallback to iq auth in the odd situation of server saying it has streams...
Bob Jamison
2008-04-13
4
-22
/
+60
*
Make pedro dom list simpler
Bob Jamison
2008-04-13
3
-19
/
+24
*
make saslMd5Authenticate() error message a bit smarter
Bob Jamison
2008-04-13
1
-1
/
+15
*
address some char* string literal warnings.
Peter Moulder
2008-04-13
3
-4
/
+4
*
Rewrote code to get rid of 32/64 bit problems, and to make is more stream-lik...
Bob Jamison
2008-04-13
2
-203
/
+196
*
Several different i18n issues fixed following report from a_b (adresses bug #...
Marcin Floryan
2008-04-12
12
-24
/
+29
*
Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre...
Jasper van de Gronde
2008-04-12
1
-3
/
+33
*
Preserve transform of topmost object when combining paths (fixing bug 215255).
Jasper van de Gronde
2008-04-12
1
-4
/
+6
*
Spiro splines LPE using code by Raph Levien
bulia byak
2008-04-12
10
-0
/
+1430
*
with ctrl, snap handles also to the direction of the opposite handle or line ...
bulia byak
2008-04-12
1
-9
/
+43
*
Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...
Diederik van Lierop
2008-04-11
10
-101
/
+87
*
Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ...
Joshua L. Blocher
2008-04-11
1
-1
/
+1
*
make delete-preserving-shape the default used by the toolbar delete button
bulia byak
2008-04-10
1
-1
/
+1
*
make handle length/angle display immediate
bulia byak
2008-04-10
1
-1
/
+1
[next]