summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-css.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed forgotten debug statement.Tavmjong Bah2011-10-021-1/+0
| | | (bzr r10657)
* Fixed problem with font names that contain spaces.Tavmjong Bah2011-09-281-3/+8
| | | (bzr r10649)
* Remove left over debug g_warning... and the cause of compilation problems.Tavmjong Bah2011-09-161-2/+1
| | | (bzr r10631)
* Fix incorrect argument in call to varargs function in xml/repr-css.cppKrzysztof Kosi??ski2011-09-151-1/+1
| | | (bzr r10630)
* Use CSSOStringStream in writing number strings parsed by libcroco asTavmjong Bah2011-09-151-4/+31
| | | | | | libcroco uses %.17f for formatting, resulting in trailing zeros or small rounding errors. (bzr r10629)
* Remove forgotten call to print routine.Tavmjong Bah2011-08-291-1/+0
| | | (bzr r10597)
* Added comments.Tavmjong Bah2011-08-291-5/+79
| | | (bzr r10596)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* xml/Document -> DocumentTreejohnce2009-08-051-4/+4
| | | (bzr r8417)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8416)
* plumb document references a little deeper inMenTaLguY2008-06-081-3/+12
| | | (bzr r5861)
* merge inline patch from JimmyMenTaLguY2008-05-081-3/+3
| | | (bzr r5631)
* Warning and whitespace cleanupJon A. Cruz2008-03-011-2/+2
| | | (bzr r4914)
* 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)