summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix crash when ungrouping a group with set-then-unset filterbulia byak2009-01-011-1/+1
| | | (bzr r7050)
* allow sp_style_set_property_url to unset the property as well, if the linked ↵bulia byak2008-11-291-6/+8
| | | | | object is NULL (bzr r6917)
* From trunkTed Gould2008-10-271-8/+28
| | | (bzr r6885)
* fix writing invalid color:none; optimize opacity (only if <1) and marker-... ↵bulia byak2008-09-191-14/+31
| | | | | (only if different from marker) (bzr r6851)
* fix 246944bulia byak2008-07-241-6/+19
| | | (bzr r6413)
* fix crash when writing style with empty font-familybulia byak2008-07-241-2/+4
| | | (bzr r6406)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+1
| | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+1
| | | (bzr r5823)
* patch from bug 214171bulia byak2008-04-141-1/+3
| | | (bzr r5440)
* fix 216898bulia byak2008-04-141-2/+6
| | | (bzr r5436)
* another currentColor fix from bug 174720bulia byak2008-04-081-2/+2
| | | (bzr r5389)
* since marker size depends on stroke width, write stroke width if there's no ↵bulia byak2008-04-081-2/+19
| | | | | stroke but there are markers (bzr r5384)
* patch by Martin von Gagern for bug 174720bulia byak2008-04-011-0/+3
| | | (bzr r5301)
* skip writing stroke/fill properties when stroke/fill is nonebulia byak2008-03-141-72/+87
| | | (bzr r5091)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+40
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* trying to fix the unset-gradient-on-transform bugbulia byak2007-12-161-1/+1
| | | (bzr r4236)
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-251-12/+9
| | | (bzr r3794)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-3/+3
| | | (bzr r3753)
* Purged fill type enumJon A. Cruz2007-09-101-68/+67
| | | (bzr r3706)
* Preserve paint styles with multiple componentsJon A. Cruz2007-09-061-70/+102
| | | (bzr r3696)
* patch 1786802bulia byak2007-09-031-1/+1
| | | (bzr r3673)
* fix inheriting paintserversbulia byak2007-07-081-7/+15
| | | (bzr r3199)
* switch fill/stroke paintservers to URIReferences, properly disconnect and ↵bulia byak2007-07-041-220/+165
| | | | | delete connections on destroy; remove some old crap; fixes a ton of old bugs (bzr r3180)
* isolated internal spaces no longer force font-family quoting, for theMenTaLguY2007-06-301-1/+19
| | | | | | sake of backwards-compatibility with older Inkscape version; also, additional comments (bzr r3157)
* a couple more checks just in casebulia byak2007-06-271-6/+8
| | | (bzr r3148)
* use an accessor method to get filter from stylebulia byak2007-06-271-1/+1
| | | (bzr r3145)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-98/+78
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* Removed use of union in paint type/structJon A. Cruz2007-04-051-18/+18
| | | (bzr r2821)
* 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)