2011-08-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [29a09425f6155fc4c48bece71bdf122e50d11ec1]

	Fix warnings


2011-08-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1dfb78f6eabfcdb8ae8a0474c9d2d11ae6554ac3]

	update alternative build mechanisms


2011-08-18  Tibby Lickle  <tibbylickle@gmail.com>  [009a95c18a793c953d4ef8b9158592a5e199c2fe]

	Fix stencil elliptical arcs.

	Stencil draw order was being ignored because the geometry order vector wasn't copied across.

2011-08-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2dc94c8cd8ef30c18819d5194cc2210d1053f38a]

	Make valgrind happy


2011-08-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6bc73723aec5b5a6d110e2e6530b24398dd21b3d]

	Try to allocate on the heap as little as possible


2011-08-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7bee332f4338e3630b646da9c87011224064fc0e]

	Trying to diminish the count of memory leaks


2011-08-15  Tomas Chvatal  <tchvatal@suse.cz>  [e735b66e5fe6a1c46294a6cfed9d4296dc14d676]

	Final reordering of configure.ac to have the things more logically separated.

	Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
	Signed-off-by: Tibby Lickle <tibbylickle@gmail.com>

2011-08-15  Tibby Lickle  <tibbylickle@gmail.com>  [cf3daff800dccaaba5c275ff9df8d60d5be7c608]

	Fix stencil shape memory leak


2011-08-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4d83257ec8d1bfc99bf424aa2db820217ef46599]

	Whitespace change


2011-08-15  Tibby Lickle  <tibbylickle@gmail.com>  [d1c463e0c2adb7c75d7d67e7eaa4cb52bbbb6af6]

	Fix stencil foreign data misplacement


2011-08-15  Tibby Lickle  <tibbylickle@gmail.com>  [0c7bace2b3590554896704c1b356f65baad1e8d7]

	Read in stencil foreign data correctly


2011-08-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c0337ccd9f0bcbfe0f32bbf556fe5026bad71c13]

	Don't output invalid utf8 (but the conversion is not right yet either)


2011-08-14  Tibby Lickle  <tibbylickle@gmail.com>  [6412496ffb899d205d63869e306e5d8f454bca18]

	Fix problems with overriding stencil geometry.

	Make sure that if we override the geometry, the stencil style still gets used with the local geometry. Stencil styles should be ignored if the correct flags are set.

2011-08-14  Tibby Lickle  <tibbylickle@gmail.com>  [96001d87c28ed2881fffc82d4ef7a02f675437e2]

	Fix infinite loop when handling level changes with stencil geometry


2011-08-14  Tibby Lickle  <tibbylickle@gmail.com>  [25162b9c4df390763f428266eb17a71bdc33f271]

	Fix segfault in some files with foreign data stencils


2011-08-13  Tibby Lickle  <tibbylickle@gmail.com>  [de8f9a15cd239bb35adac351d18f4173f791209d]

	Fix stray stencil polyline geometry


2011-08-13  Tibby Lickle  <tibbylickle@gmail.com>  [32a9250e4117708146abeb2fcf6f38e94cca9511]

	Fix missing stencil polylines


2011-08-13  Tibby Lickle  <tibbylickle@gmail.com>  [c0255d4fe26fd558f416e41911f8633c8fd6dc7b]

	Add infrastructure for text styles


2011-08-12  Tibby Lickle  <tibbylickle@gmail.com>  [b183a650d53f48d9b6910a7667a7731e4d19ab3d]

	Another EOS Exception fix


2011-08-12  Tibby Lickle  <tibbylickle@gmail.com>  [35db890df2a7047c629cdd3f76df2b86765cf13f]

	Fix problem with end of stream exceptions.

	When reading a stream of pointers (0x5*), it must be read slightly different if compressed. Whether streams are compressed or not is now detected at run time and the method of reading is altered accordingly.

2011-08-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ee37b095069ddc32daebc3087cd074071b0aa2ac]

	Fix VSDXStencil* related copy constructors and operators=


2011-08-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [08081d91f835633aadc1551ed13487aaf7bac0ac]

	Avoid double free before I find why


2011-08-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3579b54dbad53cc9c54a317429d6e8325117b6a9]

	Fix crash and prefix by m_ member variable for easier reading


2011-08-12  Tomas Chvatal  <tchvatal@suse.cz>  [bdf8dc337838e5074e8b5b16d2e6d74f496da531]

	Whitespace

	Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>

2011-08-12  Tibby Lickle  <tibbylickle@gmail.com>  [4804f5a41a1a0a95b368dbffd82bfc01e75f1579]

	Initial stencil image implementation


2011-08-11  Valek Filippov  <frob@frob-laptop>  [633c635863cdf6fe21383721c3258c2c358b02c5]

	Add more list chunks for trailer in ver6.

	Signed-off-by: Tibby Lickle <tibbylickle@gmail.com>

2011-08-11  Tomas Chvatal  <tchvatal@suse.cz>  [822a92b8f1c0e118f8ceac9977a9377bbd1c38d9]

	There is no chance that someone will try to compile this with gcc-2 on windows.

	Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>

2011-08-11  Tibby Lickle  <tibbylickle@gmail.com>  [a7325125bb509ed888230266aa272a272b5c7c71]

	Store stencil ShapeData for NURBS and polylines


2011-08-11  Tibby Lickle  <tibbylickle@gmail.com>  [68656bca3f319acd65bc77cc37ca432791a4dc8f]

	Add polylines and nurbs support to stencil shapes


2011-08-11  Tibby Lickle  <tibbylickle@gmail.com>  [e14566e59b7a8cb02209a13eac862d6926662aa9]

	Handle stencil shapes with multiple geometry lists


2011-08-11  Tibby Lickle  <tibbylickle@gmail.com>  [2694bd376bf5ef2196106245763759b0cf7a0e60]

	Allow overriding of stencil geometry in shapes


2011-08-11  Tibby Lickle  <tibbylickle@gmail.com>  [cf0d732e6ccd5c17d20318fd5438ef9bbb790d91]

	Use styles and stylesheets specified by stencil shapes


2011-08-10  Rene Engelhard  <rene@debian.org>  [3913285304d7be896860d15192cf851ec7991e91]

	fix Description/Summary in .pc.in/.spec.in


