summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Missing style instructions (for filters) added.Hugo Rodrigues2006-06-291-1/+44
| | | (bzr r1312)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-2/+82
| | | (bzr r1252)
* Moving out icc parserJon A. Cruz2006-04-051-30/+4
| | | (bzr r424)
* include errno.hAaron Spike2006-04-041-0/+1
| | | (bzr r420)
* initial parsing of icc-color()Jon A. Cruz2006-04-031-1/+32
| | | (bzr r418)
* Start of support for icc-color in fill/stroke.Peter Moulder2006-04-031-5/+35
| | | (bzr r408)
* cleanup: (sp_style_paint_clear): All callers were passing hunref=TRUE, ↵Peter Moulder2006-03-311-17/+11
| | | | | unset=FALSE, so simplify by getting rid of those parameters. (bzr r379)
* Disallow none/currentColor/uri as values for the `color' property, and get ↵Peter Moulder2006-03-311-28/+15
| | | | | rid of color_hreffed,color_listening flags. (bzr r378)
* differentiate _hreffed and _listening flags for color, fill, and stroke ↵bulia byak2006-03-141-13/+66
| | | | | paintservers - fixes two crashes (bzr r239)
* (sp_style_write_ipaint): Pretty colour names: use sp_svg_write_color instead ↵Peter Moulder2006-03-131-4/+5
| | | | | | | of #rrggbb. style-test.cpp: Update unit tests accordingly. (bzr r238)
* CodingStyle: whitespacePeter Moulder2006-03-131-26/+26
| | | (bzr r237)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-0/+1
| | | (bzr r232)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-70/+70
| | | (bzr r149)
* r10887@tres: ted | 2006-02-05 23:16:41 -0800Ted Gould2006-02-061-0/+1
| | | | | | | Okay, I'm basically undoing the last commit that SVK screwed up. All this work is not mine, it was done by other people. Sorry to mess things up. (bzr r92)
* (bzr r90)Ted Gould2006-02-061-1/+0
|
* yet another fix along the same lines: disconnect listeners if they have been ↵bulia byak2006-02-061-1/+6
| | | | | connected, checking a flag instead of relying on style->object (bzr r85)
* further fix: remember is paintservers were hreffed in a flag, fixes undo crashbulia byak2006-02-031-1/+4
| | | (bzr r66)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+3703
(bzr r1)