1. 26 Aug, 2015 1 commit
    • Gertjan van Heertum's avatar
      Fixed problems when running in multiple threads. The use of a static matrix... · 3838e721
      Gertjan van Heertum authored
      Fixed problems when running in multiple threads. The use of a static matrix and the use of StringFormat.GenericTypographic seemed to cause problems when used in multi-threading. This is resolved by making the matrix non static and use a copy of the StringFormat.
      
      Also created a new exception for memory overflows. When using multithreading to render a large amount of big images the bitmap creation can fail (due to memory allocation) throwing an error. This is now caught and a specific exception is thrown.
      3838e721
  2. 20 Aug, 2015 3 commits
  3. 29 Jul, 2015 2 commits
  4. 28 Jul, 2015 3 commits
  5. 27 Jul, 2015 2 commits
  6. 21 Jul, 2015 1 commit
  7. 02 Jul, 2015 1 commit
  8. 11 Jun, 2015 2 commits
  9. 10 Jun, 2015 1 commit
  10. 03 Apr, 2015 3 commits
  11. 25 Mar, 2015 2 commits
  12. 23 Mar, 2015 1 commit
  13. 12 Mar, 2015 1 commit
  14. 20 Feb, 2015 1 commit
  15. 11 Feb, 2015 2 commits
  16. 14 Jan, 2015 2 commits
  17. 10 Jan, 2015 3 commits
  18. 09 Jan, 2015 1 commit
  19. 05 Dec, 2014 1 commit
  20. 13 Oct, 2014 1 commit
    • Eric Domke's avatar
      Serialization Fixes · 7ece1215
      Eric Domke authored
      More serialization bug fixes and better fallback for font definition
      problems.
      7ece1215
  21. 08 Oct, 2014 1 commit
    • Eric Domke's avatar
      Serialization Bug Fixes · ec0cf19d
      Eric Domke authored
      Added parameter to the SvgAttribute indicating whether the storage is
      the _attribute dictionary.  If true, the output will only be serialized
      only if the key is in the dictionary.  This structure is an alternate to
      the SvgDefinitionDefaults class.
      ec0cf19d
  22. 03 Oct, 2014 1 commit
  23. 02 Oct, 2014 2 commits
  24. 30 Sep, 2014 2 commits