summaryrefslogtreecommitdiff
path: root/src/lib/VSDXParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Get the version 6 shadow offsets from page propertiesFridrich Štrba1-2/+6
2011-07-22Some whitespace cleanup to make git hooks happyFridrich Štrba1-7/+7
2011-07-22Added support for simple colored shadows.Valek Filippov1-14/+0
2011-07-22Fix some warnings about shadowed variablesFridrich Štrba1-10/+10
2011-07-20Add line caps/join.Valek Filippov1-1/+3
2011-07-20Add transparency for gradientsValek Filippov1-3/+4
2011-07-20Added Fill and Line transparencyValek Filippov1-2/+3
2011-07-20Correct overkeen inplace editingFridrich Štrba1-3/+3
2011-07-20Don't use two xform structs since TxtXForm is XForm with flipX and flipY falseFridrich Štrba1-4/+4
2011-07-20Dummy TxtXForm parsing, initial text rotation.Valek Filippov1-0/+24
2011-07-19Fix regression in text handlingFridrich Štrba1-3/+3
2011-07-18Read UTF16 in version 11 and 8-byte string in version 6Fridrich Štrba1-25/+96
2011-07-18put text after geometries in the shapeFridrich Štrba1-4/+36
2011-07-16Initial text implementationTibby Lickle1-0/+21
2011-07-12Push the geometries in right order and use shape data when neededFridrich Štrba1-9/+11
2011-07-12Fix compilation, but still totally broken I guessFridrich Štrba1-67/+33
2011-07-12Incomplete re-orginisation of Shape Data parsingTibby Lickle1-2/+1
2011-07-12prefix member variables by m_ for easy readingFridrich Štrba1-11/+10
2011-07-11Fix parsing of 'Shape Data' for NURBS.Valek Filippov1-3/+3
2011-07-11Fix for hangs relating to NURBS/polylinesTibby Lickle1-10/+25
2011-07-11Process shape data for NURBS and polylines.Tibby Lickle1-123/+247
2011-07-08Assure to receive geometries after the shape data in the collectorFridrich Štrba1-15/+35
2011-07-07partially reverting/disabling polyline stuff that messed up the Oct31 documentFridrich Štrba1-88/+90
2011-07-06Fix hangs if formula block is not present within NURBSTo/PolylineTo chunksTibby Lickle1-10/+17
2011-07-06Fixed hang for files with NURBSTibby Lickle1-3/+3
2011-07-06Initial polyline support.Tibby Lickle1-1/+70
2011-07-06Remove some measures that were not necessary/useful to quiet valgrindFridrich Štrba1-5/+1
2011-07-06Now even the version 6 parser does not hangFridrich Štrba1-0/+137
2011-07-06Disable v6 NURBS to pass regression tests.Tibby Lickle1-132/+0
2011-07-06Fix accidental block comment of NURBS readingTibby Lickle1-3/+3
2011-07-06Initial NURBS implementation (not complete)Tibby Lickle1-0/+135
2011-07-04Trying to get the group transformations rightFridrich Štrba1-18/+8
2011-07-01Get the order of shapes on a page out of the first pass to the secondFridrich Štrba1-11/+86
2011-06-30And make valgrind happilly green againFridrich Štrba1-11/+5
2011-06-30Silence some warningsFridrich Štrba1-1/+1
2011-06-30Update the LibreOffice makefile.mk, MSVC project files and fix MSVC buildFridrich Štrba1-11/+0
2011-06-30Get version 6 support for ~freeFridrich Štrba1-0/+166
2011-06-30Reorder the geometries of the geometry list already in parserFridrich Štrba1-7/+9
2011-06-29prototype shapes reordering (not yet there though)Fridrich Štrba1-6/+6
2011-06-28Read shape lists for draw orderTibby Lickle1-0/+13
2011-06-28Bulk white-space changes to conform to Eilidh's coding styleFridrich Štrba1-1/+1
2011-06-27Simplify the chunk parserFridrich Štrba1-68/+5
2011-06-27Remove dead code and simplify hacks a bit moreFridrich Štrba1-432/+2
2011-06-27Process data in the Collector classesFridrich Štrba1-228/+132
2011-06-27some more separation of reading and processingFridrich Štrba1-5/+10
2011-06-26Handle unknown fill as solid fill with background colourFridrich Štrba1-2/+14
2011-06-24Use the m_collector member variableFridrich Štrba1-1/+1
2011-06-24Collector functions for fill properties and line propertiesFridrich Štrba1-4/+18
2011-06-24Starting to work on the collector classesFridrich Štrba1-5/+19
2011-06-24Whitespace cleanup to correspond to Eilidh's coding styleFridrich Štrba1-17/+17