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
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
9
-16
/
+29
2011-07-22
draw:shadow-color-{r,g,b} does not exist in odf specs, so using libwpg namespace
Fridrich Štrba
2
-6
/
+6
2011-07-22
Some whitespace cleanup to make git hooks happy
Fridrich Štrba
7
-22
/
+22
2011-07-22
Added support for simple colored shadows.
Valek Filippov
13
-21
/
+90
2011-07-22
draw:{start,end}-intensity has different meaning in ODF, so use libwpg:{start...
Fridrich Štrba
2
-23
/
+23
2011-07-22
Don't rely on defaults, since different applications might have different def...
Fridrich Štrba
1
-1
/
+2
2011-07-22
Fix some warnings about shadowed variables
Fridrich Štrba
2
-11
/
+11
2011-07-22
misc build fixes
Fridrich Štrba
2
-0
/
+9
2011-07-21
Fix removal of entries inside styles and some other minor issues
Fridrich Štrba
2
-25
/
+27
2011-07-20
Don't require the generator knowing visio internals
Fridrich Štrba
2
-19
/
+29
2011-07-20
Add line caps/join.
Valek Filippov
7
-7
/
+19
2011-07-20
Specify that this is in percents
Fridrich Štrba
1
-2
/
+2
2011-07-20
Clear fill:opacity for gradients.
Valek Filippov
1
-0
/
+4
2011-07-20
Add transparency for gradients
Valek Filippov
7
-33
/
+62
2011-07-20
Added Fill and Line transparency
Valek Filippov
7
-9
/
+23
2011-07-20
Correct overkeen inplace editing
Fridrich Štrba
7
-9
/
+9
2011-07-20
Don't use two xform structs since TxtXForm is XForm with flipX and flipY false
Fridrich Štrba
8
-27
/
+11
2011-07-20
Dummy TxtXForm parsing, initial text rotation.
Valek Filippov
10
-4
/
+74
2011-07-19
Fix regression in text handling
Fridrich Štrba
3
-5
/
+5
2011-07-18
Read UTF16 in version 11 and 8-byte string in version 6
Fridrich Štrba
7
-26
/
+128
2011-07-18
put text after geometries in the shape
Fridrich Štrba
15
-42
/
+299
2011-07-16
Fix for rotated/flipped Ellipses.
Valek Filippov
1
-1
/
+8
2011-07-16
Initial text implementation
Tibby Lickle
9
-0
/
+68
2011-07-14
Correct wrong assumption about rotation of Ellipses
Fridrich Štrba
1
-1
/
+1
2011-07-14
Replace Ellipse with two EllipticalArcs to workaround combined shapes issue. ...
Valek Filippov
1
-13
/
+19
2011-07-13
Fix out of bounds error with knots for NURBS
Tibby Lickle
1
-1
/
+1
2011-07-12
Push the geometries in right order and use shape data when needed
Fridrich Štrba
9
-36
/
+37
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
8
-27
/
+62
2011-07-12
Infrastructure to move the shape-data logic from parser to collector
Fridrich Štrba
7
-12
/
+115
2011-07-12
prefix member variables by m_ for easy reading
Fridrich Štrba
2
-12
/
+11
2011-07-12
Fixed some missing NURBS sections
Tibby Lickle
1
-0
/
+6
2011-07-12
Trying to make valgrind happy
Fridrich Štrba
1
-4
/
+6
2011-07-12
Fixed EllipticalArcTo calculations of rx/ry.
Valek Filippov
1
-12
/
+16
2011-07-12
Write out the polylines too since they are not messing anything anymore
Fridrich Štrba
1
-2
/
+2
2011-07-12
approximate nurbs frankly by a polygon of 1000 points to achieve relative smo...
Fridrich Štrba
1
-1
/
+1
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
4
-124
/
+270
2011-07-08
Assure to receive geometries after the shape data in the collector
Fridrich Štrba
2
-17
/
+38
2011-07-07
Bumping version after second alpha release
Fridrich Štrba
1
-1
/
+1
2011-07-07
Fix warnings
libvisio-0.0.2
Fridrich Štrba
2
-4
/
+4
2011-07-07
partially reverting/disabling polyline stuff that messed up the Oct31 document
Fridrich Štrba
4
-97
/
+107
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
10
-1
/
+133
2011-07-06
Remove some measures that were not necessary/useful to quiet valgrind
Fridrich Štrba
2
-10
/
+4
2011-07-06
Now even the version 6 parser does not hang
Fridrich Štrba
6
-143
/
+138
2011-07-06
Make valgrind be happy
Fridrich Štrba
2
-5
/
+16
[next]