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.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-22
Get the version 6 shadow offsets from page properties
Fridrich Štrba
1
-2
/
+6
2011-07-22
Some whitespace cleanup to make git hooks happy
Fridrich Štrba
1
-7
/
+7
2011-07-22
Added support for simple colored shadows.
Valek Filippov
1
-14
/
+0
2011-07-22
Fix some warnings about shadowed variables
Fridrich Štrba
1
-10
/
+10
2011-07-20
Add line caps/join.
Valek Filippov
1
-1
/
+3
2011-07-20
Add transparency for gradients
Valek Filippov
1
-3
/
+4
2011-07-20
Added Fill and Line transparency
Valek Filippov
1
-2
/
+3
2011-07-20
Correct overkeen inplace editing
Fridrich Štrba
1
-3
/
+3
2011-07-20
Don't use two xform structs since TxtXForm is XForm with flipX and flipY false
Fridrich Štrba
1
-4
/
+4
2011-07-20
Dummy TxtXForm parsing, initial text rotation.
Valek Filippov
1
-0
/
+24
2011-07-19
Fix regression in text handling
Fridrich Štrba
1
-3
/
+3
2011-07-18
Read UTF16 in version 11 and 8-byte string in version 6
Fridrich Štrba
1
-25
/
+96
2011-07-18
put text after geometries in the shape
Fridrich Štrba
1
-4
/
+36
2011-07-16
Initial text implementation
Tibby Lickle
1
-0
/
+21
2011-07-12
Push the geometries in right order and use shape data when needed
Fridrich Štrba
1
-9
/
+11
2011-07-12
Fix compilation, but still totally broken I guess
Fridrich Štrba
1
-67
/
+33
2011-07-12
Incomplete re-orginisation of Shape Data parsing
Tibby Lickle
1
-2
/
+1
2011-07-12
prefix member variables by m_ for easy reading
Fridrich Štrba
1
-11
/
+10
2011-07-11
Fix parsing of 'Shape Data' for NURBS.
Valek Filippov
1
-3
/
+3
2011-07-11
Fix for hangs relating to NURBS/polylines
Tibby Lickle
1
-10
/
+25
2011-07-11
Process shape data for NURBS and polylines.
Tibby Lickle
1
-123
/
+247
2011-07-08
Assure to receive geometries after the shape data in the collector
Fridrich Štrba
1
-15
/
+35
2011-07-07
partially reverting/disabling polyline stuff that messed up the Oct31 document
Fridrich Štrba
1
-88
/
+90
2011-07-06
Fix hangs if formula block is not present within NURBSTo/PolylineTo chunks
Tibby Lickle
1
-10
/
+17
2011-07-06
Fixed hang for files with NURBS
Tibby Lickle
1
-3
/
+3
2011-07-06
Initial polyline support.
Tibby Lickle
1
-1
/
+70
2011-07-06
Remove some measures that were not necessary/useful to quiet valgrind
Fridrich Štrba
1
-5
/
+1
2011-07-06
Now even the version 6 parser does not hang
Fridrich Štrba
1
-0
/
+137
2011-07-06
Disable v6 NURBS to pass regression tests.
Tibby Lickle
1
-132
/
+0
2011-07-06
Fix accidental block comment of NURBS reading
Tibby Lickle
1
-3
/
+3
2011-07-06
Initial NURBS implementation (not complete)
Tibby Lickle
1
-0
/
+135
2011-07-04
Trying to get the group transformations right
Fridrich Štrba
1
-18
/
+8
2011-07-01
Get the order of shapes on a page out of the first pass to the second
Fridrich Štrba
1
-11
/
+86
2011-06-30
And make valgrind happilly green again
Fridrich Štrba
1
-11
/
+5
2011-06-30
Silence some warnings
Fridrich Štrba
1
-1
/
+1
2011-06-30
Update the LibreOffice makefile.mk, MSVC project files and fix MSVC build
Fridrich Štrba
1
-11
/
+0
2011-06-30
Get version 6 support for ~free
Fridrich Štrba
1
-0
/
+166
2011-06-30
Reorder the geometries of the geometry list already in parser
Fridrich Štrba
1
-7
/
+9
2011-06-29
prototype shapes reordering (not yet there though)
Fridrich Štrba
1
-6
/
+6
2011-06-28
Read shape lists for draw order
Tibby Lickle
1
-0
/
+13
2011-06-28
Bulk white-space changes to conform to Eilidh's coding style
Fridrich Štrba
1
-1
/
+1
2011-06-27
Simplify the chunk parser
Fridrich Štrba
1
-68
/
+5
2011-06-27
Remove dead code and simplify hacks a bit more
Fridrich Štrba
1
-432
/
+2
2011-06-27
Process data in the Collector classes
Fridrich Štrba
1
-228
/
+132
2011-06-27
some more separation of reading and processing
Fridrich Štrba
1
-5
/
+10
2011-06-26
Handle unknown fill as solid fill with background colour
Fridrich Štrba
1
-2
/
+14
2011-06-24
Use the m_collector member variable
Fridrich Štrba
1
-1
/
+1
2011-06-24
Collector functions for fill properties and line properties
Fridrich Štrba
1
-4
/
+18
2011-06-24
Starting to work on the collector classes
Fridrich Štrba
1
-5
/
+19
2011-06-24
Whitespace cleanup to correspond to Eilidh's coding style
Fridrich Štrba
1
-17
/
+17
[next]