summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-10And now the text fields should be replaced (not in the right format though)Fridrich Štrba4-44/+26
2011-11-09Clone the elements when converting a VSDXFieldList to vectorFridrich Štrba4-18/+31
2011-11-09Make this function static function of the classFridrich Štrba1-10/+9
2011-11-09Some more text field parsing workFridrich Štrba6-48/+127
2011-11-08Some more fields parsing stuffFridrich Štrba7-53/+129
2011-11-08Actually parsing the text fieldsFridrich Štrba4-1/+94
2011-11-08Stuffing a bit more the VSDXFieldList classFridrich Štrba2-13/+44
2011-11-07Parse and store NameListFridrich Štrba11-6/+76
2011-11-07Trying to fix transformsFridrich Štrba1-4/+4
2011-11-07Add a container for name list into the stencil shapeFridrich Štrba2-2/+4
2011-11-07Always multiply coordinates by m_scaleFridrich Štrba1-4/+4
2011-11-07Complicate the thing a bit by using WPXBinaryData for textFridrich Štrba11-39/+42
2011-11-05De-duplicate collector functions doing the same thingFridrich Štrba6-71/+5
2011-11-05Some parsing of field listFridrich Štrba11-5/+88
2011-11-04Add some useful chunk idsFridrich Štrba2-1/+6
2011-11-04Laying foundation for the support of Text FieldsFridrich Štrba4-0/+232
2011-11-02Handle Stencil textFridrich Štrba5-6/+26
2011-11-02Use the same stack for the group text and for the group membership informationFridrich Štrba2-19/+14
2011-11-01And make actually compileFridrich Štrba1-2/+3
2011-11-01Don't forget to flush the last group textsFridrich Štrba1-0/+2
2011-11-01This seems to solve that Z-order issue with textFridrich Štrba1-11/+12
2011-11-01Another, non-working (yet) attempt to solve the text Z-order messFridrich Štrba2-2/+29
2011-11-01This one will not be needed as I see the thingsFridrich Štrba2-5/+2
2011-11-01Separating output of text from output of drawingFridrich Štrba2-21/+28
2011-11-01Laying groundwork for the text Z-order solution (part 1)Fridrich Štrba2-5/+8
2011-10-31Draw in the page scale and not in the drawing scaleFridrich Štrba6-8/+10
2011-10-31Allow considering text related properties from stencilsFridrich Štrba6-21/+65
2011-10-31Trying to make the styles even more intelligentFridrich Štrba4-71/+54
2011-10-28Adding emacs and vim modelines so that contributors do the right thingFridrich Štrba41-0/+82
2011-10-27Emulate infinite lines + fix some scaling issues with dashesFridrich Štrba9-3/+146
2011-10-25Specify line marker sizeTibby Lickle1-0/+2
2011-10-25Added basic line end (marker) supportTibby Lickle3-6/+20
2011-10-25Some more changesFridrich Štrba19-218/+271
2011-10-25Reformat in order to have everywhere a consistent coding style started by EilidhFridrich Štrba19-558/+672
2011-10-23Fix the build inside LibreOffice environmentFridrich Štrba1-2/+3
2011-10-23Fix MSVC6 buildFridrich Štrba1-20/+20
2011-10-23Calm down valgrindFridrich Štrba2-0/+148
2011-10-22Silence warnings about unused variableslibvisio-0.0.9Fridrich Štrba1-3/+3
2011-10-22Bump version (not releasing yet though)Fridrich Štrba1-1/+1
2011-10-22Fix text area vertical alignmentFridrich Štrba1-1/+1
2011-10-22White space changesFridrich Štrba1-2/+2
2011-10-22Reformat for the sake of readabilityFridrich Štrba1-6/+11
2011-10-22The getStyles function can be constFridrich Štrba1-1/+1
2011-10-22If the shadow offset is 0 and the shaddow should be shown, use document-wide ...Fridrich Štrba1-2/+2
2011-10-22Initialize to zero char and para stylesFridrich Štrba1-0/+2
2011-10-22Initialize styles correctly and remove unnecessary variableFridrich Štrba5-66/+82
2011-10-22Recurse more if the given style did not have the particular style overrideFridrich Štrba1-35/+40
2011-10-21Beginning of the styles refactoringFridrich Štrba13-241/+291
2011-10-17Add -Weffc++ option for GCC to avoid producing crappy code :)Fridrich Štrba10-27/+105
2011-10-16Try to rewrite the VSDXTextStyle stuffFridrich Štrba7-68/+73