2011-08-10  Tibby Lickle  <tibbylickle@gmail.com>  [8884e4555c174b3b83944a45c98d542b03fe7cfb]

	Flush stencil geometry correctly


2011-08-10  Tibby Lickle  <tibbylickle@gmail.com>  [f6fbdf6bc38d2e7a96f8e30873a32f95e07971a8]

	Give line styles a default non-zero width


2011-08-10  Tibby Lickle  <tibbylickle@gmail.com>  [e7272d23fa806c2173364c9eef1989e5c4e0c661]

	Fix segfault in collector


2011-08-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5232746f631b2aa5d6bdeda233ee9c2ff58f862c]

	unbreak debug build


2011-08-10  Tibby Lickle  <tibbylickle@gmail.com>  [8856b26f1e04fefaa4c45234696225e60456ed69]

	Partial implementation of stencil shape output (segfaults)


2011-08-10  Tibby Lickle  <tibbylickle@gmail.com>  [f2744d6cfc83e3c376490f176a9c869f47998747]

	Parse stencil IDs for shapes


2011-08-10  Tomas Chvatal  <tchvatal@suse.cz>  [3eddd0cde3324130bc981332183f5cbd78155f14]

	Invert the logic for werror enable to be on by default and add missing braces.

	Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
	Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-08-10  Tomas Chvatal  <tchvatal@suse.cz>  [84f4a628c7712a763555605c62bffafa7ed22089]

	Rename configure.in to configure.ac which is the new blessed name to use.

	Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
	Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-08-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b283253590257e67a8bf56d70de2a8397ce1fd82]

	Fix make dist error


2011-08-10  Tomas Chvatal  <tchvatal@suse.cz>  [ecf9a75b996b2df8bd6fc3dd57078d4bf86385a2]

	Reformat the configure.in using new syntax where possible. Cleanup a bit makefile.ams. Add m4 folder to gitignore.

	Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
	Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-08-10  Tibby Lickle  <tibbylickle@gmail.com>  [725fd0cc8181b42f0c455fa317aa0920ebfb846d]

	Read stencil data into structures


2011-08-09  Tibby Lickle  <tibbylickle@gmail.com>  [905c27ef57f941650bd5083472c540239aba7c8b]

	Added stencil members


2011-08-09  Tibby Lickle  <tibbylickle@gmail.com>  [e385a160aca634902a267efec4a325ed47ac1aee]

	Parse stencil-related streams


2011-08-08  Tibby Lickle  <tibbylickle@gmail.com>  [13da1a1784a21280cdeb42cc29f0ca4c49bdd386]

	Use fill and shadow styles.


2011-08-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3adc9e99d428b7b9b1253f93e4ead3227a99259e]

	Add VSDXStencilShape class


2011-08-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d2201c5781a5be32ea58e7aae20adb675e1ec836]

	noop copy ctor and operator= for VSDXStencil class


2011-08-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [098a0fb47076d58d1d5020b3df91fd476c926c42]

	Initial commit of the VSDXStencils class


2011-08-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aedc2ada719ba233bb5bafcc7783b9f9f487cbae]

	Add proper copy constructors and operators= to VSDXCharacterList and VSDXGeometryList


2011-08-05  Tibby Lickle  <tibbylickle@gmail.com>  [332cddf001be451850284c775d5090b6a03d10cd]

	Fill in line style from stylesheet


2011-08-05  Tibby Lickle  <tibbylickle@gmail.com>  [f3ba12c4e4246013ace205102d19c402d0afe9fb]

	Store style properties in structs rather than WPXPropertyLists


2011-08-05  Tibby Lickle  <tibbylickle@gmail.com>  [8fec88a6a8d3d679505a14d234482f2f52341a32]

	Use line colour from style


2011-08-05  Tibby Lickle  <tibbylickle@gmail.com>  [49456f375e23725297f31700ecfdb5e3908cf2c1]

	Collect line style from stylesheets


2011-08-05  Tibby Lickle  <tibbylickle@gmail.com>  [75c560651ce3e1b565223c4a1ad301bc7e95052b]

	Fixed style reference order


2011-08-05  Tibby Lickle  <tibbylickle@gmail.com>  [7668ddcf9711a69ae9f9f56952da5594d2b26ed9]

	Pass stylesheets to content collector.

	Style number for shapes is also parsed (although not used).

2011-08-05  Tibby Lickle  <tibbylickle@gmail.com>  [1de14fdc9cd1095563e02f665f85194f1ec05502]

	Add styles at level change in collector


2011-08-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d90dc4991bde0be2d9f947f8da3730d2680262e9]

	delete unneeded member variables


2011-08-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fc35132afc85ae3af9fda4abc58e9b34b5c15932]

	Parse first the indication of style masters


2011-08-05  Tibby Lickle  <tibbylickle@gmail.com>  [8f18e771fbd2e3fd62ff932d2b1399229bd82e94]

	Added stylesheet to collector


2011-08-04  Tibby Lickle  <tibbylickle@gmail.com>  [ba91194e13601550be04168cca6dec853a499d83]

	Added styles stream handler to parser


2011-08-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [503c85094b175e076da51c361e01192d3258dd2d]

	Recurse in the styles until the first override is found


2011-08-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [65ebc8abc7ce8fe765dae08fdb6a30dc62cea215]

	Adapting alternative build systems to addition of new files


2011-08-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [00749c3316cc67c158fbb3c20906d9632fa85614]

	VSDXStyles class to contain the stylesheets


2011-08-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1010193e70cf6502ec825dbc6e478b88c104a208]

	Allow cloning of VSDX{Character,Geometry}ListElements


2011-07-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aa02ee3c52f6d3a735aa534d41285275df3a1949]

	uint8_t -> unsigned char when possible


2011-07-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7ab7e69de841a9ba9bb99efce08f51a76f34f7cb]

	Fix an infinite loop


2011-07-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b32cc7dda813e5ff60e5d7a6f1ac88420e545732]

	Fix a logical error -- and thus crashed -- in utf16 parsing


2011-07-23  Valek Filippov  <frob@gnome.org>  [d6c8ebaab06d30a4143af020b29b37a3839ecf10]

	Reorder streams to read FontFaces before pages.


2011-07-23  Valek Filippov  <frob@gnome.org>  [f15d10105756f46a140c24430044c43f4718d067]

	Initial Font family support (works in ver6 only at the moment).


