summaryrefslogtreecommitdiffstats
path: root/src/style.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Read new SVG2 property 'paint-order'.Tavmjong Bah2014-02-181-0/+199
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+51
* Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...Tavmjong Bah2013-11-131-4/+4
* Remove duplicate if statementDavid Turner2013-10-091-2/+0
* leak fixes: free marker value on delete; free the return value of uri's toStr...buliabyak2013-09-281-3/+15
* Proper fix for bug 1127103 (Filter changes color when object flipped.)Tavmjong Bah2013-09-251-3/+1
* Merge from trunk.Matthew Petroff2013-09-201-1/+4
|\
| * Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103Martin Owens2013-09-181-1/+4
* | Merge from trunk.Matthew Petroff2013-09-121-87/+296
|\|
| * merge from trunk (r12487)su_v2013-08-291-19/+92
| |\
| * | changes_2013_05_22a.patch:David Mathog2013-06-191-86/+294
* | | Improve code readability.Matthew Petroff2013-08-281-15/+15
| |/ |/|
* | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-16/+16
|\ \
| * | Eliminate "unit-constants.h".Matthew Petroff2013-07-311-16/+16
| |/
* | init SPStyle better: fixes a bunch of bugs resulting from improper re-init of...Johan B. C. Engelen2013-08-061-5/+71
* | disable really bad memset on a huge struct that contains member objects besid...Johan B. C. Engelen2013-08-031-2/+8
|/
* define booleans as booleans (prevent future errors in comparisons)Kris De Gussem2013-04-221-1/+1
* Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah2013-04-081-29/+69
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
* Bug fix for color-interpolation, color-interpolation-filters. Get rid of anno...Tavmjong Bah2012-12-221-6/+2
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-3/+3
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-7/+5
* Static code checking (Bug #614232)Kris De Gussem2012-09-131-3/+4
* Fix for 168164 : Default text output to pxJohn Smith2012-08-251-1/+1
* Fix for 168164 : Font size, always output px optionJohn Smith2012-08-211-2/+18
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-4/+57
* Change default font to a CSS valid default font (Sans -> sans-serif).Tavmjong Bah2012-05-211-3/+3
* Adding checks to prevent null pointer dereferencesKris De Gussem2012-05-041-31/+60
* cppcheck: null pointer dereference fixKris De Gussem2012-02-211-1/+1
* fix crash on non-finite stroke widthsJohan B. C. Engelen2012-02-191-0/+5
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-2/+2
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Add minimal support for reading color-interpolation and color-interpolation-f...Tavmjong Bah2011-08-291-4/+43
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-58/+207
|\
| * Properly handle CSS font shorthand property. Work done with Abhishek Sharma f...Tavmjong Bah2011-07-131-11/+143
| * Allow em and ex as units on font-size.Tavmjong Bah2011-07-101-58/+75
* | Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski2011-07-101-2/+28
* | Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+0
|/
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-25/+31
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+10
|\
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-3/+9
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz2010-07-181-30/+37
* | Revert device-color for now.Jon A. Cruz2010-07-071-12/+0
|/
* "Fix" for bug #583593 (Default tool styles are not loaded for new users).Tavmjong Bah2010-06-071-4/+4
* Compute baseline-shift relative to parent baseline-shift.Tavmjong Bah2010-06-061-0/+2
* Adding a character to a superscript or subscript no longer resetsTavmjong Bah2010-06-051-24/+14
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-5/+198
* Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah2010-04-141-3/+3
* inherit value as well as computed for linespacing and other spacing propertie...buliabyak2010-03-271-0/+3