index
:
libreoffice/libvisio
STABLE-0-0-19+
libvisio-0.0
master
tag-libvisio-0.0.19
zf.com
library for parsing the visio file format structure
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
VSDXParser.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-22
Added support for simple colored shadows.
Valek Filippov
1
-1
/
+1
2011-07-20
Correct overkeen inplace editing
Fridrich Štrba
1
-1
/
+1
2011-07-20
Don't use two xform structs since TxtXForm is XForm with flipX and flipY false
Fridrich Štrba
1
-1
/
+1
2011-07-20
Dummy TxtXForm parsing, initial text rotation.
Valek Filippov
1
-0
/
+1
2011-07-18
Read UTF16 in version 11 and 8-byte string in version 6
Fridrich Štrba
1
-1
/
+2
2011-07-18
put text after geometries in the shape
Fridrich Štrba
1
-0
/
+4
2011-07-16
Initial text implementation
Tibby Lickle
1
-0
/
+1
2011-07-12
Incomplete re-orginisation of Shape Data parsing
Tibby Lickle
1
-2
/
+0
2011-07-12
prefix member variables by m_ for easy reading
Fridrich Štrba
1
-1
/
+1
2011-07-11
Process shape data for NURBS and polylines.
Tibby Lickle
1
-0
/
+4
2011-07-08
Assure to receive geometries after the shape data in the collector
Fridrich Štrba
1
-2
/
+3
2011-07-06
Initial polyline support.
Tibby Lickle
1
-0
/
+1
2011-07-06
Now even the version 6 parser does not hang
Fridrich Štrba
1
-1
/
+1
2011-07-06
Disable v6 NURBS to pass regression tests.
Tibby Lickle
1
-1
/
+1
2011-07-06
Initial NURBS implementation (not complete)
Tibby Lickle
1
-0
/
+1
2011-07-01
Get the order of shapes on a page out of the first pass to the second
Fridrich Štrba
1
-2
/
+6
2011-06-30
And make valgrind happilly green again
Fridrich Štrba
1
-2
/
+7
2011-06-30
Get version 6 support for ~free
Fridrich Štrba
1
-2
/
+8
2011-06-30
Reorder the geometries of the geometry list already in parser
Fridrich Štrba
1
-0
/
+3
2011-06-28
Read shape lists for draw order
Tibby Lickle
1
-0
/
+1
2011-06-28
Bulk white-space changes to conform to Eilidh's coding style
Fridrich Štrba
1
-2
/
+2
2011-06-27
Simplify the chunk parser
Fridrich Štrba
1
-1
/
+1
2011-06-27
Process data in the Collector classes
Fridrich Štrba
1
-35
/
+1
2011-06-24
Starting to work on the collector classes
Fridrich Štrba
1
-42
/
+5
2011-06-24
Whitespace cleanup to correspond to Eilidh's coding style
Fridrich Štrba
1
-1
/
+1
2011-06-24
Moving things to the WPXParser class
Fridrich Štrba
1
-2
/
+41
2011-06-24
prototype 2 passes
Fridrich Štrba
1
-0
/
+2
2011-06-24
Extract reading of fill & shadow and geom list into separate functions
Fridrich Štrba
1
-0
/
+4
2011-06-24
Extract readEllipse and readLine to separate functions
Fridrich Štrba
1
-16
/
+21
2011-06-24
extract reading of foreign data to a separate function
Fridrich Štrba
1
-0
/
+3
2011-06-24
move handling of Elliptical arc to a separate function
Fridrich Štrba
1
-0
/
+16
2011-06-23
Silence a load of warnings
Fridrich Štrba
1
-0
/
+3
2011-06-23
Join the handlers of shape and of foreign data
Fridrich Štrba
1
-0
/
+2
2011-06-21
Fix Ellipse shape + implement page scaling
Fridrich Štrba
1
-1
/
+2
2011-06-21
Prototype reordering of complex geometries
Fridrich Štrba
1
-0
/
+1
2011-06-17
Prototype the group XForm transformations
Fridrich Štrba
1
-1
/
+2
2011-06-16
Some refactoring openning way to reordering of drawing commands
Fridrich Štrba
1
-0
/
+4
2011-06-15
Extract some more data members to the base class
Fridrich Štrba
1
-0
/
+3
2011-06-15
Extract some data structures to the base class
Fridrich Štrba
1
-0
/
+17
2011-05-30
Split v6 and v11 parsers into separate files
Tibby Lickle
1
-18
/
+0
2011-05-26
VSD 6 and 11 parsers read in and decompress trailer
Tibby Lickle
1
-2
/
+2
2011-05-26
Skeleton VSDXParser with VSD6Parser and VSD11Parser
Tibby Lickle
1
-0
/
+62