index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svg
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-07
noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ...
Peter Moulder
1
-626
/
+626
2009-02-20
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
1
-14
/
+1
2009-01-12
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
1
-1
/
+3
2009-01-09
Cmake: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
1
-0
/
+1
2009-01-05
Cmake build fixes, minor
Joshua L. Blocher
1
-1
/
+0
2008-12-29
Build a single test executable on Linux to match Windows build system.
Krzysztof Kosi??ski
2
-33
/
+17
2008-12-09
Simplify "make check" makefile rules and remove most of the obsolete
Krzysztof Kosi??ski
2
-17
/
+10
2008-12-08
"make check" now compiles and runs on Linux.
Krzysztof Kosi??ski
1
-6
/
+11
2008-12-08
Removed sp_main_* stubs from individual headers to make the unit tests build ...
Jasper van de Gronde
1
-4
/
+0
2008-12-08
Warning and 'using' cleanup.
Jon A. Cruz
2
-4
/
+3
2008-12-08
Partial fix for "make check" compilation failure.
Krzysztof Kosi??ski
2
-16
/
+5
2008-12-07
Change the way preferences are loaded to simplify unit testing
Krzysztof Kosi??ski
2
-5
/
+22
2008-11-21
Merge from fe-moved
Ted Gould
2
-33
/
+5
2008-10-31
Merge from trunk
Ted Gould
3
-246
/
+240
2008-10-28
Merge from trunk
Ted Gould
2
-2
/
+6
2008-10-27
From trunk
Ted Gould
7
-26
/
+31
2008-10-11
Merging from trunk
Ted Gould
1
-12
/
+8
2008-09-10
LIBNR REMOVAL. remove nartbpath code!!!
Johan B. C. Engelen
6
-1439
/
+5
2008-09-02
add method to write single paths to svg
Johan B. C. Engelen
2
-8
/
+21
2008-08-09
A few more tests for svg-color
Jasper van de Gronde
1
-5
/
+14
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
2008-08-08
Fixed svg-path (and display/curve) tests to properly handle closepath and mad...
Jasper van de Gronde
2
-84
/
+154
2008-08-06
2Geom version of the path tests + some additional small changes.
Jasper van de Gronde
4
-6
/
+570
2008-08-02
Enable exception handling for CxxTest in Makefiles
Jasper van de Gronde
1
-1
/
+1
2008-08-02
Todo is done.
Jon A. Cruz
1
-1
/
+0
2008-08-01
Added to tests for SVG units, and fixed warning of missing case
Jon A. Cruz
3
-17
/
+63
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+2
2008-07-20
omit stitch segments from serialized paths
MenTaLguY
1
-1
/
+4
2008-07-19
Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on
Jasper van de Gronde
1
-1
/
+13
2008-07-19
Consistently use (create/destroy)Suite in unit tests.
Jasper van de Gronde
6
-2
/
+34
2008-07-18
Fix for PathString to prevent it from getting into a very, very long copying ...
Jasper van de Gronde
7
-145
/
+200
2008-07-17
The new CxxTest unit tests now also work on Linux! (Note that test-all
Jasper van de Gronde
1
-0
/
+3
2008-07-16
update to latest 2geom (rev1497)
Johan B. C. Engelen
1
-1
/
+1
2008-07-16
warning cleanup
Jon A. Cruz
1
-0
/
+1
2008-07-12
enable writing "H/h" and "V/v" to SVG !
Johan B. C. Engelen
3
-7
/
+30
2008-07-12
Don't crash on path parse error. Truncate the path data up to where it is valid.
Johan B. C. Engelen
1
-6
/
+15
2008-07-11
use new 2geom function. This ensures we cannot end up in infinite loop while ...
Johan B. C. Engelen
1
-1
/
+1
2008-07-07
replace separate forward declarations by proper forward.h inclusion
Johan B. C. Engelen
1
-3
/
+2
2008-07-07
clean up matrix transform svg-write function
Johan B. C. Engelen
1
-2
/
+1
2008-07-05
Change link line for a couple of the test programs, so that `make check' comp...
Peter Moulder
1
-0
/
+1
2008-07-05
Tests for nr-compose, as well as updated tests for svg-affine and svg-length.
Jasper van de Gronde
2
-18
/
+135
2008-07-05
svg/svg-length.h: Supply missing #includes/declarations so that we don't depe...
Peter Moulder
1
-1
/
+4
2008-07-05
EOL fixups
Jon A. Cruz
3
-737
/
+737
2008-07-04
Mark a missing case statement
Jon A. Cruz
1
-0
/
+1
2008-07-03
Tests for svg-affine and svg-length (the latter is not much more than a stub)...
Jasper van de Gronde
2
-0
/
+265
2008-06-30
Approximately closed test for path parsing now looks at the absolute coordina...
Jasper van de Gronde
1
-6
/
+3
2008-06-29
add commented HLineSegment and VLineSegment to svg writer
Johan B. C. Engelen
1
-0
/
+5
2008-06-25
help detection of path read bug
Johan B. C. Engelen
1
-6
/
+11
2008-06-24
Cmake: remove header files from source lists
Joshua L. Blocher
1
-15
/
+0
2008-06-20
Partial fix (for preventing numerical issues) and restructuring for PathStrin...
Jasper van de Gronde
3
-61
/
+50
[next]