summaryrefslogtreecommitdiff
path: root/src/lib/VSD11Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-19Simplify the inheritance a little bitFridrich Štrba1-351/+0
2012-10-30Consolidate the way of reading font informationFridrich Štrba1-7/+11
2012-10-30Only one charlist and paralist can be in a shapeFridrich Štrba1-5/+5
2012-10-23Move more stuff to boost::optionalFridrich Štrba1-1/+1
2012-10-21All styles pushed using optional stylesFridrich Štrba1-10/+7
2012-10-11VSDParser: use more of the VSDShape internals to keep informationFridrich Štrba1-5/+5
2012-10-11Get rid of m_fieldListFridrich Štrba1-2/+2
2012-10-10Try to pass to the collectors the shape at onceFridrich Štrba1-37/+36
2012-10-09Diminish pointer use a bitFridrich Štrba1-5/+5
2012-10-08Try to finalize the _flushShape functionFridrich Štrba1-1/+1
2012-10-08Simplify the passing of line and fill informationFridrich Štrba1-2/+2
2012-10-07m_stencilShape -> m_shapeFridrich Štrba1-15/+15
2012-09-28Pass the transparency to collectors as doubleFridrich Štrba1-2/+2
2012-09-27Rewriting the collectors to be more useful for VDX tooFridrich Štrba1-15/+19
2012-09-27Parse VDX fill and line propertiesFridrich Štrba1-13/+10
2012-09-18Prepare for the new VSDX file-format (ooxml version)Fridrich Štrba1-9/+9
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/+35
2011-11-20Initial support of text fields in version 6Fridrich Štrba1-1/+77
2011-11-14My Sunday work on the text fieldsFridrich Štrba1-5/+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-8/+17
2011-10-16Try to rewrite the VSDXTextStyle stuffFridrich Štrba1-1/+1
2011-10-13Parse Para IX and use itFridrich Štrba1-1/+1
2011-10-12Trying to parse the TextBlock informationFridrich Štrba1-76/+20
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-09Some cosmetical fixesFridrich Štrba1-2/+2
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-11Use styles and stylesheets specified by stencil shapesTibby Lickle1-1/+8
2011-08-08Use fill and shadow styles.Tibby Lickle1-0/+25
2011-07-23Initial Font family support (works in ver6 only at the moment).Valek Filippov1-0/+1
2011-07-23Extend initial text support to ver 6, add font color with semitransparency.Valek Filippov1-3/+8
2011-07-22Initial text format (bold, italic, size) support for v11libvisio-0.0.3Tibby Lickle1-5/+27
2011-07-22Get the version 6 shadow offsets from page propertiesFridrich Štrba1-1/+1
2011-07-22Some whitespace cleanup to make git hooks happyFridrich Štrba1-2/+2
2011-07-22Added support for simple colored shadows.Valek Filippov1-0/+25
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/+13