summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* comment on the order of parsing declarationsbulia byak2007-03-271-0/+3
| | | (bzr r2769)
* also quote fonnames starting from a non-letterbulia byak2007-03-161-0/+3
| | | (bzr r2664)
* quote font-family values if necessary on writing (fixes a bunch of bugs); ↵bulia byak2007-03-161-23/+57
| | | | | change unquote API and export it (bzr r2662)
* comment fixbulia byak2007-03-141-1/+1
| | | (bzr r2650)
* Cleanup work for markers - adding some documentation to areas of codeBryce Harrington2006-11-181-7/+0
| | | | | dealing with markers, and removing some marker debug stuff. (bzr r1987)
* cleanup filter handling, fix hreffing, implement release and modified signal ↵bulia byak2006-11-161-40/+87
| | | | | listening for filters (fixes numerous crashes) (bzr r1960)
* fix for filter (non)inheritance and a crude workaround for filter mergingbulia byak2006-10-081-3/+12
| | | (bzr r1779)
* add generic set-property-to-this-object-url methodbulia byak2006-10-071-0/+25
| | | (bzr r1773)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-10/+39
| | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)
* finish switching to sigc++ SPObject signals for SPStyleMenTaLguY2006-07-261-4/+5
| | | (bzr r1480)
* Added support for enable-background to SPStyleNiko Kiirala2006-07-261-3/+39
| | | (bzr r1479)
* switch to using sigc++ signalsMenTaLguY2006-07-221-26/+42
| | | (bzr r1454)
* 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)