summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-css.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-3/+3
| | | (bzr r4629)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+3
| | | | | | | | | | | | | | | | | | | (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)
* ensure correct order of inheriting style from ancestors (children override ↵bulia byak2007-03-271-8/+19
| | | | | parents) and of reading decls in a style string (later decls override) (bzr r2770)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+2
| | | (bzr r2723)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-4/+3
| | | (bzr r2720)
* switch repr-css to using libcroco, same as SPStyle uses, instead of its own ↵bulia byak2007-03-161-26/+45
| | | | | hacky css parser; quote font-family, if necessary, on writing (bzr r2663)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+261
(bzr r1)