2011-07-23  Valek Filippov  <frob@gnome.org>  [1542aa4d8655c7b117a401ae34ebedd7b0adbbd4]

	Extend initial text support to ver 6, add font color with semitransparency.


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d7478c0dfe0e9356c75334fecafe084c750f09eb]

	Another attempt to get fonts right


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [78ad5b15ba46d16192c99eca5cea70f0ad3a606a]

	Try to fix font sizes


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a6305cd3dfc059e6255bc7019fcea6faa380d65a]

	Bump version after release


2011-07-22  Tibby Lickle  <tibbylickle@gmail.com>  [5a84c3595392c40c103877a978391e0e23c37d67]

	Fix for missing svg text closing element


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3e86edd4ac2f2e90bf59ad1849036e6f2684984e]

	Bump version after release


2011-07-22  Tibby Lickle  <tibbylickle@gmail.com>  [05e92cd025f07f2453f0b99719457f5565f27cd4]

	Initial text format (bold, italic, size) support for v11


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [98b8adbe6fa08034dede2286521f60fd74faa013]

	fix an undefined symbol


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b1b6607c68ee612f81d5b040be97d1b856b18a70]

	Get the version 6 shadow offsets from page properties


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [35edd174e74d8debef4d0499a8476437fd4b6d0e]

	draw:shadow-color-{r,g,b} does not exist in odf specs, so using libwpg namespace


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5a59ba15594d2d2d89e8f3321f035d472588c6cb]

	Some whitespace cleanup to make git hooks happy


2011-07-22  Valek Filippov  <frob@gnome.org>  [154d4df715bfe4df72de51c9e2c8965292c82f40]

	Added support for simple colored shadows.


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0e8651bc86f170a64e57d817082a2ad565e4ad01]

	draw:{start,end}-intensity has different meaning in ODF, so use libwpg:{start,end}-opacity


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a6ab9e2e3502581a4739c9cd615416f40827200a]

	Don't rely on defaults, since different applications might have different defaults


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [673bb766b1b68fad80eca9eaec78e4aff67f449e]

	Fix some warnings about shadowed variables


2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3f9805811aad08a87e03f503edf2827ccf8eb1cf]

	misc build fixes


2011-07-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b177f2a4b6495fba7f57a7c77fa954defa2035db]

	Fix removal of entries inside styles and some other minor issues


2011-07-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e0711ad8d6ce9f23cf3174b9a030792dde960825]

	Don't require the generator knowing visio internals


2011-07-20  Valek Filippov  <frob@gnome.org>  [54f0fc838a27d6cf1076691ee53871a8b1680584]

	Add line caps/join.

	Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-07-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7815c7e42594d4a1e3b09b93ba56a056ea5ae488]

	Specify that this is in percents


2011-07-20  Valek Filippov  <frob@gnome.org>  [955d4d94431d2b0f7c4f3fd98332a5c935309159]

	Clear fill:opacity for gradients.


2011-07-20  Valek Filippov  <frob@gnome.org>  [4172d7b94a81b0d30aab5e1ed0b567dd4abd5902]

	Add transparency for gradients


2011-07-20  Valek Filippov  <frob@gnome.org>  [454f3dbfcef3d67cb85e1cdd75c22262da1956f6]

	Added Fill and Line transparency


2011-07-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b60a3933cacc97c5aa23960eead72c10ba135a85]

	Correct overkeen inplace editing


2011-07-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [68fcedd055004e3c0f918fc6c51a5ddde7cbbd43]

	Don't use two xform structs since TxtXForm is XForm with flipX and flipY false


2011-07-20  Valek Filippov  <frob@gnome.org>  [0e46f4ba52aeaf1351d9e877dd5316318db43f28]

	Dummy TxtXForm parsing, initial text rotation.


2011-07-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fc1ef0a1ff6bc6943b768e4dc4dcbc87dd410f03]

	Fix regression in text handling


2011-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8fd875c2a13250afeedb02d35e2739f9e73a833e]

	Read UTF16 in version 11 and 8-byte string in version 6


2011-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bd612a8746e8d8293465bac9c5478e82b5e4579e]

	put text after geometries in the shape


2011-07-16  Valek Filippov  <frob@gnome.org>  [d653b23e2a631c8e13ef29f10f48e49494bc194d]

	Fix for rotated/flipped Ellipses.

	Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-07-16  Tibby Lickle  <tibbylickle@gmail.com>  [da0a798294e47be270e43289b21c58ac9030d7b0]

	Initial text implementation


2011-07-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6390061aef528d572f95682659e6fd190f1f90b7]

	Correct wrong assumption about rotation of Ellipses


2011-07-14  Valek Filippov  <frob@gnome.org>  [4a0f07af861893a9a05fa5605caf57d1cc390ed6]

	Replace Ellipse with two EllipticalArcs to workaround combined shapes issue. Rotated Ellipse is still bad.


2011-07-13  Tibby Lickle  <tibbylickle@gmail.com>  [0d4fd5947ca67bf93ba5d6d28b1478f7aee5d8cf]

	Fix out of bounds error with knots for NURBS


2011-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e75804bced5d750b616caecd3d3cf36c3334001d]

	Push the geometries in right order and use shape data when needed


2011-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2bca2f6b6c61ca6dad9562b3b05c6816893091c0]

	Fix compilation, but still totally broken I guess


2011-07-12  Tibby Lickle  <tibbylickle@gmail.com>  [1afc8a73da783f823503383c9ede140310c40c13]

	Incomplete re-orginisation of Shape Data parsing


2011-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ba3295b29380a75bb70f5cdec9cf66124bbd029b]

	Infrastructure to move the shape-data logic from parser to collector


2011-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [28bc7f10c4a0d52ee4ab7a8ae476ca13fc7147d0]

	prefix member variables by m_ for easy reading


2011-07-12  Tibby Lickle  <tibbylickle@gmail.com>  [23dce13e51695c377139cbe5da5e3bc62a9ab4ad]

	Fixed some missing NURBS sections


2011-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fedd40353bb4f61701f4365e2a75d4d5ba7da560]

	Trying to make valgrind happy


2011-07-12  Valek Filippov  <frob@gnome.org>  [16dfd5447b6b830fd20820417911947ef43e2b24]

	Fixed EllipticalArcTo calculations of rx/ry.


