summaryrefslogtreecommitdiffstats
path: root/src/svg (unfollow)
Commit message (Expand)AuthorFilesLines
2006-11-01fix breaks, add defaultbulia byak1-11/+11
2006-10-31make svg numeric precision, minimum exponent, and the use of named colors (as...bulia byak4-27/+42
2006-10-31fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak1-1/+1
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2-47/+43
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2-7/+7
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2-7/+7
2006-08-04noop: Address signed/unsigned comparison warning.Peter Moulder1-1/+1
2006-08-03fix 1533388bulia byak1-0/+1
2006-07-14* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow1-1/+1
2006-05-22added missing file entryRalf Stephan1-0/+1
2006-05-19PDF export patch by Ulf Eriksonbulia byak2-2/+14
2006-04-27Adding multiple test output formats.Jon A. Cruz1-1/+1
2006-04-25limit the smallest exponent in transforms; anything smaller is written as 0bulia byak3-23/+27
2006-04-05Tuned icc-color() parsingJon A. Cruz2-41/+94
2006-04-05Moving out icc parserJon A. Cruz3-32/+131
2006-04-03fix to return the end pointer when desiredJon A. Cruz1-0/+4
2006-04-03Add a version of the reader that indicates the end of the color specification.Peter Moulder2-4/+50
2006-04-03newPeter Moulder1-0/+29
2006-03-13(sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours w...Peter Moulder2-4/+70
2006-03-13svg-color-test.h: New unit test file.Peter Moulder2-1/+58
2006-03-13Remove temporary #include of svg-color.hPeter Moulder1-1/+0
2006-03-13Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ne...Peter Moulder4-6/+15
2006-03-13(sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.Peter Moulder1-1/+1
2006-03-13(sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.Peter Moulder1-9/+7
2006-03-13CodingStyle: whitespacePeter Moulder1-270/+283
2006-03-13noop: Minor phrasing/CodingStyle changes.Peter Moulder1-7/+7
2006-01-18optimized includesRalf Stephan1-5/+0
2006-01-18adapt includes to glib 2.9 changesRalf Stephan1-1/+7
2006-01-16* src/svg/Makefile_insert: Updated to reflect a previous headermjwybrow1-1/+1