summaryrefslogtreecommitdiff
path: root/src/lib/libvisio_utils.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-25make sure headers are self-containedDavid Tardon1-1/+2
2018-03-25drop unused headersDavid Tardon1-3/+0
2017-10-21cid#1419957 rewrite to avoid coverity warningDavid Tardon1-11/+6
2017-03-31oss-fuzz: avoid big allocationsDavid Tardon1-0/+27
2017-01-31Refactoring to get the text encoding from the font informationFridrich Štrba1-1/+0
2014-12-20use the right form of c headerDavid Tardon1-0/+1
2014-12-07print debug messages to stderrMiklos Vajna1-0/+8
2014-12-01Move _appendUCS4() to libvisio_utilsMiklos Vajna1-0/+14
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-26/+5
2013-11-14Adapt to API change in librevengeFridrich Štrba1-24/+0
2013-11-05librevenge namespaceFridrich Štrba1-10/+10
2013-11-04trying to move libvisio to librevenge APIFridrich Štrba1-14/+14
2013-08-28Some versions of boost bomb on '=' padding charactersFridrich Štrba1-3/+10
2013-07-11Trying to use iterators without wrapping the dataFridrich Štrba1-1/+2
2013-07-09astyleFridrich Štrba1-1/+1
2013-07-06Proper fix for older boost and remove_whitespaceFridrich Štrba1-3/+4
2013-07-06Revert "Some older versions of boost have a buggy remove_whitespace and origi...Fridrich Štrba1-1/+3
2013-07-02Some older versions of boost have a buggy remove_whitespace and original code...Fridrich Štrba1-3/+1
2013-06-25Use boost for base64 decodingFridrich Štrba1-44/+10
2012-11-15Some more VSD2 - VSD5 infrastructure - work in progressFridrich Štrba1-0/+10
2012-10-21Move the getColourString to a better placeFridrich Štrba1-0/+9
2012-10-16Basic support of raster images in VDX and VSDX parserFridrich Štrba1-10/+7
2012-10-15Slight modification of the base 64 decoderFridrich Štrba1-11/+17
2012-10-15Append WPXBinaryData from a base64 encoded stringFridrich Štrba1-0/+48
2012-06-19Trying to make encoding work in version 6Fridrich Štrba1-373/+0
2012-06-19Sync this with libcdrFridrich Štrba1-4/+3
2012-06-19Fix utf16 parsingFridrich Štrba1-1/+1
2012-06-18Some more rework of text encoding conversionsFridrich Štrba1-12/+16
2012-06-18Some character conversion rework + some debug messagesFridrich Štrba1-0/+371
2012-04-06Read longer integers in one runFridrich Štrba1-17/+40
2011-10-28Adding emacs and vim modelines so that contributors do the right thingFridrich Štrba1-0/+2
2011-10-25Reformat in order to have everywhere a consistent coding style started by EilidhFridrich Štrba1-3/+7
2011-09-28Fix warning that dereferencing type-punned pointer will break strict-aliasing...Fridrich Štrba1-4/+4
2011-08-31Don't procrastinate with licence headers anymoreFridrich Štrba1-12/+22
2011-07-07partially reverting/disabling polyline stuff that messed up the Oct31 documentFridrich Štrba1-7/+7
2011-06-28Bulk white-space changes to conform to Eilidh's coding styleFridrich Štrba1-32/+32
2011-06-01Simplify the uint64_t -> double stuff a bitFridrich Štrba1-9/+3
2011-05-31use union where reinterpret cast is not possibleFridrich Štrba1-5/+11
2011-05-31read double from the stream + some cleanupFridrich Štrba1-3/+12
2011-05-31Ability to read unsigned 8-byte integerFridrich Štrba1-32/+30
2011-05-26extracting some useful stuff from libwpd for reading of integersFridrich Štrba1-0/+65