2011-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f90f20aa4c1001aab6ee55e3d719ce44fa093c2f]

	Write out the polylines too since they are not messing anything anymore


2011-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [def0e5ede6a5dffff5366e0869ad6b684a65879b]

	approximate nurbs frankly by a polygon of 1000 points to achieve relative smoothness


2011-07-11  Valek Filippov  <frob@gnome.org>  [e2f839785a2f1ee5e2a34b0732ca19b7c65e7a8b]

	Fix parsing of 'Shape Data' for NURBS.

	Signed-off-by: Tibby Lickle <tibbylickle@gmail.com>

2011-07-11  Tibby Lickle  <tibbylickle@gmail.com>  [f46208f38bdba02372ab9890d9f3fb5dc50c7e56]

	Fix for hangs relating to NURBS/polylines


2011-07-11  Tibby Lickle  <tibbylickle@gmail.com>  [21e1cf5e7727b2979998e6786b1347ef2ad7f3f9]

	Process shape data for NURBS and polylines.

	There are still a few problems with hanging if the formula isn't specified in the chunk.

2011-07-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [51d132fa10f03bc0c98648254eb86e6c8bc598f7]

	Assure to receive geometries after the shape data in the collector


2011-07-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [15f7e05b01cbb226fe1683e0cf3c268ba69d1fc7]

	Bumping version after second alpha release


2011-07-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4d1ee85993511c4642db2e3278f269222eba6e13]

	Fix warnings


2011-07-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7f43f195f63e18536fa6998a422330c9ccd4c3c2]

	partially reverting/disabling polyline stuff that messed up the Oct31 document


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [423ec413425e0c388de58681294a27d834e3eb93]

	Fix hangs if formula block is not present within NURBSTo/PolylineTo chunks


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [73cbda5638cf5010817dc5242de746f61e5311a9]

	Fixed hang for files with NURBS


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [b8671be1a82db4be5b1ed4db9518a2ad6db6fc11]

	Initial polyline support.


2011-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c04e8999428fd7acfd2fd0f05fc6bc6ff7129853]

	Remove some measures that were not necessary/useful to quiet valgrind


2011-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b045429891b34219083cfd725a488531f5c58be4]

	Now even the version 6 parser does not hang


2011-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c71233bf7c3fd4c30fa198eaa61d34c7e645787c]

	Make valgrind be happy


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [11b709f8a488d86e8854a2b4456954e1e631c0b4]

	Added in NURBS start point as first control point.

	Untransformed point is now cached in m_originalX and m_originalY.

2011-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e0755a8aa9c63479b81f6f8fbec1a367f8bbf618]

	Trying to work around imperfections of ODF: close forcefully filled path


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [74d6e3b314fbc61275cd4ad290fd712e24582f07]

	Updated v11 chunk trailer conditions


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [299f234131ef8a5e83a7cacb306778511358eb5a]

	Disable v6 NURBS to pass regression tests.

	v6 NURBS use a different chunk for the NURBS formula and the assumption that the formula was in the NURBSTo chunk was causing an infinite loop.

2011-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [154573f3c0b4049c37aec3ad851e845e9d26106c]

	Some more tiny little fixes for nurbsto


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [291744a86ea499f3f7bd4c7c41db66636ab25c99]

	Fixed unnecessary translation of NURB y co-ordinates


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [fb4d7dd8951e3030e6e40902e5b04e46b970afbc]

	Fix accidental block comment of NURBS reading


2011-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [504b2b884c96625e3648930a55f202a92bd9521e]

	Fix the build


2011-07-06  Tibby Lickle  <tibbylickle@gmail.com>  [e01b6d765f68c301eb802cfe7043cdf83c2a7ec6]

	Initial NURBS implementation (not complete)


2011-07-05  Valek Filippov  <frob@gnome.org>  [d4d18fd408315a3c6319e34c22eb56c71e657dd9]

	Swapped top/down and down/top linear gradients to match with Visio.


2011-07-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1842a78901970d6002b2c3cbddae0ba94384c24b]

	Rewrite gradients for easier mapping in ODF


2011-07-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5229bcfa67be3e16d966b7b78277f206f65393a6]

	Miscellaneous makefile and warnings cleanup


2011-07-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c3031372cdfa7b21e65113c07db0829f5ced5a8c]

	Fix regression with geomlists containing noshow geometries


2011-07-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ac1e213bbae8b00376fae9a1e8b92c967adf7ad5]

	Do not search in map if the information is easily accessible


2011-07-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [65a1dd2fbd8296d9a29a43987330583a2c5a6071]

	Fix photos


2011-07-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6d6212b213863ec336403a90668524673280a67b]

	Trying to get the group transformations right


2011-07-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0ab3d931eaecf53e5534e18faf566281aebe80bb]

	Infrastructure for possibility of groups


2011-07-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b5e2bdfac09f3190ca7ebe1392dbcd8ef9cdb778]

	Maintain drawing order


2011-07-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d3887da0e4dee4a77aba96d19dd0245107f298eb]

	Revert "partially revert previous while expecting a better solution"

	This reverts commit 0ca1d5295a16679b0a5d465c1d669d099d0517e5.

2011-07-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0ca1d5295a16679b0a5d465c1d669d099d0517e5]

	partially revert previous while expecting a better solution


2011-07-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9a5a26fc22cc7bc9c4bf24a9d28b66c06360c229]

	Trying to get evenodd right


2011-07-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d85c0386202794ef36610e56db057659a04d58a3]

	Clean up some dead code branches


2011-07-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d00c110680498aceda2fd85aa56b77f697d727f0]

	VSDXOutputElement -> VSDXOutputElementList


2011-07-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b77948578bd2d474e778d46b554d56a46e97b821]

	Draw shapes in right order


2011-07-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7a1712331aa8fd9821cbdc8c979271d37671ca94]

	Get the order of shapes on a page out of the first pass to the second


2011-06-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ffee921e9432cbefd9e379eeb05883f44dfe8221]

	use draw:fill consistently, and not svg:fill and close properly path that needs to be closed


2011-06-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d17a4ccea305243b3ee2a4ac94e1858c9163ebc2]

	Fix a regression with shape positionning


2011-06-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fdd41baf3f0090218dabe6aaf7826d165bb784ce]

	And make valgrind happilly green again


2011-06-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3f2af7ef680d124f07fe7f61a0f9b49cf48a243d]

	Silence some warnings


