summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix breaks, add defaultbulia byak2006-11-011-11/+11
| | | (bzr r1880)
* make svg numeric precision, minimum exponent, and the use of named colors ↵bulia byak2006-10-314-27/+42
| | | | | (as well as shortened color triads like #ccc) configurable via prefs (bzr r1877)
* fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak2006-10-311-1/+1
| | | (bzr r1876)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-262-47/+43
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-7/+7
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-7/+7
| | | | | one major janitorial task we identified.... (bzr r1633)
* noop: Address signed/unsigned comparison warning.Peter Moulder2006-08-041-1/+1
| | | (bzr r1558)
* fix 1533388bulia byak2006-08-031-0/+1
| | | (bzr r1549)
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
| | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413)
* 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)