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
/
VSD11Parser.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-22
Added support for simple colored shadows.
Valek Filippov
1
-0
/
+1
2011-07-18
Read UTF16 in version 11 and 8-byte string in version 6
Fridrich Štrba
1
-0
/
+1
2011-07-06
Now even the version 6 parser does not hang
Fridrich Štrba
1
-1
/
+0
2011-07-06
Disable v6 NURBS to pass regression tests.
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
-1
/
+0
2011-06-30
And make valgrind happilly green again
Fridrich Štrba
1
-0
/
+4
2011-06-30
Get version 6 support for ~free
Fridrich Štrba
1
-9
/
+0
2011-06-27
Try to simplify the stream parsers too
Fridrich Štrba
1
-4
/
+0
2011-06-27
Simplify the chunk parser
Fridrich Štrba
1
-5
/
+0
2011-06-27
Process data in the Collector classes
Fridrich Štrba
1
-1
/
+1
2011-06-24
Use the m_collector member variable
Fridrich Štrba
1
-2
/
+1
2011-06-24
Starting to work on the collector classes
Fridrich Štrba
1
-0
/
+1
2011-06-24
Moving things to the WPXParser class
Fridrich Štrba
1
-37
/
+1
2011-06-24
prototype 2 passes
Fridrich Štrba
1
-0
/
+3
2011-06-24
initialize member variables + return failure if unable to get chunk header
Fridrich Štrba
1
-1
/
+1
2011-06-24
Extract reading of page properties in a separate function
Fridrich Štrba
1
-0
/
+1
2011-06-24
Use stream by pointer and not by reference in VSD11Parser
Fridrich Štrba
1
-9
/
+9
2011-06-24
Extract reading of XForm data, Foreign Type and shape Id into separate functions
Fridrich Štrba
1
-2
/
+3
2011-06-24
extract reading of Geometry, MoveTo, LineTo and ArcTo to separate functions
Fridrich Štrba
1
-0
/
+5
2011-06-24
Extract reading of fill & shadow and geom list into separate functions
Fridrich Štrba
1
-0
/
+2
2011-06-24
Extract readEllipse and readLine to separate functions
Fridrich Štrba
1
-11
/
+13
2011-06-24
extract reading of foreign data to a separate function
Fridrich Štrba
1
-0
/
+1
2011-06-24
move handling of Elliptical arc to a separate function
Fridrich Štrba
1
-13
/
+3
2011-06-23
Silence a load of warnings
Fridrich Štrba
1
-1
/
+1
2011-06-23
Join the handlers of shape and of foreign data
Fridrich Štrba
1
-0
/
+1
2011-06-23
Unify Group and Shape functions
Fridrich Štrba
1
-1
/
+0
2011-06-22
Use #RRGGBB notation of colours since it is the only notation both svg and od...
Fridrich Štrba
1
-0
/
+2
2011-06-19
Store colour palette
Tibby Lickle
1
-0
/
+11
2011-06-17
Some more XForm transformation
Fridrich Štrba
1
-0
/
+1
2011-06-16
Add support for flipping of shapes
Fridrich Štrba
1
-0
/
+1
2011-06-16
Some refactoring openning way to reordering of drawing commands
Fridrich Štrba
1
-0
/
+1
2011-06-15
Extract some common things into a helper function
Fridrich Štrba
1
-0
/
+2
2011-06-15
Initial group parsing added
Tibby Lickle
1
-1
/
+2
2011-06-15
Added support for shape rotation
Tibby Lickle
1
-0
/
+1
2011-06-15
Extract some more data members to the base class
Fridrich Štrba
1
-4
/
+0
2011-06-14
Put foreign data parsing in its own function
Tibby Lickle
1
-2
/
+2
2011-06-14
Store current page height and width as member variables
Tibby Lickle
1
-6
/
+3
2011-06-14
Put shape parsing in its own method
Tibby Lickle
1
-1
/
+11
2011-06-10
Made chunk header parsing separate to avoid code duplication
Tibby Lickle
1
-0
/
+14
2011-06-10
Added more flexible chunk type handling to v11
Tibby Lickle
1
-3
/
+8
2011-06-03
be sure that each started page is ended
Fridrich Štrba
1
-0
/
+2
2011-06-03
Added WPXPaintInterface calls for pages
Tibby Lickle
1
-3
/
+3
2011-06-01
Buggy implementation of Pages/Page stream handling
Tibby Lickle
1
-0
/
+8
2011-05-30
Split v6 and v11 parsers into separate files
Tibby Lickle
1
-0
/
+43