summaryrefslogtreecommitdiff
path: root/src/lib/VSD6Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-06-20This langid does not make sense and we don't even use itFridrich Štrba1-6/+3
2012-06-19Trying to make encoding work in version 6Fridrich Štrba1-1/+1
2012-01-11Emulate flags in ParaIXFridrich Štrba1-0/+33
2011-11-21Use Valek's revised knowledge of block parsingFridrich Štrba1-12/+48
2011-11-21Try to get field format information in the VSD6ParserFridrich Štrba1-45/+10
2011-11-20Initial support of text fields in version 6Fridrich Štrba1-1/+76
2011-11-14My Sunday work on the text fieldsFridrich Štrba1-3/+2
2011-11-11Trying to get the text fields rightFridrich Štrba1-1/+1
2011-11-09Some more text field parsing workFridrich Štrba1-2/+1
2011-11-07Parse and store NameListFridrich Štrba1-0/+18
2011-11-07Complicate the thing a bit by using WPXBinaryData for textFridrich Štrba1-2/+2
2011-11-02Handle Stencil textFridrich Štrba1-1/+8
2011-10-31Allow considering text related properties from stencilsFridrich Štrba1-0/+8
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-7/+15
2011-10-13Parse Para IX and use itFridrich Štrba1-1/+1
2011-10-12Trying to parse the TextBlock informationFridrich Štrba1-70/+18
2011-09-16Trying to make a bit order with integer types' widthFridrich Štrba1-4/+4
2011-09-16Fix some Windows (MSVC 2008) warningsFridrich Štrba1-8/+8
2011-09-06Fix character properties reading and writingFridrich Štrba1-2/+2
2011-09-06Read some more character propertiesFridrich Štrba1-10/+40
2011-08-31Don't procrastinate with licence headers anymoreFridrich Štrba1-12/+21
2011-08-22Use text stylesTibby Lickle1-0/+28
2011-08-12Fix crash and prefix by m_ member variable for easier readingFridrich Štrba1-1/+1
2011-08-11Add more list chunks for trailer in ver6.Valek Filippov1-3/+7
2011-08-11Use styles and stylesheets specified by stencil shapesTibby Lickle1-1/+6
2011-08-08Use fill and shadow styles.Tibby Lickle1-0/+21
2011-07-23Extend initial text support to ver 6, add font color with semitransparency.Valek Filippov1-2/+21
2011-07-22Initial text format (bold, italic, size) support for v11libvisio-0.0.3Tibby Lickle1-3/+12
2011-07-22Get the version 6 shadow offsets from page propertiesFridrich Štrba1-3/+1
2011-07-22Some whitespace cleanup to make git hooks happyFridrich Štrba1-1/+1
2011-07-22Added support for simple colored shadows.Valek Filippov1-0/+23
2011-07-19Fix regression in text handlingFridrich Štrba1-1/+1
2011-07-18Read UTF16 in version 11 and 8-byte string in version 6Fridrich Štrba1-0/+11
2011-07-06Now even the version 6 parser does not hangFridrich Štrba1-4/+0
2011-07-06Disable v6 NURBS to pass regression tests.Tibby Lickle1-0/+4
2011-07-01Get the order of shapes on a page out of the first pass to the secondFridrich Štrba1-47/+0
2011-06-30And make valgrind happilly green againFridrich Štrba1-10/+3
2011-06-30Get version 6 support for ~freeFridrich Štrba1-257/+56
2011-06-28Bulk white-space changes to conform to Eilidh's coding styleFridrich Štrba1-3/+3
2011-06-27Process data in the Collector classesFridrich Štrba1-2/+3
2011-06-24Whitespace cleanup to correspond to Eilidh's coding styleFridrich Štrba1-4/+4
2011-06-24Use stream by pointer and not by reference in VSD6Parser tooFridrich Štrba1-56/+58
2011-06-24Extract readEllipse and readLine to separate functionsFridrich Štrba1-11/+11
2011-06-24Use nice defines that are self-explanatory instead of hexadecimal numbersFridrich Štrba1-35/+7
2011-06-24OOps, typoFridrich Štrba1-1/+1
2011-06-23Silence a load of warningsFridrich Štrba1-14/+13
2011-06-21Fix Ellipse shape + implement page scalingFridrich Štrba1-9/+9
2011-06-15Extract some more data members to the base classFridrich Štrba1-1/+1
2011-06-15Extract some data structures to the base classFridrich Štrba1-13/+0