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
/
VSDXStylesCollector.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-22
fix an undefined symbol
Fridrich Štrba
1
-0
/
+5
2011-07-22
Get the version 6 shadow offsets from page properties
Fridrich Štrba
1
-1
/
+1
2011-07-22
Added support for simple colored shadows.
Valek Filippov
1
-1
/
+1
2011-07-22
Fix some warnings about shadowed variables
Fridrich Štrba
1
-1
/
+1
2011-07-20
Add line caps/join.
Valek Filippov
1
-1
/
+1
2011-07-20
Add transparency for gradients
Valek Filippov
1
-1
/
+1
2011-07-20
Added Fill and Line transparency
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
/
+5
2011-07-18
put text after geometries in the shape
Fridrich Štrba
1
-1
/
+6
2011-07-16
Initial text implementation
Tibby Lickle
1
-0
/
+5
2011-07-12
Push the geometries in right order and use shape data when needed
Fridrich Štrba
1
-2
/
+2
2011-07-12
Incomplete re-orginisation of Shape Data parsing
Tibby Lickle
1
-1
/
+1
2011-07-12
Infrastructure to move the shape-data logic from parser to collector
Fridrich Štrba
1
-0
/
+21
2011-07-07
Fix warnings
libvisio-0.0.2
Fridrich Štrba
1
-2
/
+2
2011-07-06
Initial polyline support.
Tibby Lickle
1
-0
/
+5
2011-07-06
Initial NURBS implementation (not complete)
Tibby Lickle
1
-0
/
+4
2011-07-04
Miscellaneous makefile and warnings cleanup
Fridrich Štrba
1
-1
/
+1
2011-07-04
Trying to get the group transformations right
Fridrich Štrba
1
-1
/
+1
2011-07-01
Get the order of shapes on a page out of the first pass to the second
Fridrich Štrba
1
-34
/
+27
2011-06-30
And make valgrind happilly green again
Fridrich Štrba
1
-9
/
+21
2011-06-30
Silence some warnings
Fridrich Štrba
1
-16
/
+16
2011-06-30
Reorder the geometries of the geometry list already in parser
Fridrich Štrba
1
-1
/
+1
2011-06-29
Work in progress of shape reordering
Fridrich Štrba
1
-5
/
+40
2011-06-29
pass the vector by const reference and not by copy
Fridrich Štrba
1
-1
/
+1
2011-06-28
Read shape lists for draw order
Tibby Lickle
1
-0
/
+5
2011-06-28
Make the first pass collect the group membership information and the second t...
Fridrich Štrba
1
-1
/
+47
2011-06-28
Move the styles collection implementation out of the header
Fridrich Štrba
1
-0
/
+76
2011-06-24
Add empty VSDX*Collector classes
Fridrich Štrba
1
-0
/
+25