summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-23Update NEWS for releaselibvisio-0.1.4Fridrich Štrba1-1/+16
2015-12-23Parse bulletFont and bulletFontSize where applicableFridrich Štrba14-46/+166
2015-12-22fix test: there are 2 paragraphs nowDavid Tardon1-3/+6
2015-12-22Use a variableFridrich Štrba1-1/+1
2015-12-21At least Visio 1 and Visio 2 do not support bulletsFridrich Štrba1-3/+1
2015-12-21At least Visio 1 and Visio 2 do not support bulletsFridrich Štrba1-28/+0
2015-12-21Some protection against non-empty pp cp and tp + special value of bulletStrFridrich Štrba1-5/+12
2015-12-21Masters might be an empty elementFridrich Štrba1-1/+1
2015-12-20Default value of this one is 0.25 inchFridrich Štrba1-1/+4
2015-12-200x0a is a paragraph break and not line break in visioFridrich Štrba3-44/+91
2015-12-19Better looking fixFridrich Štrba1-2/+1
2015-12-19Fix build with recent clang that chokes on "register" keywordFridrich Štrba1-1/+2
2015-12-19Fix warnings about explicit constructors of boost optionalFridrich Štrba1-3/+5
2015-12-18Disable bullets for vsd5 for the whileFridrich Štrba1-24/+26
2015-12-18BIPU support of bulletsFridrich Štrba17-68/+523
2015-12-17Fix tab reading for VSD5 and lowerFridrich Štrba1-1/+1
2015-12-17Increasing the version for a possible release in a near/far futureFridrich Štrba1-1/+1
2015-12-16Collect and output tab stopsFridrich Štrba8-3/+85
2015-12-16Parse the tabs in VSD and account for character countFridrich Štrba5-10/+18
2015-12-16Parse tab sets in VSDX parserFridrich Štrba2-0/+92
2015-12-16Parse tab sets in VDX parserFridrich Štrba2-0/+86
2015-12-16Add some variables to VSDXMLParserBaseFridrich Štrba2-1/+6
2015-12-16Add some variables to VSDParserFridrich Štrba2-1/+3
2015-12-16m_lead -> m_leader to correspond to the Visio terminologyFridrich Štrba2-4/+4
2015-12-16Add tab sets to the VSDShapeFridrich Štrba2-4/+8
2015-12-15micro-optimizationFridrich Štrba1-2/+2
2015-12-15Free and return in one placeFridrich Štrba1-10/+5
2015-12-15Let me decrease and Him increaseFridrich Štrba1-5/+0
2015-12-15Work around the VSDX format stupidityFridrich Štrba1-0/+7
2015-12-15Some function to read tab stops in binary parsersFridrich Štrba5-1/+68
2015-12-15sort using "sort -u"Fridrich Štrba1-16/+20
2015-12-15Fix several paragraphs with the same character propertiesFridrich Štrba1-11/+11
2015-12-15Output default tab-stopFridrich Štrba1-0/+2
2015-12-15Read rounding in line propertiesFridrich Štrba12-46/+76
2015-12-14Revert "Try to prepare the VSDGeometryList to the rounded rectangles"Fridrich Štrba2-24/+23
2015-12-14Try to prepare the VSDGeometryList to the rounded rectanglesFridrich Štrba2-23/+24
2015-12-14BIPU support of hatch fillFridrich Štrba1-1/+140
2015-12-14Improved handling of stencil textFridrich Štrba2-3/+5
2015-12-14Consider transparency in the solid fill we use instead of hatchingFridrich Štrba1-0/+4
2015-12-14Consider layer visibility and printabilityFridrich Štrba7-3/+76
2015-12-12Distinguish correctly when no colour override was given for a given layerFridrich Štrba1-2/+2
2015-12-12Some improvements to the layer colours + make xml parsers workFridrich Štrba6-56/+22
2015-12-11Some layer in xml parsers WIPFridrich Štrba7-1/+63
2015-12-11Account for layer membership for stroke colour and for text colourFridrich Štrba3-2/+36
2015-12-11Parsing layer membership for binary parsersFridrich Štrba11-4/+88
2015-12-11Some little changes to parse the layerlist the same way everywhereFridrich Štrba8-27/+60
2015-12-11Werror=effc++David Tardon1-0/+4
2015-12-11space -> tabDavid Tardon1-1/+1
2015-12-11BUILD_EXTRA_DIST does not workDavid Tardon1-4/+1
2015-12-11avoid explicit object file depsDavid Tardon2-21/+13