Age | Commit message (Expand) | Author | Files | Lines |
2024-10-11 | tdf#154379 Fix reading TextBkgnd from Shape | Bartosz Kosiorek | 1 | -2/+4 |
2024-10-10 | tdf#154379 Fix reading FillStyleLst | Bartosz Kosiorek | 1 | -2/+6 |
2024-03-19 | read and use simple solid fill styles | Jaume Pujantell | 1 | -2/+102 |
2019-08-12 | simplify creation of xmlReader | David Tardon | 1 | -3/+1 |
2019-08-07 | drop XML_PARSE_NOENT and default to not expanding entities | Caolán McNamara | 1 | -1/+1 |
2017-11-26 | ofz: ignore invalid/incomplete font entries | David Tardon | 1 | -6/+9 |
2017-09-18 | Convert 0 to nullptr where it's used as a pointer value | Miklos Vajna | 1 | -1/+1 |
2017-04-07 | boost::shared_ptr -> std::shared_ptr | David Tardon | 1 | -2/+2 |
2017-02-24 | Parse Font scheme | Fridrich Štrba | 1 | -1/+119 |
2015-07-20 | move libxml2-related functions to a separate file | David Tardon | 1 | -0/+1 |
2015-07-15 | don't leak in case of exception | David Tardon | 1 | -7/+7 |
2015-07-14 | fix more string leaks | David Tardon | 1 | -4/+7 |
2015-06-29 | tdf#92270 VSDX theme color import fix | Andras Timar | 1 | -0/+7 |
2014-02-03 | Parse the quick-style pointers | Fridrich Štrba | 1 | -4/+4 |
2014-02-03 | Little changes to theme parsing | Fridrich Štrba | 1 | -0/+59 |
2014-01-31 | With agreement of all contributors, simplifying licensing to MPL2 | Fridrich Štrba | 1 | -25/+5 |
2013-11-05 | librevenge namespace | Fridrich Štrba | 1 | -1/+1 |
2013-11-04 | trying to move libvisio to librevenge API | Fridrich Štrba | 1 | -1/+1 |
2013-09-21 | WaE: ... should be initialized in the member init. list | David Tardon | 1 | -0/+29 |
2013-07-22 | Some more parsing of theme information | Fridrich Štrba | 1 | -4/+175 |
2013-07-22 | Stub reader for a:clrScheme | Fridrich Štrba | 1 | -2/+14 |
2013-07-22 | Reader for a:sysClr | Fridrich Štrba | 1 | -0/+21 |
2013-07-21 | reader function for a:srgbClr | Fridrich Štrba | 1 | -0/+22 |
2013-07-21 | a:srgbClr does not have # in the beginning of the hex | Fridrich Štrba | 1 | -2/+1 |
2013-07-20 | Add tokens related to theme | Fridrich Štrba | 1 | -2/+16 |
2013-07-20 | Stub the theme class to keep theme information | Fridrich Štrba | 1 | -0/+57 |