summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added missing file entryRalf Stephan2006-05-221-0/+1
| | | (bzr r947)
* PDF export patch by Ulf Eriksonbulia byak2006-05-192-2/+14
| | | (bzr r885)
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
| | | (bzr r592)
* limit the smallest exponent in transforms; anything smaller is written as 0bulia byak2006-04-253-23/+27
| | | (bzr r583)
* Tuned icc-color() parsingJon A. Cruz2006-04-052-41/+94
| | | (bzr r426)
* Moving out icc parserJon A. Cruz2006-04-053-32/+131
| | | (bzr r424)
* fix to return the end pointer when desiredJon A. Cruz2006-04-031-0/+4
| | | (bzr r416)
* Add a version of the reader that indicates the end of the color specification.Peter Moulder2006-04-032-4/+50
| | | (bzr r407)
* newPeter Moulder2006-04-031-0/+29
| | | (bzr r406)
* (sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours ↵Peter Moulder2006-03-132-4/+70
| | | | | | | white, red, lime, ..., but not the X11 colours) when possible; else use three hex difits (#ccc); else use existing six hex digits. (sp_svg_write_color): Change return type from int (never used by existing callers) to void. (bzr r236)
* svg-color-test.h: New unit test file.Peter Moulder2006-03-132-1/+58
| | | (bzr r235)
* Remove temporary #include of svg-color.hPeter Moulder2006-03-131-1/+0
| | | (bzr r233)
* Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ↵Peter Moulder2006-03-134-6/+15
| | | | | | | new file svg/svg-color.h. svg/svg.h: Temporarily #include svg-color.h. (bzr r231)
* (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.Peter Moulder2006-03-131-1/+1
| | | (bzr r229)
* (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.Peter Moulder2006-03-131-9/+7
| | | | | | | (sp_svg_write_color): Require buflen >= 8. (All existing callers already conform.) doc: Remove out-of-date (and incorrect: cannot have space in `rgb(' for CSS colors) todo comment. noop: SP_SVG_NUMCOLORS is used in only one place; replace it with inline G_N_ELEMENTS(...). (bzr r228)
* CodingStyle: whitespacePeter Moulder2006-03-131-270/+283
| | | (bzr r227)
* noop: Minor phrasing/CodingStyle changes.Peter Moulder2006-03-131-7/+7
| | | (bzr r226)
* optimized includesRalf Stephan2006-01-181-5/+0
| | | (bzr r16)
* adapt includes to glib 2.9 changesRalf Stephan2006-01-181-1/+7
| | | (bzr r15)
* * src/svg/Makefile_insert: Updated to reflect a previous headermjwybrow2006-01-161-1/+1
| | | | | file renaming. (bzr r2)
* moving trunk for module inkscapeMenTaLguY2006-01-1625-0/+3474
(bzr r1)