summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-04Miscellaneous makefile and warnings cleanupFridrich Štrba2-2/+3
2011-07-04Fix regression with geomlists containing noshow geometriesFridrich Štrba1-3/+3
2011-07-04Do not search in map if the information is easily accessibleFridrich Štrba1-11/+7
2011-07-04Fix photosFridrich Štrba1-12/+8
2011-07-04Trying to get the group transformations rightFridrich Štrba8-134/+108
2011-07-02Infrastructure for possibility of groupsFridrich Štrba3-1/+55
2011-07-02Maintain drawing orderFridrich Štrba1-0/+2
2011-07-02Revert "partially revert previous while expecting a better solution"Fridrich Štrba2-6/+15
2011-07-02partially revert previous while expecting a better solutionFridrich Štrba2-15/+6
2011-07-01Trying to get evenodd rightFridrich Štrba3-9/+17
2011-07-01Clean up some dead code branchesFridrich Štrba1-20/+0
2011-07-01VSDXOutputElement -> VSDXOutputElementListFridrich Štrba4-4/+4
2011-07-01Draw shapes in right orderFridrich Štrba4-82/+141
2011-07-01Get the order of shapes on a page out of the first pass to the secondFridrich Štrba14-201/+319
2011-06-30use draw:fill consistently, and not svg:fill and close properly path that nee...Fridrich Štrba1-2/+8
2011-06-30Fix a regression with shape positionningFridrich Štrba1-41/+1
2011-06-30And make valgrind happilly green againFridrich Štrba7-33/+44
2011-06-30Silence some warningsFridrich Štrba3-33/+34
2011-06-30Update the LibreOffice makefile.mk, MSVC project files and fix MSVC buildFridrich Štrba3-12/+17
2011-06-30Get version 6 support for ~freeFridrich Štrba6-447/+231
2011-06-30Reorder the geometries of the geometry list already in parserFridrich Štrba10-157/+112
2011-06-29Radial gradient supportTibby Lickle2-20/+84
2011-06-29Infrastructure for reordering GeomList elements while parsingFridrich Štrba3-0/+233
2011-06-29prototype shapes reordering (not yet there though)Fridrich Štrba3-14/+78
2011-06-29Work in progress of shape reorderingFridrich Štrba3-10/+54
2011-06-29pass the vector by const reference and not by copyFridrich Štrba5-5/+8
2011-06-29Try to be as accurate as possible when flushing geometry elementsFridrich Štrba1-22/+39
2011-06-28Read shape lists for draw orderTibby Lickle9-0/+32
2011-06-28Improvement of xform transformationFridrich Štrba2-6/+28
2011-06-28Make the first pass collect the group membership information and the second t...Fridrich Štrba5-21/+129
2011-06-28Move the styles collection implementation out of the headerFridrich Štrba2-19/+95
2011-06-28oops, typoFridrich Štrba1-1/+1
2011-06-28Bulk white-space changes to conform to Eilidh's coding styleFridrich Štrba19-472/+470
2011-06-27Try to simplify the stream parsers tooFridrich Štrba2-75/+41
2011-06-27Simplify the chunk parserFridrich Štrba8-140/+145
2011-06-27Enable two passes (first one is still noop though)Fridrich Štrba1-2/+1
2011-06-27Remove dead code and simplify hacks a bit moreFridrich Štrba6-444/+4
2011-06-27Process data in the Collector classesFridrich Štrba10-329/+652
2011-06-27some more separation of reading and processingFridrich Štrba1-5/+10
2011-06-27Add helper classes that will be used to reorder shapes drawing orderFridrich Štrba3-0/+147
2011-06-26Handle unknown fill as solid fill with background colourFridrich Štrba2-3/+27
2011-06-25add collector function for unhandled chunk and collect information on level a...Fridrich Štrba4-53/+58
2011-06-24Extract useful types into a separate headerFridrich Štrba2-0/+66
2011-06-24Use the m_collector member variableFridrich Štrba3-6/+8
2011-06-24Collector functions for fill properties and line propertiesFridrich Štrba5-10/+132
2011-06-24Starting to work on the collector classesFridrich Štrba8-59/+237
2011-06-24Whitespace cleanup to correspond to Eilidh's coding styleFridrich Štrba4-23/+23
2011-06-24Output styles only if we are going to draw somethingFridrich Štrba1-4/+18
2011-06-24Moving things to the WPXParser classFridrich Štrba5-830/+841
2011-06-24prototype 2 passesFridrich Štrba3-17/+44