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
*
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
*
Remove unused flag from PathString.
Jasper van de Gronde
2008-03-21
2
-2
/
+0
*
patch by Jasper for optimizing path data
bulia byak
2008-03-18
4
-41
/
+167
*
Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.
Maximilian Albert
2008-02-03
2
-1
/
+10
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
8
-6
/
+32
*
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
2008-01-25
1
-0
/
+1
*
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
2008-01-05
2
-2
/
+2
*
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
2008-01-05
2
-6
/
+8
*
BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3
theAdib
2007-12-22
1
-1
/
+1
*
Warning cleanup
Jon A. Cruz
2007-12-12
1
-2
/
+0
*
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
2007-09-12
1
-3
/
+3
*
Preserve paint styles with multiple components
Jon A. Cruz
2007-09-06
1
-1
/
+3
*
add required includes for gcc 4.3 and fix a const issue -- patch #1675635
MenTaLguY
2007-03-18
1
-0
/
+1
*
refactor sp_svg_transform_write to return a dynamically-allocated string
MenTaLguY
2007-02-28
2
-27
/
+17
*
switch to using SVG::PathString for building paths
MenTaLguY
2007-01-24
1
-16
/
+12
*
add SVG::PathString for better path building
MenTaLguY
2007-01-24
2
-0
/
+153
*
long is not always the same size from arch to arch: causing amd64 svg/test-sv...
Kees Cook
2007-01-13
1
-2
/
+2
*
full correction for rest of test builds
Kees Cook
2007-01-13
1
-3
/
+5
*
stub out heavy routines during svg tests
Kees Cook
2007-01-13
3
-4
/
+69
*
patch 1219308 for embedding type 1 fonts into ps/eps output
bulia byak
2006-11-18
1
-0
/
+5
*
fix breaks, add default
bulia byak
2006-11-01
1
-11
/
+11
*
make svg numeric precision, minimum exponent, and the use of named colors (as...
bulia byak
2006-10-31
4
-27
/
+42
*
fix off-by-one error: setting tprec to 6 was actually writing 7 digits
bulia byak
2006-10-31
1
-1
/
+1
*
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
2006-08-26
2
-47
/
+43
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
2
-7
/
+7
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
2
-7
/
+7
*
noop: Address signed/unsigned comparison warning.
Peter Moulder
2006-08-04
1
-1
/
+1
*
fix 1533388
bulia byak
2006-08-03
1
-0
/
+1
[next]