2011-06-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ca2e267a70749d8e95c31f66b38286e995426046]

	Update the LibreOffice makefile.mk, MSVC project files and fix MSVC build


2011-06-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [631950db5910fcf805239bf9393b0d1174eff8a0]

	Get version 6 support for ~free


2011-06-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [844398a67eb872ab215fd0ece146d0505565b76c]

	Reorder the geometries of the geometry list already in parser


2011-06-29  Tibby Lickle  <tibbylickle@gmail.com>  [20b1b16a14e0d8bbd06e7aec10f06898bdbee4ff]

	Radial gradient support


2011-06-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [32d62752456c9bee08ca2351da0c7f10c0b93051]

	Infrastructure for reordering GeomList elements while parsing


2011-06-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4e52b6596b0b02040ba112fa5aa7a7c9fde0b6c0]

	prototype shapes reordering (not yet there though)


2011-06-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b7f4192b4e13abddb3535ab9bbafaaf015043e99]

	Work in progress of shape reordering


2011-06-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fdf8dc8750fa0eeff48276bcb611e04489564219]

	pass the vector by const reference and not by copy


2011-06-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [82ca7e94660c0e651e85494765b2779e04eed42d]

	Try to be as accurate as possible when flushing geometry elements


2011-06-28  Tibby Lickle  <tibbylickle@gmail.com>  [e161ef8c9cb10740df1ae6fc1ce1af7308eaa97a]

	Read shape lists for draw order


2011-06-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3b3099ef55cf708e74eab012293482d3eaf37a43]

	Improvement of xform transformation


2011-06-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [db484112f3980132613d14b33c82e5d4c42274c4]

	Make the first pass collect the group membership information and the second to use it


2011-06-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [079d1e305af34f8018c0c20d619a6604b70a2906]

	Move the styles collection implementation out of the header


2011-06-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aed043addb9462570c1bb13b545440fb24eed1fb]

	oops, typo


2011-06-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cfdb6e08e438025312b7db79d4d921c38abf54f3]

	Bulk white-space changes to conform to Eilidh's coding style


2011-06-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [26f3b6b74a80ca1959d966a34299379b9c13d47a]

	Try to simplify the stream parsers too


2011-06-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [76e7c98d527ff127f0cf35ef5a74089510f35701]

	Simplify the chunk parser


2011-06-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dfb276e0119caf9f60ff9aca70d1580884390e44]

	Enable two passes (first one is still noop though)


2011-06-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2e933bff06fd02c9551d92e79593cd53acef078b]

	Remove dead code and simplify hacks a bit more


2011-06-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b22faf2b1824c60496ee672d0a7ea48f053944a1]

	Process data in the Collector classes


2011-06-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f196f1d2a6266967b26d454cdd706b57ab783e6c]

	some more separation of reading and processing


2011-06-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4c9c9ff7e0d5ddf0e8fe00d9e6669d26c2399cac]

	Add helper classes that will be used to reorder shapes drawing order


2011-06-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5ac2fd7a051ae632e2ff634308276e24d399b3d0]

	Handle unknown fill as solid fill with background colour


2011-06-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f3fc0814432dea8782e786a71b61bb34b4e49794]

	add collector function for unhandled chunk and collect information on level and id too


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7c8bd911cf75d6577ef9072a45e852e5998c42dd]

	Extract useful types into a separate header


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [96592088c71bf7f6a1cb8d416e58528ab8921742]

	Use the m_collector member variable


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [449a68d497d5eea31475d600726aadfc8eb4daa2]

	Collector functions for fill properties and line properties


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [690848563b954d74df955a0034637ea3aef52977]

	Starting to work on the collector classes


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6372098c98dcb6185b59c38e196130d39ffa214b]

	Whitespace cleanup to correspond to Eilidh's coding style


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e6cc9dc0a707cf6f7e557c061b99a4dead354316]

	Output styles only if we are going to draw something


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [38febc96fc6b774d600f21f31c6f206adda2406f]

	Moving things to the WPXParser class


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [397d67879a830eef73d288802322730720a097c1]

	prototype 2 passes


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9c9a4d39f83e44fcdad91b6adb900fe05cf8b08b]

	initialize member variables + return failure if unable to get chunk header


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7f3a27b02865901fb518167b99626a8e579e2a41]

	A slightly different approach to the noShow flag

	Parse everything even if noShow is set, just do not paint anything

2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [30da2a25e8db5421e2d450f037e101802e266017]

	Extract reading of page properties in a separate function


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [95a9cbb258da352c5fc430aa7f6e9713310cca00]

	More error-proof seeking


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [34c6f6cad13d45ae325a74f0bec27e7f62977194]

	Use stream by pointer and not by reference in VSD6Parser too


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [10394db2fc2e43f89d2e960550a5a7efb7a2e704]

	Use stream by pointer and not by reference in VSD11Parser


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c560ae23fd177fdff4093455dd04389e3c586b1d]

	Extract reading of XForm data, Foreign Type and shape Id into separate functions


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1a5f1675b8c6dacb9d1648b37d8f55b3f57e4a71]

	extract reading of Geometry, MoveTo, LineTo and ArcTo to separate functions


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [30a60d39e2a04be5816da9e68bfc652d0a419572]

	Extract reading of fill & shadow and geom list into separate functions


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a69322590377969c34fe82032dcab40d8eedbaa8]

	Extract readEllipse and readLine to separate functions


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [593b6f80fd4d731616c32df0475a39e098ac8f5f]

	extract reading of foreign data to a separate function


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e164c10b3bad643980cb3d6eaa2728135bb78867]

	move handling of Elliptical arc to a separate function


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4b2d8504d408e00ed95e7304d6a00e773b06ab89]

	Use nice defines that are self-explanatory instead of hexadecimal numbers


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4e81516ca091c7e561cd0a41cc0f100fb9fce03f]

	Add the header so that it might be distributed


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7ed253755ce6b40f7b88662723aeff2d62e52336]

	Add an empty header that will contain defines concerning the document structure


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [24ed639195836eace5c0d0e5ac40c25637f1e42c]

	Add empty VSDX*Collector classes


2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [79061587aeafefa20fc72d6773493994b0d39fce]

	OOps, typo


2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3a416aafbb60dbad4d5d3ef443797488acb81209]

	Silence a load of warnings


