summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-01-02comment out 2 unused functions in testlibvisio-0.1.1David Tardon1-0/+2
Change-Id: I7012a55176693b9abb8e9f5c9543d14221bea5e1
2015-01-01Revert "VSDX: import <cp:category>"David Tardon3-5/+0
We do not want "multi-level" property names. This reverts commit 5753f7e98d02bde80d9e712d298372933c4a28e6.
2014-12-31VSDX: import <cp:category>Miklos Vajna3-0/+5
Change-Id: If1f520da6d9180862409af63296a1f90bad971e1
2014-12-31libvisio::XmlDrawingGenerator: handle user-defined metadataMiklos Vajna2-1/+49
Change-Id: I63c4cf75009ae8303efd031c66570514180f2d9d
2014-12-31VSDXMetaData: missing breaksMiklos Vajna1-0/+3
Change-Id: I6f1c1827761a532941fc699e912054966561978a
2014-12-30VSD: Visio doesn't write separate author and last modifier fieldsMiklos Vajna2-0/+3
So author always equals to the last modifier. This is consistent with how the single timestamp is imported both as a creation and modification time, too. Change-Id: I65233316f412166dfd82c720c830cf625e1275b5
2014-12-30VSDX: import lastModifiedByMiklos Vajna3-0/+4
Change-Id: I5136c53cbca0b3dc1300e49bf82f290d8ff86ed8
2014-12-28VSD: import descriptionMiklos Vajna2-0/+5
Change-Id: I33b47f4ee903f9f4d07383df0552284de7401d7b
2014-12-28VSDX: import descriptionMiklos Vajna3-0/+4
Change-Id: I5e9e6fd793bb44c954e8255e70952badfb442d57
2014-12-28VSDXMetaData: check token type at a single placeMiklos Vajna1-12/+10
Change-Id: I0318d619a71b0785e2752a363a68f4db0b3acc0e
2014-12-28VSD: import keywordsMiklos Vajna2-0/+5
Change-Id: I1896afdcbec2cb3177f053558b2a6668529bd85e
2014-12-27VSDX: import <cp:keywords>Miklos Vajna3-0/+5
Change-Id: I7c61cde25389b5bee26885822d8995dfca7d031b
2014-12-26VSD: import authorMiklos Vajna3-0/+5
Change-Id: I3c73b61217ad8779ad9786acbe58ffada647ffbd
2014-12-25VSDXMetaData: merge read*() methods into a single oneMiklos Vajna2-87/+12
Change-Id: I218bca925d5fc86d7b492e05b2bebbca2e5675d9
2014-12-24VSDX: import <dc:creator>Miklos Vajna5-0/+25
Sigh, ODF has <dc:creator> as well, but with different semantics. Change-Id: I9425dc1b45c3c3cd9a1a97fb31f0ee087044814e
2014-12-23VSD: import subjectMiklos Vajna3-0/+6
Change-Id: I6b28cf0570ead1c7acf8b6b8354f23945ca0fdd0
2014-12-22VSDX: import <dc:subject>Miklos Vajna5-0/+25
Change-Id: I8685be2883d3fa9719aafd0f1c1e928f863fb2ce
2014-12-21VSDXParser::processXmlNode: print debug messages to stderrMiklos Vajna1-1/+1
Change-Id: I4d5b8414f9836dc75ef988985c64d929dbc6b336
2014-12-20use the right form of c headerDavid Tardon2-1/+1
Change-Id: I6cc11f41c84e47c1a49f5e553f1d067abd7ce79a
2014-12-20VSD: test Creation/ModifiedTime importMiklos Vajna1-0/+3
Change-Id: I5e0726cf8fecd7ec88beb4f338b3fad5c656fb5c
2014-12-17ImportTest: fix indentationMiklos Vajna1-2/+2
Change-Id: Ibc19c371d0aa8167193fcb3c3958caf2251abab9
2014-12-17VSD: test metadata importMiklos Vajna4-0/+20
Only title as a start. Change-Id: Ic7a4cc8ddd1f781466d7a113bf3a925ae112e874
2014-12-12VSDX: test import of <dcterms:created> and <dcterms:modified>Miklos Vajna2-0/+4
Change-Id: I78e6cc1811a2f0815f27d8780cf5f96208115b24
2014-12-10fdo#86664 VSDX: test metadata importMiklos Vajna8-1/+701
Only title as a start. Change-Id: I6d5f6e2dc1730ff2b2dfda760d575f605ab034eb
2014-12-08Some Werror stuff fixingFridrich Štrba3-1/+3
Change-Id: I6fbcf7168480590c1922e6f4ccd180e1605086dd
2014-12-07print debug messages to stderrMiklos Vajna2-2/+12
Change-Id: I54305fcb8c2ea80951acdb5b426a0dd501330762
2014-12-05Revert "avoid infinite recursion when reading a broken file"David Tardon2-17/+1
Streams can legitimately be read more than once. (In ideal world, we would keep the parsed data and just reuse it if/when the same stream pointer was encountered again, instead of parsing it repeatedly. There is a room for future improvement there :-) This reverts commit 770e649b1b30e2b43e62d00ed06b4ff33f8305e0.
2014-12-02error C3861: ´localtime´: identifier not foundMiklos Vajna1-0/+1
Change-Id: Ic0ccfc0b6cdd030772d09e7d235c63d440ba2f1b
2014-12-02fdo#86664 VSD: import Creation/ModifiedTimeMiklos Vajna3-0/+56
Change-Id: Ia1287ef49fa5225ab9bb5effa65d8b61e4015f8d
2014-12-01fdo#86729 VSD: import metadataMiklos Vajna6-4/+263
Only title as a start. Change-Id: If876d0985bb68d87600d805368aff404dfd6fba4
2014-12-01Move _appendUCS4() to libvisio_utilsMiklos Vajna3-25/+20
Change-Id: Ie924018aa6fa0bc758ee034f8522f32a87fff391
2014-11-27avoid infinite recursion when reading a broken fileDavid Tardon2-1/+17
Change-Id: Icb292ae4b4c286be52ee81e5d08b43efccb1892d
2014-11-27move the check a bit up, in preparation for next commitDavid Tardon1-1/+4
Change-Id: I9d7f98fecf96f162e2def0cd1af6931886fcb740
2014-11-25fdo#86664 VSDX: import <dcterms:created> and <dcterms:modified>Miklos Vajna3-0/+48
Change-Id: I7ff5f87729419853146d941903f88f9277106b27
2014-11-25fdo#86664 VSDX: import metadataMiklos Vajna12-0/+204
Only title as a start. Change-Id: Id1b92992c75058f99b9c0c72d53c254110917ed7 Reviewed-on: https://gerrit.libreoffice.org/13108 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-11-20fix page referencing itself as its background pageDavid Tardon1-0/+4
Change-Id: I70d91a8f2f72cba6cd6ce4a3427af98edb6d0a4a
2014-11-18display too small arrow to the appropriate sizeHidemune1-2/+4
: Visio implementation-dependent problem Change-Id: I15131cafd82429b18874fa69a149deb8bee00e0c Reviewed-on: https://gerrit.libreoffice.org/12523 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-10-22Read XForm1DFridrich Štrba9-4/+139
Change-Id: I1486f876df5dbfa3914440f612af48833317da09
2014-07-29check argumentsDavid Tardon1-0/+9
Change-Id: I23cf6e3c04100ec021f913171bb469a221515584
2014-06-16libvisio: avoid some quoting issue with Win32 makeMichael Stahl1-1/+1
2014-06-04coverity#1165322 unreachable return statementDavid Tardon1-11/+7
Change-Id: I8a4f55921ed71c55fb615b5c27daf80008608e09
2014-05-31Remove warningsFridrich Štrba1-3/+5
Change-Id: If007520c22d400b717fe0abac30b8288208e3e94
2014-02-04Some other ideas about handling the themingFridrich Štrba9-12/+129
Change-Id: Iec8c5f49827ee2b18ddf97d37077b2f0798a0685
2014-02-03Parse the quick-style pointersFridrich Štrba3-4/+74
Change-Id: I2d6b5a72c6c2764793992d1ca6363c831fa425b0
2014-02-03Little changes to theme parsingFridrich Štrba2-0/+61
Change-Id: Ie5e7b86799fda82611edf299952a8508efd7dc5f
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba54-1393/+270
Change-Id: I9cad20e93dad4ae59000b823e5919b777dfcb221
2013-12-21Implement the RVNGInputStream::existsSubStreamFridrich Štrba1-5/+9
Change-Id: I1219e0bbbc0e244f2dba0cd2ebce46bf2ebb5bea
2013-12-18Export only needed stuff on WindowsFridrich Štrba2-3/+4
Change-Id: Iac43500280f5639caf13e4f4171a83e1eade6ece
2013-12-16Force C locale for the lexical cast conversionsFridrich Štrba1-3/+4
Change-Id: Ice5a8e733129970d64fd209d01907b747fc3b62d
2013-12-16Words cannot tell the love we have towards boostFridrich Štrba1-38/+12
Change-Id: I0ab0b4858348a6b75de319672df808b6c73af87d