summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-18Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103Martin Owens1-1/+4
2013-08-06init SPStyle better: fixes a bunch of bugs resulting from improper re-init of...Johan B. C. Engelen1-5/+71
2013-08-03disable really bad memset on a huge struct that contains member objects besid...Johan B. C. Engelen1-2/+8
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-16/+16
2013-06-19changes_2013_05_22a.patch:David Mathog1-86/+294
2013-04-22define booleans as booleans (prevent future errors in comparisons)Kris De Gussem1-1/+1
2013-04-08Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah1-29/+69
2013-03-19Fixing regressionjtx1-1/+1
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-1/+1
2012-12-22Bug fix for color-interpolation, color-interpolation-filters. Get rid of anno...Tavmjong Bah1-6/+2
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-3/+3
2012-09-25revert changes not strictly required for EMF supportsu_v1-3/+1
2012-09-23Fixes bug #1050064: quiet console messages about supported values for 'color-...su_v1-1/+3
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-7/+5
2012-09-13Static code checking (Bug #614232)Kris De Gussem1-3/+4
2012-08-25Fix for 168164 : Default text output to pxJohn Smith1-1/+1
2012-08-21Fix for 168164 : Font size, always output px optionJohn Smith1-2/+18
2012-08-16Fix for 168164 : Font sizes in points optionJohn Smith1-4/+57
2012-05-21Change default font to a CSS valid default font (Sans -> sans-serif).Tavmjong Bah1-3/+3
2012-05-04Adding checks to prevent null pointer dereferencesKris De Gussem1-31/+60
2012-02-21cppcheck: null pointer dereference fixKris De Gussem1-1/+1
2012-02-19fix crash on non-finite stroke widthsJohan B. C. Engelen1-0/+5
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-2/+2
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-2/+3
2011-08-29Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah1-4/+43
2011-07-13Properly handle CSS font shorthand property. Work done with Abhishek Sharma f...Tavmjong Bah1-11/+143
2011-07-10Allow em and ex as units on font-size.Tavmjong Bah1-58/+75
2011-07-10Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski1-2/+28
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+0
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-25/+31
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-18Follow-up to complete fix for gradient stops and icc.Jon A. Cruz1-5/+4
2010-07-18Correcting black gradient stops when swatches are set or drug.Jon A. Cruz1-25/+33
2010-07-18Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz1-30/+37
2010-07-07Revert device-color for now.Jon A. Cruz1-12/+0
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-3/+9
2010-06-07"Fix" for bug #583593 (Default tool styles are not loaded for new users).Tavmjong Bah1-4/+4
2010-06-06Compute baseline-shift relative to parent baseline-shift.Tavmjong Bah1-0/+2
2010-06-05Adding a character to a superscript or subscript no longer resetsTavmjong Bah1-24/+14
2010-06-04Add support for baseline-shift attribute (all possible values).Tavmjong Bah1-5/+198
2010-04-14Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah1-3/+3
2010-03-27inherit value as well as computed for linespacing and other spacing propertie...buliabyak1-0/+3
2010-03-02Cleanup on id access.Jon A. Cruz1-18/+18
2009-12-06* infrastructure to store device colors as described in http://www.w3.org/TR/...Felipe Corr??a da Silva Sanches1-0/+12
2009-08-22fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, ma...bulia byak1-16/+29
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-13/+13
2009-08-05SPDocument->Documentjohnce1-13/+13
2009-04-30workaround for 'clip-path' and 'mask' given as style properties (bug #324849)Thomas Holder1-2/+13
2009-01-01fix crash when ungrouping a group with set-then-unset filterbulia byak1-1/+1