2011-06-23  Tor Lillqvist  <tml@iki.fi>  [83e04214d759b115f2f3f3af20f5e46f2a10140a]

	Fix cross-compilation inside LibreOffice build


2011-06-23  Tor Lillqvist  <tml@iki.fi>  [d09479fc275ead21a0dc13d7dca91dc914ab3aa6]

	Fix android compilation


2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fce26f38d7250aa18fff46fd2d81d5728cca3530]

	Increase version after alpha release


2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1178be39aa0b89ca991667a01bb4b8155c75ef14]

	And now the working version (hopefully)


2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [53616ed07b4725c3bb592cf1c508eb75fe1283c0]

	Make the code actually compile too


2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f4209c7ef6793b0cd76934c56333e87544b6acbb]

	Try to detect closed path segments in the whole path


2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1c1f8299c4a335287c599d817eb1775f41970bae]

	Join the handlers of shape and of foreign data


2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [016a939b574ab927be1d4db1f6c8fad7711504a9]

	Use WPXString where possible because it is easy to insert it as string property


2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8220364dd54d1726b7750370e7c7c93c56f640b3]

	Unify Group and Shape functions


2011-06-23  Valek Filippov  <frob@gnome.org>  [77de4b3c899c738619a6b809eb08ddebefc104ec]

	Take linePattern = 0 and fillPattern == 0 into account.


2011-06-22  Tibby Lickle  <tibbylickle@gmail.com>  [949ee4c4fcb703bfebe9a8b2c383d982352ef18b]

	Support for NoLine, NoFill and NoShow flags


2011-06-22  Tibby Lickle  <tibbylickle@gmail.com>  [faf9eb15ce6bfddd10db9ba24aab1e0e2b4ca24d]

	Fix for shapes with multiple GeomLists


2011-06-22  Tibby Lickle  <tibbylickle@gmail.com>  [d6ab4dc0a17c96032a20ed05f98c5530b388429b]

	Implemented linear gradients


2011-06-22  Tibby Lickle  <tibbylickle@gmail.com>  [473b6a1979bc8ed6a8257fc7cd003ef6d14ac1da]

	Make gradient direction vector rotate around centre of shape


2011-06-22  Tibby Lickle  <tibbylickle@gmail.com>  [983d3ca62f25f1a7c34f6ae908457189c7ad5e59]

	Fix svg gradient stop element


2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2902d6430a906ce961996d56369811ed1811a053]

	Don't read the scale for the time being


2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4a8a59a82cfb5f05bf95fa2ca25021a77102d889]

	Initial line-pattern / dash-array implementation


2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5c0b98156b86ed1a9ae1281e4427ca45913edbe9]

	Make it easier to separate the different svg elements

	This is something that will address for now Valek's request

2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1870bdba5b617070940e5c5d4b457d3de9dc8cea]

	Use #RRGGBB notation of colours since it is the only notation both svg and odg understand


2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1cc1568bfbd195590b7909758c2785fdc644dce2]

	My excuses for using tabs :)


2011-06-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [559c6b1ef4f5d8c4787c7a01ad1e28b755ae81f4]

	Fix a crash with OdgGenerator if first element of a path is 'Z'


2011-06-21  Tibby Lickle  <tibbylickle@gmail.com>  [535f1ea1af547d58a70f492207b499d53495d6d5]

	Added solid fill


2011-06-21  Tibby Lickle  <tibbylickle@gmail.com>  [295b1b7766ba6432bfb589ce6aee373f95e70551]

	Added polygon simple polygon detection


2011-06-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b590d0e6941257bf6205959dbe7a80f4d4f50080]

	Fix Ellipse shape + implement page scaling


2011-06-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a0d54d1210491cceadded9baaece076f0885850d]

	oops, forgot to clear this one


2011-06-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8126aee4fc00a965c2f46318bf1f5c1f5e21802f]

	Prototype reordering of complex geometries


2011-06-19  Tibby Lickle  <tibbylickle@gmail.com>  [797080459feca44e7942e34c94f80b39e5d62d54]

	Added line colour


2011-06-19  Tibby Lickle  <tibbylickle@gmail.com>  [5d13d5e934a704f181d3eaab295a66e932ecacb9]

	Simplified seeking at the end of chunks in a shape


2011-06-19  Tibby Lickle  <tibbylickle@gmail.com>  [9fca75379d0639edff51a10937b4880f02a0b2e7]

	Store colour palette


2011-06-17  Tibby Lickle  <tibbylickle@gmail.com>  [14270a1e86d26d5b56484f740cedc4e2fda264f6]

	Fixed flip for elliptical arcs again


2011-06-17  Tibby Lickle  <tibbylickle@gmail.com>  [8a04208361e2a53dfc2631d7ec1f34ebbdde211e]

	Added calculation of elliptical arc flags large-arc and sweep


2011-06-17  Tibby Lickle  <tibbylickle@gmail.com>  [144b8aa08d47172ce65512a64a5e9738ba3cf52d]

	Handle elliptical arc flip


2011-06-17  Tibby Lickle  <tibbylickle@gmail.com>  [7dfd2ff7e16962efd8412e2a1389317f095cbde1]

	Initial elliptical arc support


2011-06-17  Tibby Lickle  <tibbylickle@gmail.com>  [58b2f9809aeb45e30254894f3a10b8717fdcdbce]

	Enhanced arcs with svg sweep and large-arc flag implementation


2011-06-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [38026df07015fe228545134338f03c55e1691084]

	Fix shapes parsing + positionning


2011-06-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e485843c6878270be21ce0981873f277af68886c]

	Some more XForm transformation


2011-06-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ed033b836b8412a0a3ca8b3b5cd5add79c8426c7]

	Prototype the group XForm transformations


2011-06-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [218e8fe89b42c13e5bae1fb05d05e8ecb71725af]

	Extend the arcto and ellipse for group shapes too


2011-06-16  Tibby Lickle  <tibbylickle@gmail.com>  [260b87195ec65080950611b05c4434272a6b3ff3]

	Added basic ArcTo support


2011-06-16  Tibby Lickle  <tibbylickle@gmail.com>  [772cf821cee017ae4895e51b9c3608f218e50885]

	Added support for ellipses


2011-06-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e3d47481917cc9a96bf4eaad44b6ee612ffc6801]

	Add support for flipping of shapes


