| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix breaks, add default | bulia byak | 2006-11-01 | 1 | -11/+11 |
| | | | | (bzr r1880) | ||||
| * | make svg numeric precision, minimum exponent, and the use of named colors ↵ | bulia byak | 2006-10-31 | 4 | -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 digits | bulia byak | 2006-10-31 | 1 | -1/+1 |
| | | | | (bzr r1876) | ||||
| * | gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵ | Michael G. Sloan | 2006-08-26 | 2 | -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 Phillips | 2006-08-25 | 2 | -7/+7 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 2 | -7/+7 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | noop: Address signed/unsigned comparison warning. | Peter Moulder | 2006-08-04 | 1 | -1/+1 |
| | | | | (bzr r1558) | ||||
| * | fix 1533388 | bulia byak | 2006-08-03 | 1 | -0/+1 |
| | | | | (bzr r1549) | ||||
| * | * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, | mjwybrow | 2006-07-14 | 1 | -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 entry | Ralf Stephan | 2006-05-22 | 1 | -0/+1 |
| | | | | (bzr r947) | ||||
| * | PDF export patch by Ulf Erikson | bulia byak | 2006-05-19 | 2 | -2/+14 |
| | | | | (bzr r885) | ||||
| * | Adding multiple test output formats. | Jon A. Cruz | 2006-04-27 | 1 | -1/+1 |
| | | | | (bzr r592) | ||||
| * | limit the smallest exponent in transforms; anything smaller is written as 0 | bulia byak | 2006-04-25 | 3 | -23/+27 |
| | | | | (bzr r583) | ||||
| * | Tuned icc-color() parsing | Jon A. Cruz | 2006-04-05 | 2 | -41/+94 |
| | | | | (bzr r426) | ||||
| * | Moving out icc parser | Jon A. Cruz | 2006-04-05 | 3 | -32/+131 |
| | | | | (bzr r424) | ||||
| * | fix to return the end pointer when desired | Jon A. Cruz | 2006-04-03 | 1 | -0/+4 |
| | | | | (bzr r416) | ||||
| * | Add a version of the reader that indicates the end of the color specification. | Peter Moulder | 2006-04-03 | 2 | -4/+50 |
| | | | | (bzr r407) | ||||
| * | new | Peter Moulder | 2006-04-03 | 1 | -0/+29 |
| | | | | (bzr r406) | ||||
| * | (sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours ↵ | Peter Moulder | 2006-03-13 | 2 | -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 Moulder | 2006-03-13 | 2 | -1/+58 |
| | | | | (bzr r235) | ||||
| * | Remove temporary #include of svg-color.h | Peter Moulder | 2006-03-13 | 1 | -1/+0 |
| | | | | (bzr r233) | ||||
| * | Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ↵ | Peter Moulder | 2006-03-13 | 4 | -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 Moulder | 2006-03-13 | 1 | -1/+1 |
| | | | | (bzr r229) | ||||
| * | (sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int. | Peter Moulder | 2006-03-13 | 1 | -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: whitespace | Peter Moulder | 2006-03-13 | 1 | -270/+283 |
| | | | | (bzr r227) | ||||
| * | noop: Minor phrasing/CodingStyle changes. | Peter Moulder | 2006-03-13 | 1 | -7/+7 |
| | | | | (bzr r226) | ||||
| * | optimized includes | Ralf Stephan | 2006-01-18 | 1 | -5/+0 |
| | | | | (bzr r16) | ||||
| * | adapt includes to glib 2.9 changes | Ralf Stephan | 2006-01-18 | 1 | -1/+7 |
| | | | | (bzr r15) | ||||
| * | * src/svg/Makefile_insert: Updated to reflect a previous header | mjwybrow | 2006-01-16 | 1 | -1/+1 |
| | | | | | | file renaming. (bzr r2) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 25 | -0/+3474 |
| (bzr r1) | |||||
