summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
| | | (bzr r10766.1.1)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-4/+4
| | | | | the contents forward.h at all). (bzr r10667)
* 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)
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-0/+1
| | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475)
* From trunkTed Gould2008-10-271-4/+5
| | | (bzr r6885)
* add optional bool* parameter to find out if the tool has color/opacity set ↵bulia byak2008-07-261-2/+2
| | | | | in its style or not (bzr r6426)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-0/+1
| | | | | | | | | | | | | | | | | | | (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)
* initial filter UI code drop from NickMenTaLguY2007-06-241-1/+2
| | | (bzr r3095)
* Object groups can be blurred. Blur slider updates when selection changes. ↵Hugo Rodrigues2006-08-201-1/+1
| | | | | Comments added/fixed. (bzr r1622)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-1/+4
| | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)
* adding fill-opacity to dyna-drawAaron Spike2006-05-181-1/+2
| | | (bzr r875)
* do calligraphic draw opacity correctlybulia byak2006-05-171-1/+1
| | | (bzr r863)
* Fixes calligraphy tool so drawing now uses the the correct opacity.Joshua L. Blocher2006-05-171-1/+3
| | | (bzr r861)
* Calligraphy tool now draws in the last used color or tool style depending on ↵Joshua L. Blocher2006-05-131-0/+1
| | | | | the preferences setting. (bzr r823)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+87
(bzr r1)