2011-06-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [19a77b38b66f3c220ea09c1111a091a5676b1080]

	Support reordering of path actions according to the order in GeomList


2011-06-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [956666bd1b010d3ad5668338084f719f32d1723f]

	Don't fill shapes by default


2011-06-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a496869507f16c3768ee34605974f1ec3820862e]

	Some refactoring openning way to reordering of drawing commands


2011-06-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aa623f0893a28ae1b0514435d22541e1eaaf92ba]

	Convert polyline to path


2011-06-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [549f3a5b3498a0a27a818e96cb77a1e1432df519]

	Fix transformation of y to the coordinate system where 0,0 is in UL corner This might eventually mess up the rotation


2011-06-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0ccd05d0826fae9e10e01e7ed0cccbc14eed2442]

	Draw one polyline per geometry list


2011-06-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [30ce749e0e5f595cac109d1829f1b4627624f68a]

	fix parsing of group chunk


2011-06-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2b4938f45ed58e39bed2e0b3b5ed082f25b0429c]

	Extract some common things into a helper function


2011-06-15  Tibby Lickle  <tibbylickle@gmail.com>  [60d952222c56dc4307752a3dde92a69ae13201a3]

	Initial group parsing added


2011-06-15  Tibby Lickle  <tibbylickle@gmail.com>  [6dc09e373ace8c9490ddedfe69a520a65abad7c2]

	Added support for shape rotation


2011-06-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ec6715bef7b098fb3437a1b975ccb3e1269c65a5]

	Extract some more data members to the base class


2011-06-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a68b7a836614085fb6ed4e0c3c14042ce06d1b31]

	Fix distcheck errors


2011-06-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [43b68607e802ebcbee7a221a49cb35b2f4dc8d50]

	Extract some data structures to the base class


2011-06-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a8a2259cd5e47652791b26d4a6d11a61a61d853b]

	Stick some .gitignore files so that git status shows sensible stuff


2011-06-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f0811bd9515590f3d5f6b52fd4a618ec668411da]

	fix zip packaging script


2011-06-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aa9ec54a8cce316f035c48c27d17116e46d04206]

	Adapt MSVC build to new situation


2011-06-14  Tibby Lickle  <tibbylickle@gmail.com>  [d9aa5505865c3b21741b7528f46b3fdf40e07f20]

	Put foreign data parsing in its own function


2011-06-14  Tibby Lickle  <tibbylickle@gmail.com>  [6b79dd11a96a4f4a744651d5c919c6edc00ad391]

	Store current page height and width as member variables


2011-06-14  Tibby Lickle  <tibbylickle@gmail.com>  [0b3d3b8debd7a0f414b8acf1eba48cc9ea3697fc]

	Put shape parsing in its own method


2011-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b1ccecc6cd19141dd16c1b564baa5f994fb9a645]

	Don't try to read more if we are at the end of the stream


2011-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [714adcdc74b60501641da2d0d3977b753bd9de3d]

	Fix an infinite loop


2011-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [54680978be73d4b0ce8cc06365b5ce88b9f6bc97]

	Append the data to the buffer even if it is a ForeignType == 4


2011-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9be1deed2ee39b6b8f295fa134d42a4f1af04241]

	avoid bug-prone seeking up and down


2011-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d8266b86f7f2d78b78fc16a614adb42e78b19218]

	Bump micro version so that I don't forget to do it when including the tarball for midterm build


2011-06-10  Tibby Lickle  <tibbylickle@gmail.com>  [82ca9ca3c2d5e44dea73336cbd2c08a136c09455]

	Made chunk header parsing separate to avoid code duplication


2011-06-10  Tibby Lickle  <tibbylickle@gmail.com>  [5b0b3eb266d8149dc08c99d1cffde62c81c755fc]

	Added more flexible chunk type handling to v11


2011-06-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fee8377736695f2b549fdb4d23d82ce21a9649a1]

	allow dumping of all binary files


2011-06-08  Tibby Lickle  <tibbylickle@gmail.com>  [3f843d97217274e8462252f8366846b5f57e23e5]

	Added v11 support for line weight


2011-06-08  Tibby Lickle  <tibbylickle@gmail.com>  [fcb69ff706b890c7f91bb62b6ae45a72d47e70fb]

	Basic line support for v11


2011-06-08  Tibby Lickle  <tibbylickle@gmail.com>  [40a462f5bb9d6c55e3f3e5b7ac7aef3c3ba9bc07]

	EMF/WMF support for v6


2011-06-08  Tibby Lickle  <tibbylickle@gmail.com>  [f8a395f462779ceab7e83d64724112c7f40c137c]

	EMF/WMF support for v11


2011-06-07  Tibby Lickle  <tibbylickle@gmail.com>  [6fbb7b91a495b4d6ad5e6649ee84be3acf676330]

	Added embedded image support to v6 parser


2011-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [75d5c6db75495ddbe5684f291c91b3118bd5f909]

	Add file header to the bmp files


2011-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [341d839feb52c6f8728d6acd9a5d95f44664ca2b]

	Adding some debug code for dump of binary files


2011-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [24745f529ed01f95791eaeb0f33119c1874b50cb]

	svg namespace fixup for inline svg inside xhtml


2011-06-07  Tibby Lickle  <tibbylickle@gmail.com>  [b1f2a0f8553a7679bd0e41333b950c252b5add42]

	V11 parser support for images directly inserted on pages


2011-06-03  Tibby Lickle  <tibbylickle@gmail.com>  [3c517c7939cfbeadc63121032920341ae7003473]

	Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/contrib/libvisio


2011-06-03  Tibby Lickle  <tibbylickle@gmail.com>  [26efef36f2e97c6a1a7c5670edfdca1cf088fd09]

	Added page dimension handling to v6 parser


2011-06-03  Tibby Lickle  <tibbylickle@gmail.com>  [13392a08b519c40404db68a48151cff91a324656]

	Updated v11 chunk separator conditions


2011-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [19029764172d8e9576173622a506f91d8c1e3a93]

	Get the embedded svg right finally


2011-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [da6838322ea76ee511677a0cae033ed116d81fb8]

	Add one end-of-line so that the files is pretty


2011-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [72d269cff730c60932d4d5216b8997e39d25595a]

	Add horizontal line between two pages


