2012-07-01 16:05:08 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.0.18:
Disable optimization in debug build
Fix prefix ++/-- operators for non-primitive types
This langid does not make sense and we don't even use it
Trying to make encoding work in version 6
Sync this with libcdr
Fix utf16 parsing
Some more rework of text encoding conversions
Some character conversion rework + some debug messages
Some belts and braces
Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocks
This fdo contains 2 files with which I had a different crash for each of them.
This patch fixes one of the 2 crashes.
For the moment no more cppcheck reports
Resolves: fdo#50988
bumping version
Fix another crash in exotic circumstances
And make it even compile
Don't push_back(.back())
Fix some crashes on windows
And produce a valid xml too
Avoid SVG crash for missing svg:id
Make the thing even build
Break line only at the end of the line
Add vsd2text tool to dump text from Visio diagrams
More warnings to be safer later
Unused variable
Resolves: fdo#50178 Reading Visio file causes crash
include stdint.h and inttypes.h inconditionally in no-autofoo no-windows build
Group the filled and stroked paths that are part of the same geometry
|
2012-06-03 22:12:48 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.0.17, changes undocument (AFAICT)
|
2012-04-22 17:51:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.0.16:
A better fix that does not alter Bruno's work
Adapt the end and start line markers to recent changes of svg:d in LO
Read longer integers in one run
A bit more of sanity
tabs -> spaces
Consider svg:x, svg:y, svg:width, svg:height separately
Generate SVG for bitmap fill
if asked for emtpy, don't use size
|
2012-03-16 18:40:37 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
Initial import of libvisio-0.0.15, packaged for wip by Francois Tigeot.
Libvisio is library providing ability to interpret and import visio
diagrams into various applications.
|