summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-30Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).Tavmjong Bah1-4/+10
2016-03-22Add line-height unit selector to text toolbar.Tavmjong Bah1-22/+74
2016-03-18Reverting 14701.Tavmjong Bah1-7/+1
2016-03-15fix-bug-1557192. paint-order crash with multiple itemsJabier Arraiza Cenoz1-3/+3
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens1-1/+7
2016-03-07Add GUI for 'paint-order' property.Tavmjong Bah1-10/+66
2016-02-22static code analysisKris De Gussem1-1/+1
2015-10-28static code analysisKris De Gussem1-18/+18
2015-10-28Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah1-5/+57
2015-06-22Add simple GUI for 'font-feature-settings'.Tavmjong Bah1-1/+60
2015-05-18Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah1-12/+18
2015-05-16Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ...Tavmjong Bah1-6/+31
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah1-0/+60
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-2/+2
2015-02-27more cast cleanupMarc Jeanmougin1-15/+14
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-19/+19
2015-02-22fix scaling of letter-spacing and word-spacing. (Bug 772057)Alvin Penner1-2/+2
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-33/+33
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-60/+60
2014-12-25Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah1-4/+3
2014-12-16Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah1-1/+1
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-100/+140
2014-10-16Removed dangerous GTK-mimicking macros.Jon A. Cruz1-2/+4
2014-09-29Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...Tavmjong Bah1-2/+4
2014-09-29Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...Tavmjong Bah1-2/+4
2014-09-27Update to experimental r13565Liam P. White1-2/+2
2014-09-23Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah1-2/+2
2014-09-23Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah1-2/+2
2014-08-18Fix build (not pretty).Liam P. White1-0/+1
2014-06-10Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah1-1/+7
2014-06-10Remove 'font' shorthand if we have written out font longhand properties.Tavmjong Bah1-1/+7
2014-05-28SPPattern c++-sification: replaced function by methodsTomasz Boczkowski1-2/+2
2014-04-24Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah1-4/+4
2014-04-24Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah1-25/+25
2014-02-09memleak fixDavid Mathog1-2/+6
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-07-30Further refactoring of EventContexts.Markus Engel1-1/+1
2013-04-28minor cppcheck stuffKris De Gussem1-1/+2
2013-03-11cppcheckKris De Gussem1-1/+1
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-3/+3
2012-08-16Fix for 168164 : Font sizes in points optionJohn Smith1-0/+2
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2011-09-06Fix isnan() compilation issuesDiederik van Lierop1-4/+5
2011-09-05When scaling a diagonal line to a horizontal line, the strokewidth becomes Na...Diederik van Lierop1-16/+30
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-5/+5
2011-04-01Tweak and spray:Nicolas Dufour1-1/+1
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-49/+97
2011-02-02update to latest 2geom !Johan B. C. Engelen1-5/+5
2010-09-06Color preview in cursorJasper van de Gronde1-0/+5