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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed svg-path (and display/curve) tests to properly handle closepath and mad...
Jasper van de Gronde
2008-08-08
2
-84
/
+154
*
2Geom version of the path tests + some additional small changes.
Jasper van de Gronde
2008-08-06
4
-6
/
+570
*
Enable exception handling for CxxTest in Makefiles
Jasper van de Gronde
2008-08-02
1
-1
/
+1
*
Todo is done.
Jon A. Cruz
2008-08-02
1
-1
/
+0
*
Added to tests for SVG units, and fixed warning of missing case
Jon A. Cruz
2008-08-01
3
-17
/
+63
*
update to 2geom rev. 1507
Johan B. C. Engelen
2008-07-25
1
-0
/
+2
*
omit stitch segments from serialized paths
MenTaLguY
2008-07-20
1
-1
/
+4
*
Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on
Jasper van de Gronde
2008-07-19
1
-1
/
+13
*
Consistently use (create/destroy)Suite in unit tests.
Jasper van de Gronde
2008-07-19
6
-2
/
+34
*
Fix for PathString to prevent it from getting into a very, very long copying ...
Jasper van de Gronde
2008-07-18
7
-145
/
+200
*
The new CxxTest unit tests now also work on Linux! (Note that test-all
Jasper van de Gronde
2008-07-17
1
-0
/
+3
*
update to latest 2geom (rev1497)
Johan B. C. Engelen
2008-07-16
1
-1
/
+1
*
warning cleanup
Jon A. Cruz
2008-07-16
1
-0
/
+1
*
enable writing "H/h" and "V/v" to SVG !
Johan B. C. Engelen
2008-07-12
3
-7
/
+30
*
Don't crash on path parse error. Truncate the path data up to where it is valid.
Johan B. C. Engelen
2008-07-12
1
-6
/
+15
*
use new 2geom function. This ensures we cannot end up in infinite loop while ...
Johan B. C. Engelen
2008-07-11
1
-1
/
+1
*
replace separate forward declarations by proper forward.h inclusion
Johan B. C. Engelen
2008-07-07
1
-3
/
+2
*
clean up matrix transform svg-write function
Johan B. C. Engelen
2008-07-07
1
-2
/
+1
*
Change link line for a couple of the test programs, so that `make check' comp...
Peter Moulder
2008-07-05
1
-0
/
+1
*
Tests for nr-compose, as well as updated tests for svg-affine and svg-length.
Jasper van de Gronde
2008-07-05
2
-18
/
+135
*
svg/svg-length.h: Supply missing #includes/declarations so that we don't depe...
Peter Moulder
2008-07-05
1
-1
/
+4
*
EOL fixups
Jon A. Cruz
2008-07-05
3
-737
/
+737
*
Mark a missing case statement
Jon A. Cruz
2008-07-04
1
-0
/
+1
*
Tests for svg-affine and svg-length (the latter is not much more than a stub)...
Jasper van de Gronde
2008-07-03
2
-0
/
+265
*
Approximately closed test for path parsing now looks at the absolute coordina...
Jasper van de Gronde
2008-06-30
1
-6
/
+3
*
add commented HLineSegment and VLineSegment to svg writer
Johan B. C. Engelen
2008-06-29
1
-0
/
+5
*
help detection of path read bug
Johan B. C. Engelen
2008-06-25
1
-6
/
+11
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-15
/
+0
*
Partial fix (for preventing numerical issues) and restructuring for PathStrin...
Jasper van de Gronde
2008-06-20
3
-61
/
+50
*
add svg_write and read methods for Geom::Matrix
Johan B. C. Engelen
2008-06-12
2
-0
/
+31
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
2
-2
/
+71
*
slight numerical improvement
Peter Moulder
2008-06-05
2
-2
/
+5
*
Fix for PathString to eliminate use of sscanf (which is locale dependent).
Jasper van de Gronde
2008-05-27
1
-7
/
+14
*
Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check.
Jasper van de Gronde
2008-05-20
1
-2
/
+2
*
PathString now makes sure that relative coordinates are based on rounded abso...
Jasper van de Gronde
2008-05-20
2
-40
/
+130
*
Cmake: Moved sp-* into own library to reduce link cmdline and add new files t...
Joshua L. Blocher
2008-05-19
1
-9
/
+11
*
Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter error...
Peter Moulder
2008-05-08
2
-56
/
+159
*
fix a compile failure with g++-4.3
Peter Moulder
2008-05-08
1
-1
/
+2
*
Add svg-path-test.h to src/svg/Makefile_insert
Jasper van de Gronde
2008-05-06
1
-1
/
+2
*
Fix a regression in the SVG path data parser (it will now parse things like "...
Jasper van de Gronde
2008-05-06
2
-17
/
+491
*
Improved numerical precision for the SVG path data parser (along with a small...
Jasper van de Gronde
2008-04-29
1
-116
/
+79
*
Further fix for sign handling of the SVG path data parser.
Jasper van de Gronde
2008-04-28
1
-2
/
+1
*
Fix for closepath handling of SVG path data parser and tolerance for approxim...
Jasper van de Gronde
2008-04-28
2
-5
/
+5
*
Fixed SVG path data parser to handle close paths better (it used to create sp...
Jasper van de Gronde
2008-04-26
1
-94
/
+37
*
Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre...
Jasper van de Gronde
2008-04-12
1
-3
/
+33
*
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
2008-04-07
1
-28
/
+28
*
delete remaining .cvsignore files
Adib Taraben
2008-04-01
1
-5
/
+0
*
add CMakeLists.txt files for removeoverlap and svg
Johan B. C. Engelen
2008-03-30
1
-0
/
+29
*
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
2008-03-22
3
-0
/
+13
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
2
-31
/
+26
[prev]
[next]