| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | patch from bug 214171 | bulia byak | 2008-04-14 | 1 | -1/+3 |
| | | | | (bzr r5440) | ||||
| * | fix 216898 | bulia byak | 2008-04-14 | 1 | -2/+6 |
| | | | | (bzr r5436) | ||||
| * | another currentColor fix from bug 174720 | bulia byak | 2008-04-08 | 1 | -2/+2 |
| | | | | (bzr r5389) | ||||
| * | since marker size depends on stroke width, write stroke width if there's no ↵ | bulia byak | 2008-04-08 | 1 | -2/+19 |
| | | | | | | stroke but there are markers (bzr r5384) | ||||
| * | patch by Martin von Gagern for bug 174720 | bulia byak | 2008-04-01 | 1 | -0/+3 |
| | | | | (bzr r5301) | ||||
| * | skip writing stroke/fill properties when stroke/fill is none | bulia byak | 2008-03-14 | 1 | -72/+87 |
| | | | | (bzr r5091) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+3 |
| | | | | (bzr r4629) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -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 bug | bulia byak | 2007-12-16 | 1 | -1/+1 |
| | | | | (bzr r4236) | ||||
| * | Initial support for icc color selection including CMYK | Jon A. Cruz | 2007-09-25 | 1 | -12/+9 |
| | | | | (bzr r3794) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -3/+3 |
| | | | | (bzr r3753) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -68/+67 |
| | | | | (bzr r3706) | ||||
| * | Preserve paint styles with multiple components | Jon A. Cruz | 2007-09-06 | 1 | -70/+102 |
| | | | | (bzr r3696) | ||||
| * | patch 1786802 | bulia byak | 2007-09-03 | 1 | -1/+1 |
| | | | | (bzr r3673) | ||||
| * | fix inheriting paintservers | bulia byak | 2007-07-08 | 1 | -7/+15 |
| | | | | (bzr r3199) | ||||
| * | switch fill/stroke paintservers to URIReferences, properly disconnect and ↵ | bulia byak | 2007-07-04 | 1 | -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 the | MenTaLguY | 2007-06-30 | 1 | -1/+19 |
| | | | | | | | sake of backwards-compatibility with older Inkscape version; also, additional comments (bzr r3157) | ||||
| * | a couple more checks just in case | bulia byak | 2007-06-27 | 1 | -6/+8 |
| | | | | (bzr r3148) | ||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 1 | -1/+1 |
| | | | | (bzr r3145) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -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/struct | Jon A. Cruz | 2007-04-05 | 1 | -18/+18 |
| | | | | (bzr r2821) | ||||
| * | comment on the order of parsing declarations | bulia byak | 2007-03-27 | 1 | -0/+3 |
| | | | | (bzr r2769) | ||||
| * | also quote fonnames starting from a non-letter | bulia byak | 2007-03-16 | 1 | -0/+3 |
| | | | | (bzr r2664) | ||||
| * | quote font-family values if necessary on writing (fixes a bunch of bugs); ↵ | bulia byak | 2007-03-16 | 1 | -23/+57 |
| | | | | | | change unquote API and export it (bzr r2662) | ||||
| * | comment fix | bulia byak | 2007-03-14 | 1 | -1/+1 |
| | | | | (bzr r2650) | ||||
| * | Cleanup work for markers - adding some documentation to areas of code | Bryce Harrington | 2006-11-18 | 1 | -7/+0 |
| | | | | | | dealing with markers, and removing some marker debug stuff. (bzr r1987) | ||||
| * | cleanup filter handling, fix hreffing, implement release and modified signal ↵ | bulia byak | 2006-11-16 | 1 | -40/+87 |
| | | | | | | listening for filters (fixes numerous crashes) (bzr r1960) | ||||
| * | fix for filter (non)inheritance and a crude workaround for filter merging | bulia byak | 2006-10-08 | 1 | -3/+12 |
| | | | | (bzr r1779) | ||||
| * | add generic set-property-to-this-object-url method | bulia byak | 2006-10-07 | 1 | -0/+25 |
| | | | | (bzr r1773) | ||||
| * | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 2006-08-02 | 1 | -10/+39 |
| | | | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542) | ||||
| * | finish switching to sigc++ SPObject signals for SPStyle | MenTaLguY | 2006-07-26 | 1 | -4/+5 |
| | | | | (bzr r1480) | ||||
| * | Added support for enable-background to SPStyle | Niko Kiirala | 2006-07-26 | 1 | -3/+39 |
| | | | | (bzr r1479) | ||||
| * | switch to using sigc++ signals | MenTaLguY | 2006-07-22 | 1 | -26/+42 |
| | | | | (bzr r1454) | ||||
| * | Missing style instructions (for filters) added. | Hugo Rodrigues | 2006-06-29 | 1 | -1/+44 |
| | | | | (bzr r1312) | ||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -2/+82 |
| | | | | (bzr r1252) | ||||
| * | Moving out icc parser | Jon A. Cruz | 2006-04-05 | 1 | -30/+4 |
| | | | | (bzr r424) | ||||
| * | include errno.h | Aaron Spike | 2006-04-04 | 1 | -0/+1 |
| | | | | (bzr r420) | ||||
| * | initial parsing of icc-color() | Jon A. Cruz | 2006-04-03 | 1 | -1/+32 |
| | | | | (bzr r418) | ||||
| * | Start of support for icc-color in fill/stroke. | Peter Moulder | 2006-04-03 | 1 | -5/+35 |
| | | | | (bzr r408) | ||||
| * | cleanup: (sp_style_paint_clear): All callers were passing hunref=TRUE, ↵ | Peter Moulder | 2006-03-31 | 1 | -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 Moulder | 2006-03-31 | 1 | -28/+15 |
| | | | | | | rid of color_hreffed,color_listening flags. (bzr r378) | ||||
| * | differentiate _hreffed and _listening flags for color, fill, and stroke ↵ | bulia byak | 2006-03-14 | 1 | -13/+66 |
| | | | | | | paintservers - fixes two crashes (bzr r239) | ||||
| * | (sp_style_write_ipaint): Pretty colour names: use sp_svg_write_color instead ↵ | Peter Moulder | 2006-03-13 | 1 | -4/+5 |
| | | | | | | | | of #rrggbb. style-test.cpp: Update unit tests accordingly. (bzr r238) | ||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-03-13 | 1 | -26/+26 |
| | | | | (bzr r237) | ||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 1 | -0/+1 |
| | | | | (bzr r232) | ||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -70/+70 |
| | | | | (bzr r149) | ||||
| * | r10887@tres: ted | 2006-02-05 23:16:41 -0800 | Ted Gould | 2006-02-06 | 1 | -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 Gould | 2006-02-06 | 1 | -1/+0 |
| | | |||||
| * | yet another fix along the same lines: disconnect listeners if they have been ↵ | bulia byak | 2006-02-06 | 1 | -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 crash | bulia byak | 2006-02-03 | 1 | -1/+4 |
| | | | | (bzr r66) | ||||
