summaryrefslogtreecommitdiff
path: root/src/lib/VSDTypes.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-04make trivial copy ctors default tooDavid Tardon1-18/+5
2019-08-04make trivial assignment operators defaultDavid Tardon1-5/+5
2019-08-04un-constify return value of operator=David Tardon1-5/+5
2019-08-03WaE: implicitly-declared VSDOptionalLineStyle::operator= is deprecatedDavid Tardon1-0/+1
2019-08-03WaE: implicitly-declared VSDBullet::operator= is deprecatedDavid Tardon1-0/+1
2019-08-03WaE: implicitly-declared XForm::operator= is deprecatedDavid Tardon1-1/+1
2019-08-03WaE: implicitly-declared VSDMisc::operator= is deprecatedDavid Tardon1-0/+1
2019-08-03WaE: implicitly-declared VSDName::operator= is deprecatedDavid Tardon1-0/+1
2017-05-15drop unneeded macroDavid Tardon1-1/+0
2017-01-31Refactoring to get the text encoding from the font informationFridrich Štrba1-0/+5
2015-12-23Parse bulletFont and bulletFontSize where applicableFridrich Štrba1-2/+12
2015-12-18BIPU support of bulletsFridrich Štrba1-0/+23
2015-12-16Parse the tabs in VSD and account for character countFridrich Štrba1-0/+10
2015-12-16m_lead -> m_leader to correspond to the Visio terminologyFridrich Štrba1-3/+3
2015-12-15Some function to read tab stops in binary parsersFridrich Štrba1-0/+11
2015-12-12Some improvements to the layer colours + make xml parsers workFridrich Štrba1-3/+3
2014-10-22Read XForm1DFridrich Štrba1-0/+15
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-26/+5
2013-11-05librevenge namespaceFridrich Štrba1-5/+5
2013-11-04trying to move libvisio to librevenge APIFridrich Štrba1-6/+6
2013-04-21HideText for VSDFridrich Štrba1-0/+7
2013-04-01Use ICU for charset conversionsFridrich Štrba1-0/+5
2013-02-22Read and push to the api the names of the pages if they existFridrich Štrba1-0/+4
2012-12-18When cached fg and bg colours are 0, trust index moreFridrich Štrba1-0/+12
2012-12-16coverity: copying uninitialized valueDavid Tardon1-0/+1
2012-10-30Consolidate the way of reading font informationFridrich Štrba1-3/+8
2012-10-25Some more boost::optional fooFridrich Štrba1-0/+8
2012-10-23boost::optional::is_initialized is deprecatedFridrich Štrba1-2/+2
2012-10-21Consider also styles ids 0Fridrich Štrba1-0/+1
2012-10-21Pass more properties as boost::optionalFridrich Štrba1-0/+3
2012-10-18Simplify the styles a bitFridrich Štrba1-1/+1
2012-10-16Basic support of raster images in VDX and VSDX parserFridrich Štrba1-4/+0
2012-10-02Add stencil xform and txtxformFridrich Štrba1-0/+4
2012-09-26Start to parse the font and colour list in VDX parserFridrich Štrba1-0/+2
2012-09-18Prepare for the new VSDX file-format (ooxml version)Fridrich Štrba1-0/+173