summaryrefslogtreecommitdiff
path: root/src/lib/VSDXStylesCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Trying to get the stencil field lists and name lists rightFridrich Štrba1-8/+3
2011-11-08Some more fields parsing stuffFridrich Štrba1-0/+25
2011-11-07Parse and store NameListFridrich Štrba1-0/+5
2011-11-07Complicate the thing a bit by using WPXBinaryData for textFridrich Štrba1-2/+2
2011-11-05De-duplicate collector functions doing the same thingFridrich Štrba1-25/+0
2011-11-05Some parsing of field listFridrich Štrba1-0/+5
2011-10-31Draw in the page scale and not in the drawing scaleFridrich Štrba1-1/+1
2011-10-31Allow considering text related properties from stencilsFridrich Štrba1-3/+6
2011-10-28Adding emacs and vim modelines so that contributors do the right thingFridrich Štrba1-0/+2
2011-10-27Emulate infinite lines + fix some scaling issues with dashesFridrich Štrba1-0/+5
2011-10-25Added basic line end (marker) supportTibby Lickle1-1/+3
2011-10-25Reformat in order to have everywhere a consistent coding style started by EilidhFridrich Štrba1-38/+38
2011-10-22Reformat for the sake of readabilityFridrich Štrba1-6/+11
2011-10-22Initialize to zero char and para stylesFridrich Štrba1-0/+2
2011-10-21Beginning of the styles refactoringFridrich Štrba1-19/+24
2011-10-17Add -Weffc++ option for GCC to avoid producing crappy code :)Fridrich Štrba1-3/+4
2011-10-16Try to rewrite the VSDXTextStyle stuffFridrich Štrba1-10/+8
2011-10-16Read in line marker informationTibby Lickle1-2/+2
2011-10-15the TextBlockFormat::textBkgndColourId is one off (O means none and N means i...Fridrich Štrba1-5/+6
2011-10-15Write out the text block propertiesFridrich Štrba1-5/+3
2011-10-13Parse Para IX and use itFridrich Štrba1-0/+5
2011-10-13Make actually compile the stuff and not crash immediatelyFridrich Štrba1-1/+19
2011-10-13Some infrastructure for ParaFormatFridrich Štrba1-4/+4
2011-10-13Reformat a bit againFridrich Štrba1-17/+41
2011-10-12Some more text style parsingFridrich Štrba1-8/+15
2011-10-12Trying to parse the TextBlock informationFridrich Štrba1-0/+16
2011-09-16Some more integer width related stuffFridrich Štrba1-4/+4
2011-09-16Trying to make a bit order with integer types' widthFridrich Štrba1-3/+3
2011-09-16Fix some Windows (MSVC 2008) warningsFridrich Štrba1-3/+3
2011-09-06Read some more character propertiesFridrich Štrba1-3/+8
2011-09-03Signal to the collector the end of splineFridrich Štrba1-0/+4
2011-09-03Reading and passing to collector the splinestart and splineknotFridrich Štrba1-0/+10
2011-08-31Don't procrastinate with licence headers anymoreFridrich Štrba1-12/+21
2011-08-29Remove some warningsFridrich Štrba1-1/+2
2011-08-27Read and collect background and current page idsFridrich Štrba1-0/+5
2011-08-22Use text stylesTibby Lickle1-0/+7
2011-08-18Fix warningslibvisio-0.0.5Fridrich Štrba1-1/+1
2011-08-10Parse stencil IDs for shapesTibby Lickle1-1/+1
2011-08-08Use fill and shadow styles.Tibby Lickle1-3/+27
2011-08-05Store style properties in structs rather than WPXPropertyListsTibby Lickle1-52/+4
2011-08-05Collect line style from stylesheetsTibby Lickle1-0/+60
2011-08-05Pass stylesheets to content collector.Tibby Lickle1-1/+1
2011-08-05Add styles at level change in collectorTibby Lickle1-1/+15
2011-08-05delete unneeded member variablesFridrich Štrba1-2/+0
2011-08-05Parse first the indication of style mastersFridrich Štrba1-17/+8
2011-08-05Added stylesheet to collectorTibby Lickle1-2/+27
2011-07-25uint8_t -> unsigned char when possibleFridrich Štrba1-2/+2
2011-07-23Initial Font family support (works in ver6 only at the moment).Valek Filippov1-0/+4
2011-07-23Extend initial text support to ver 6, add font color with semitransparency.Valek Filippov1-1/+1
2011-07-22Initial text format (bold, italic, size) support for v11libvisio-0.0.3Tibby Lickle1-1/+6