2011-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [32d1c7c2adbef324f412858fd383a5e437162e7b]

	Visio pages embedded as svg objects inside an xhtml document


2011-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [db5223d358ca45c43a17313c6ac4647eae3374ca]

	be sure that each started page is ended


2011-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f4b53925aaf37f90f2e13f58189dc4644391232c]

	Trying to handle multipage svg


2011-06-03  Tibby Lickle  <tibbylickle@gmail.com>  [da616e86587cfca577ca3d2a95acc5331378b526]

	Added WPXPaintInterface calls for pages


2011-06-01  Tibby Lickle  <tibbylickle@gmail.com>  [183a8f3fececdf23ec7f70feb5d526b0d6081f96]

	v11 chunk end separator support added


2011-06-01  Tibby Lickle  <tibbylickle@gmail.com>  [a1a2a5ef2a70f4140b81e4b17ed538507e599ab1]

	Account for separators between fields in pageprops chunk


2011-06-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [907f96f17d4d737970fd056d422187f8c1c0c6ef]

	Simplify the uint64_t -> double stuff a bit


2011-06-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [700048c5ba01489b548b062764b4cdb387172cb4]

	Fix non-debug build


2011-06-01  Tibby Lickle  <tibbylickle@gmail.com>  [372f751ffea5413d13bbae996984f3bae7794696]

	Buggy implementation of Pages/Page stream handling


2011-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2f1ca8766b154cc9c87f7d44912ecda3468cb5b2]

	use union where reinterpret cast is not possible


2011-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2e223496b9651fd17d502fffcd6aebdf936b3565]

	Fixing a distcheck error


2011-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d226e2aa72ad870849b1683aba4fef6f9688b0b7]

	read double from the stream + some cleanup


2011-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e13b0877fa17f339e8b5ea9855c9f1c206f395a3]

	Ability to read unsigned 8-byte integer


2011-05-30  Tibby Lickle  <tibbylickle@gmail.com>  [6a237f64fac07f0068c3333f5f9351f84eacf50e]

	Split v6 and v11 parsers into separate files


2011-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [16a30552f6b4666770946bf3208980b0f9604294]

	Remove some useless debug rambling


2011-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [592bd22d2da475d3edb5f5fa50bdc1c39f326f56]

	Simplify a bit the VSDInternalSteam class constructor and try to be sure we are never reading beyond the end of the stream


2011-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [169917fc47c3b0a06e4c734ce903af440e7281e1]

	Add a sentinel value so that we actually exit


2011-05-30  Tibby Lickle  <tibbylickle@gmail.com>  [043f8525385ad2c802cca4610481ec38d6f05af4]

	Started handling of stream types in v11 parser


2011-05-30  Tibby Lickle  <tibbylickle@gmail.com>  [de630beeeb24458f002754f3283a20c583fed101]

	Brought v6 parser up to speed with v11


2011-05-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [56d5f5c7d5969672b5689597798e80027dc04d0d]

	Fix leaks


2011-05-27  Tibby Lickle  <tibbylickle@gmail.com>  [dc6941f2fead6f2356dce631e8fd10f37087235e]

	Stream pointers parsed out of trailer stream


2011-05-27  root  <root@localhost.baby>  [d4e3f27fc0f6a9b4276dcee196ff09e266e2b6d6]

	Bug fix to update decompressed stream size


2011-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [935ff8835865c2a92470f379750cf2a33e0fd9e5]

	Some more code simplification


2011-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [16b881df9a86b5e6b0ef8965fcc0518fa94a1950]

	Some more wpg->vsd changes


2011-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b39a61b463b3174c50a7591e1775fe504b463872]

	Add debug message in type-detection and make vsd2raw to do something


2011-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4471c6c59e76de2dd9b0c68a35f5b43bed2704fa]

	Fix properly memory issues

	It is WPXInputStream::getDocumentOLEStream(...) that allocates the memory.
	The data pointer is managed by the WPXInputStream internally.

2011-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3fcf14d07a622918bcca3d7bb03959ffeae117b4]

	Revert "Fixed double free caused by isSupported"

	This reverts commit 4fbaabab8d8e757cca659538e794482883b11183.

	Wrong memory deleted

2011-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c549db915ef6d60315cdb664aca20fae353ea5fd]

	./configure --enable-debug is the way to go


2011-05-26  Tibby Lickle  <tibbylickle@gmail.com>  [f70d754c954efa52ca352e0de072991e4e40d455]

	VSD 6 and 11 parsers read in and decompress trailer


2011-05-26  Tibby Lickle  <tibbylickle@gmail.com>  [4fbaabab8d8e757cca659538e794482883b11183]

	Fixed double free caused by isSupported


2011-05-26  Tibby Lickle  <tibbylickle@gmail.com>  [621bd0355f03e25358e8ce9ccc88d601b27b5b20]

	Memory management correction in VSDXParser


2011-05-26  Tibby Lickle  <tibbylickle@gmail.com>  [3e31bdd0cdc37b0b4cd12158f9d20e7952caa1f7]

	Skeleton VSDXParser with VSD6Parser and VSD11Parser


2011-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aee87fc17390f67f880148e0883dd7f3d72dd24a]

	extracting some useful stuff from libwpd for reading of integers


2011-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b9dda14326356db573897bbf5e724d0f4a5e2759]

	Prototype VSDInternalStream class


2011-05-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d91f0650bf2726d3a0dcee48bc7b1fee1a0e309e]

	Fix some whitespace errors that git hooks don't like


2011-05-20  Tibby Lickle  <tibbylickle@gmail.com>  [ee0de3d025dc64a15b182839b588e87329642966]

	implementation of isSupported for Visio 2k and 2k3


2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6efe3d265778c3282f99359c079448ab26de4daa]

	Fix mingw build


2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2d64b80474ea80648e896bace7e54e2f1e7ec568]

	MS Visual Studio 6.0 build


2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [de0bef310e7397f6bdbec0f36968cbf3f3b6ac25]

	Some header fixes


2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d9754d3c9bcfef315d28d8e405302ff5972bf6b2]

	Some fixes and warning removals


2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [263f7485b7a5bee5bd11203f57d3f9f479e64cb4]

	Making the library actually build and pass distcheck


2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b30ffe08194f5b1573ba7ce101dea356bb9fdb54]

	Initial skeleton of libvisio

