2016-01-11  David Tardon  <dtardon@redhat.com>  [c22162a463a76b8a210a27f3c4528682a186e19f]

	update NEWS


2016-01-11  David Tardon  <dtardon@redhat.com>  [99f2c3946155f9cf79e8ffc69587fd1e2f99d3ea]

	avoid unnecessary reallocations

	By my crude measurement (time ./iter-test), this improves the iteration
	time by at least 45%. It would be possible to shave off few more
	percents if we could avoid the strlen(), but that'd require adding a
	member var., which we currently cannot do because of ABI compatibility.

2016-01-11  David Tardon  <dtardon@redhat.com>  [50226aeb3d993602e4ba6589238b0d570593d165]

	prepare for a release


2016-01-05  David Tardon  <dtardon@redhat.com>  [7b08af6bb29422b48ccf29e4f55f5ce467b1c363]

	document RVNGString len() and size()


2016-01-05  David Tardon  <dtardon@redhat.com>  [bc7d6c3041c8d5ac4585a5ebee40173ba0280728]

	one line is enough


2016-01-05  David Tardon  <dtardon@redhat.com>  [e014745479f488aa32f26a63dd01256d50eb8cd0]

	rewrite sligthly


2016-01-05  David Tardon  <dtardon@redhat.com>  [4a6588974bc403dd1a0401ee6a3abbbd8a7be703]

	use the buffer data length, not the char. count


2016-01-05  David Tardon  <dtardon@redhat.com>  [08d174aa01b870d986c78717a45fbb9bf59f45a4]

	make pretty printers python3-compatible


2016-01-05  David Tardon  <dtardon@redhat.com>  [56dff742330d2a742b4257bba8a89bb5ec633a53]

	test string iterator


2015-12-30  David Tardon  <dtardon@redhat.com>  [fac633c7e3f06b940e7c8650bb3c6b9c11c9557e]

	fix build in c++11 mode


2015-12-30  David Tardon  <dtardon@redhat.com>  [0cd9da39bc0828db34f0cf892d4aa600a709da18]

	avoid access to empty stack


2015-12-26  David Tardon  <dtardon@redhat.com>  [baf98cf3c7923d7a89a7f5facbaa02669b1a0245]

	fix import statement


2015-12-24  David Tardon  <dtardon@redhat.com>  [b3646641081967574e6fc0bcecfae289274ae26a]

	linker path is not needed

	The local libs are already referenced using full path.

2015-12-24  David Tardon  <dtardon@redhat.com>  [3c8a1bf6eabbf50a280aa6a21b7e0ad0d06d22b7]

	use full path


2015-12-24  David Tardon  <dtardon@redhat.com>  [5ef1f9ce7e55df984f7b4f7109499c968a51c008]

	distribute test file


2015-12-24  David Tardon  <dtardon@redhat.com>  [132d888a435729f3b229a81d9c2d7c815043c2b1]

	prepare for a release


2015-12-24  David Tardon  <dtardon@redhat.com>  [f5a770a2a26238c1c280519dd0fe037bbcaee896]

	these functions are only used from assert()

	... so only enable them if assert itself is enabled.

2015-12-01  osnola  <alonso@loria.fr>  [5d7b5a07f4524eca6a5b27256f0952cacd152421]

	RVNGCSVSpreadsheetGenerator: check if the last lines are empty, if so, do not convert them...


2015-11-15  osnola  <alonso@loria.fr>  [f471189963c68da03fada583230a905238693aeb]

	correct a compiler's warning...


2015-11-15  osnola  <alonso@loria.fr>  [5587cc595759d9c37097cf0b6d54e5d650b2d431]

	Spreadsheet generators: rewrite the generators to take in account the    table:number-*-* attributes. + the *2csv executables can now work if each row contains a different number of columns   and they must not generate extra columns "at the right of the table" which contains   no data, + the *2text executables also check the column/row positions to avoid skipping some   empty cells.


2015-10-08  David Tardon  <dtardon@redhat.com>  [c2249476a4361ee795cfcf72e5b6c96972536f9b]

	gdb: fix printing of double props


2015-08-28  David Tardon  <dtardon@redhat.com>  [e682c92276a48e460980349c13e5fe143a02b247]

	fix possible access to element of empty vector

	The data buffer is never empty, so it cannot be used to check if
	anything was decompressed.

2015-08-19  David Tardon  <dtardon@redhat.com>  [0beee70d1bf52f0d81b60ee8c373e477991fe546]

	libwpd#6 fix build with boost 1.59


2015-08-18  David Tardon  <dtardon@redhat.com>  [ef278ad3b65157aac60efc60159e84919a42eb33]

	afl: don't rely on uncompressed size from entry

	This might be corrupted and lead either to failed decompression or to a
	big allocation.

2015-08-18  David Tardon  <dtardon@redhat.com>  [c9b73960569a050dd9301c2497037ce46f6e4c97]

	defer comp. of block size after validity check

	... otherwise the shifts might produce undefined result. This is
	harmless, as the undefined values would not be used anywhere, but ubsan
	protests.

2015-08-05  David Tardon  <dtardon@redhat.com>  [0fe363928d3458226aee92834b88c810a628868f]

	return allocated memory on clear()


2015-08-05  David Tardon  <dtardon@redhat.com>  [5578f7edb54b16903813724088beb2ffc77e2207]

	replace a loop by a range insert


2015-08-05  David Tardon  <dtardon@redhat.com>  [0392a58a7c26c72b478e69b4a6158be014f3187b]

	use temp. var. to shorten the statements


2015-08-05  David Tardon  <dtardon@redhat.com>  [cba1c94eedbe0f041cbce3bfb11ad43b5cdd9708]

	use temp. var. to shorten the statements


2015-08-05  David Tardon  <dtardon@redhat.com>  [bf3f50426034d3b5d0ac0b10a502a4127fc5fb17]

	do nothing if the appended data has length 0


2015-08-05  David Tardon  <dtardon@redhat.com>  [1f71ff27b82e5705fb660b980be94c5715838036]

	replace a loop by a range insert


2015-07-31  David Tardon  <dtardon@redhat.com>  [111c0f374ae8f9c4d2183fb9e826d7084c85488f]

	rhbz#1248443 unbounded heap allocation


2015-07-31  David Tardon  <dtardon@redhat.com>  [dbf2bebe9c559ae3dfae32c0acee67d7726ac4ce]

	remove useless header files for tests


2015-07-31  David Tardon  <dtardon@redhat.com>  [2f5efdb0e95c3d56233f6e4828926e0b9b3fccf3]

	add a test for OLE stream impl.


2015-07-31  David Tardon  <dtardon@redhat.com>  [5c131c26f55f69867ccc116b55d612a0dcc6d854]

	add tags to .gitignore


2015-07-10  David Tardon  <dtardon@redhat.com>  [da18916578e2f98be7deca7761dd7bd0d69b56a1]

	handle foot- and endnotes in text generator


2015-07-10  David Tardon  <dtardon@redhat.com>  [3b9c28a2160d418a781d93bb9bd31223dce9a16e]

	add make astyle target


2015-06-21  David Tardon  <dtardon@redhat.com>  [b793310d40e36becf9570b0935e7e99388101dc2]

	fix output of openEndnote


2015-05-14  David Tardon  <dtardon@redhat.com>  [8bc9cc41efda91930d70df948b432c558ea4b7b8]

	WaE: conversion to ‘unsigned int’ from ‘size_t {aka long unsigned int}’


2015-05-14  David Tardon  <dtardon@redhat.com>  [5369df53ead4730d7992a0c6fc5978327c746c70]

	WaE: too many arguments for format


2015-05-14  David Tardon  <dtardon@redhat.com>  [f3f7cb8cf168305230b78ea1d56060601d424476]

	WaE: function might be possible candidate for 'gnu_printf' format attribute


2015-05-14  David Tardon  <dtardon@redhat.com>  [2424431c2e8dabca3d8afc1294341b046b1fe518]

	WaE: function might be possible candidate for 'gnu_printf' format attribute


2015-05-14  David Tardon  <dtardon@redhat.com>  [a1bcdc2a1f0911b3fb10d36fb17ab5460f4ff38b]

	clang: Function call argument is an uninitialized value


2015-04-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [329a8672faaa14b47d61d82dddaeb2cec5eb5a2f]

	Some doxygen warning fixing


2015-02-08  osnola  <alonso@loria.fr>  [42a973c7bf3be308ddb56c3a341a2167b30e88b6]

	RVNGOLEStream: no longer supose that the file length must be a multiple  of m_size_bbat + use the result loadBigBlock to avoid using unreading  data...


2015-02-02  David Tardon  <dtardon@redhat.com>  [2e284cb451fe0c00900c04bc0edf729e889ea4a9]

	sf#5 remove bashism


2014-12-24  osnola  <alonso@loria.fr>  [3d17999652f625f05a49b8cc0146f002324f41c7]

	RVNGPropertyList: recognize cm and mm units, RVNGSVGXXXGenerator: correct the center of a rotation...


2014-12-24  David Tardon  <dtardon@redhat.com>  [6815075cba760c61281fe114a51582bcd0ab5076]

	prepare for a release


2014-12-24  David Tardon  <dtardon@redhat.com>  [fe3e738347dd64d88ca0220b0c401d01f15d2624]

	add support for headings to HTML generator


2014-12-24  David Tardon  <dtardon@redhat.com>  [62989731db99faa91b91d6c4638d5b9eeb7f068a]

	avoid warnings/errors in non-debug mode


2014-12-22  David Tardon  <dtardon@redhat.com>  [4f77da4e96a87bc95638052efdc703ec4a9903b2]

	this is already covered by checking minimal size


2014-12-22  David Tardon  <dtardon@redhat.com>  [2115450745229343b373bdebd0922bd0b54fc6ad]

	check for minimal size of OLE2 too


2014-12-22  David Tardon  <dtardon@redhat.com>  [179ca336afca7b9fcedea4a445bf17e8908160e3]

	really compute stream length


2014-12-22  David Tardon  <dtardon@redhat.com>  [28055b6289c59b3b43c790fa84f8ad437a171da6]

	get more info about structured stream's content


2014-12-22  David Tardon  <dtardon@redhat.com>  [b65e286f06f80783f9d0b22dc2af3fbab86bb335]

	OLE2 file size must be a multiple of sector size


2014-12-18  David Tardon  <dtardon@redhat.com>  [cce5baec8f3f4170d18a3dcd75b15cfbf024ae6d]

	do not try to read if we are at the end of the stream


2014-12-18  David Tardon  <dtardon@redhat.com>  [bb5e253f5792544e6c0e94eb4abcdad221f34e63]

	remove dead code

	I suppose the isEnd() check has been disabled to ensure that the read
	buffer is invalidated even in this case.

2014-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4760bdf4aebdb1b624127455571699b5c1ab7e94]

	Let --enable-debug disable optimization

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

2014-11-29  David Tardon  <dtardon@redhat.com>  [f8130ec5a280b4318ba578b51fd11d2967eeaf23]

	allow language-related properties on spans


2014-11-28  David Tardon  <dtardon@redhat.com>  [90e2afe61cac71d5302215ff0795a4ffffd24509]

	do not allow block size bigger than input stream size


2014-11-28  David Tardon  <dtardon@redhat.com>  [638a97e15728276b4538585f0c7ae1e0fcb37621]

	add sanity check for OLE2 stream size

	This avoids big allocation in createOleFromDirectory if the file is
	broken.

2014-11-26  David Tardon  <dtardon@redhat.com>  [332d7650ef9661ebd4c501a554b60d2e088148c2]

	add testfileinfo to .gitignore


2014-11-26  David Tardon  <dtardon@redhat.com>  [ef58647b9f2ef6ba313feebad9df3a6617e5c536]

	add modelines


2014-11-26  David Tardon  <dtardon@redhat.com>  [7a283c5b8b5b7381fa207ae1d24a41dec9d6596e]

	add a few consistency checks


2014-11-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [80f3e56be5f407035f65a6ec91349085a895108a]

	testfileinfo binary to start a tool helping us to handle corruptions


2014-11-26  David Tardon  <dtardon@redhat.com>  [3dba33ad060b292301a94313874344aa045d3644]

	ignore names containing \0 in zip files


2014-11-26  David Tardon  <dtardon@redhat.com>  [f3a8e380a43d7407bfa2cb37a48bb1fed6240e58]

	avoid out-of-bounds access to std::vector


2014-11-24  David Tardon  <dtardon@redhat.com>  [ec82d36d9555a045e6a5ea50dda5c295d03ae2fa]

	only export public symbols


2014-11-24  David Tardon  <dtardon@redhat.com>  [50dc8ea582ee406c0808abdfd3c5d849f8e4bcec]

	add compile to .gitignore


2014-11-21  David Tardon  <dtardon@redhat.com>  [7818c5a285f323a1d96285be4f5c6a88c99552af]

	Revert "coverity: do not mark stream data as tainted"

	This reverts commit 6bc8c0207f36f7943be4ad7aa4fceb32eeec8424.

	Revert "fix synactic errors"

	This reverts commit b9e49b02a4f6f348f7b402635dc27791febe31ae.

2014-10-21  osnola  <alonso@loria.fr>  [0f990cccdbcbd71de2981b68857c19a03959feb5]

	RVNGZipStream: try to remove some coverity's warnings and optimize a little the code...


2014-10-20  osnola  <alonso@loria.fr>  [b2964fef0823922d301e7c6b7afaf2a66b0cb704]

	Basic merge...


2014-10-20  osnola  <alonso@loria.fr>  [da58fe9d0a2c0f5af3f3d0296e5a1af7c188aaa7]

	RVNGXXXStream: always returns -1 when there is an error + correct RVNGStringStream::seek when called with RVNG_SEEK_END...


2014-09-30  David Tardon  <dtardon@redhat.com>  [b9e49b02a4f6f348f7b402635dc27791febe31ae]

	fix synactic errors


2014-09-30  David Tardon  <dtardon@redhat.com>  [6bc8c0207f36f7943be4ad7aa4fceb32eeec8424]

	coverity: do not mark stream data as tainted

	This does not work as well as I imagined. It only causes needless
	complications.

2014-09-19  osnola  <alonso@loria.fr>  [c33c058cbcb2f60c107929a8e92478f6e757ee79]

	RVNG*DrawingGenerator: try to implement table's functions by creating a text zone for each cell ; but ignore the cells' properties, the table's rotation...


2014-09-18  osnola  <alonso@loria.fr>  [8baac07bc902e2cfbfba1717c8034b318e3bc650]

	RVNGSVG*Generator: add code to implement master page/slide functions...


2014-09-15  osnola  <alonso@loria.fr>  [0e19782ff9203f05ba97dedd29493a309703d0b0]

	RVNGSVGDrawingGenerator: implement open/closeGroup RVNGSVGPresentationGenerator: better implementation of start/closeLayer


2014-09-14  osnola  <alonso@loria.fr>  [e68f80cbf1ab8a3f6dc95462627d95da52158aa4]

	RVNGSVGPresentationGenerator: no longer suppose that all units are given in inches + update code using RVNGSVGDrawingGenerator as reference...


2014-09-14  osnola  <alonso@loria.fr>  [8224bff8c2096ef79429798d662863266b7db7db]

	RVNGSVGDrawingGenerator: no longer suppose that all units are given in inches...


2014-09-09  osnola  <alonso@loria.fr>  [962c700ab4d4d7b9dce9fde2e09c553a892cd48b]

	RVNGRawPresentationGenerator: do not forget to print the result if m_printCallgraphScore is set 	+ correct some warnings


2014-06-24  David Tardon  <dtardon@redhat.com>  [d0f7394b6c8bd03f06cd03bc895e46ee9f52b411]

	add text:outline-level to allowed paragraph props


2014-06-03  David Tardon  <dtardon@redhat.com>  [f8f55b29534e107f771d32c2eb71561637d8b163]

	model non-structured operations


2014-06-03  David Tardon  <dtardon@redhat.com>  [a4f4928851acac989e38b3e8fc63a210b8ecb68d]

	tweak for consistency


2014-06-03  David Tardon  <dtardon@redhat.com>  [cceefc94aee8e86b6aa4cf847a1df355c5788d03]

	improve modeling of id-based functions


2014-06-03  David Tardon  <dtardon@redhat.com>  [e52cc1cc3e54ae5622164274848350d838cc24b5]

	consider the number of substreams as fixed


2014-06-03  David Tardon  <dtardon@redhat.com>  [ad223ebbd9af346d539cd573ff1b7eb2d5ac6d61]

	tie getSubStreamByName() to existsSubStream()


2014-06-03  David Tardon  <dtardon@redhat.com>  [e6a3a267d84450ac1472f37535fe3b09d751445f]

	fix logic


2014-06-03  David Tardon  <dtardon@redhat.com>  [711a40494ce79d61e47bbbee29fcede18da8569f]

	handle validity too


2014-06-03  David Tardon  <dtardon@redhat.com>  [ce67d08e4490f58396c9f3841a609bfe996cef88]

	struct. and non-struct. operations are complementary


2014-06-03  David Tardon  <dtardon@redhat.com>  [7b702c9d04da3e513a1cf275ec14f91078c10dac]

	createForParent() depends on isDirectory()


2014-06-03  David Tardon  <dtardon@redhat.com>  [ada237b1f74ad5bed57c8c8dacadc64f66088809]

	these functions can return null


2014-06-03  David Tardon  <dtardon@redhat.com>  [3cfbc3a36783f0330af096650cd81745b84ba378]

	add more documentation


2014-06-03  David Tardon  <dtardon@redhat.com>  [97605958638f7c0590324163f3ceb2fc7656bd05]

	createForParent() should return 0 for invalid dir


2014-06-02  David Tardon  <dtardon@redhat.com>  [fee5702ced2547413faa4e2deca11ffb891c5b83]

	prepare for a release


2014-06-02  David Tardon  <dtardon@redhat.com>  [ac69bdb337c2a02318ad8ae2baf997a417f92204]

	check if the index can be used first


2014-06-02  David Tardon  <dtardon@redhat.com>  [1c467a6d28755a8b79f73f3efcc1c93dfac41d1c]

	unsigned var. cannot be less than 0


2014-06-02  David Tardon  <dtardon@redhat.com>  [761d689afd0d182d65ebce06bce5219d287d0036]

	reduce scope


2014-06-02  David Tardon  <dtardon@redhat.com>  [98678e995cd19e1565966bdf39d7588f9eab9fff]

	fix copypasta


2014-06-02  David Tardon  <dtardon@redhat.com>  [86477ded72f3c87a7ed57d25cffac1b6ae161c92]

	micro-optimization


2014-06-02  David Tardon  <dtardon@redhat.com>  [54d3238f4af97f318a355898da55993f0f73d20c]

	remove duplicate code


2014-06-02  David Tardon  <dtardon@redhat.com>  [8d68fa377d09c3f73cb054f3d89f5ddb4fd2e96b]

	write some more documentation


2014-06-02  David Tardon  <dtardon@redhat.com>  [a21da825b9e2e011ff8a6f8b6d4cb9cbfe576b8f]

	do not mix tabs and spaces


2014-06-02  David Tardon  <dtardon@redhat.com>  [47add33e809c71a6441705c56c2b771316636e68]

	document how getData* functions work


2014-06-02  David Tardon  <dtardon@redhat.com>  [ea2dfae0b633cf7c425d746faeefb22b6dc203bb]

	coverity#1219812 size() should reflect empty data


2014-06-02  David Tardon  <dtardon@redhat.com>  [748f8bc246e25497dd1f284e3b79dd3795a09b28]

	create coverity model for (most of) librevenge


2014-06-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [06483902f95cfd9e30649062d631c7e8ac56533d]

	try to make it readable also for Fridrich and if it is like that, just make them static too


2014-06-02  David Tardon  <dtardon@redhat.com>  [feec5a6cc98b82208d0b1c09876554d057e44f02]

	only define these functions when needed


2014-06-02  David Tardon  <dtardon@redhat.com>  [f3e9bfb370059fcf1ac6f1a9c6dda7b59dcbc635]

	fix dir. stream test


2014-06-02  David Tardon  <dtardon@redhat.com>  [5abc7ff2a6c1050c7ca99715cb3be90e483c4185]

	returning const RVNGInputStream* doesn't make sense

	... as it cannot even be used without casting the const away

2014-06-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8e01bedd8bcbdd2f022a43aec9d0e940da88fee4]

	Some more check in the directory stream


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

	Do we really need to throw here?


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

	Test the RVNGMemoryInputStream indirectly through RVNGBinaryData


2014-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [689371f2acd7adc973833c276e10370cace5d8e9]

	No need to export purely virtual inlined interfaces


2014-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fae52b22b7648de0b5f438c5505863abbd1f8ff4]

	RVNGMemoryInputStream is internal and not exported on Windows


2014-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fd8b4f3d933b631584e3338eae564f9336a20533]

	Remove all rudiment of boost linking + avoid calling isDir too many times


2014-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [557d77a2d1e36939dc3cb5833edd92b0b09d245e]

	Remove an unnecessary flag


2014-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9d28df9914fb17a11789105b766301187765b902]

	No need of boost filesystem anymore


2014-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [58caae558a5f93cb750fa4d6a93d4f8809046ceb]

	This is not needed anymore


2014-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [201d76417d1b10610a7071b26b19db03fb38a738]

	Fix the unit tests of RVNGDirectoryStream


2014-05-30  David Tardon  <dtardon@redhat.com>  [1900c3f7be2d9c06ccbca41e92b3d645b9a22daa]

	detect cppunit in configure


2014-05-30  David Tardon  <dtardon@redhat.com>  [0f56d93e03f04b7404838d7e653d1aa9ef2e2a76]

	use absolute path for the test


2014-05-30  David Tardon  <dtardon@redhat.com>  [498c7fc5eee29f87538c300d734bfcb8196c5c94]

	fix path composition


2014-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [619a26ec331e85519043de8ade3651fc12a484d9]

	Trying to avoid the boost_filesystem linking


2014-05-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a295a2e720143ec5c54d450caaf575b2a7739552]

	Actually consider the BUILD_DIRECTORYSTREAM define


2014-05-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [15836ec58719ad658c2dcdc21cf6d83903816b8f]

	Revert "Remove unused static functions"

	This reverts commit 8e59bce56ab80d4c032606d82f8c08b109cb769b.

2014-05-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [df4b4bc8eda92464d0d4c74da409b3f2a4818f5f]

	Add option to disable directory stream


2014-05-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8e59bce56ab80d4c032606d82f8c08b109cb769b]

	Remove unused static functions


2014-05-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1d7b7e1017ecb5179fdf05c8edf9675c260f430d]

	Don't decorate by dllimp/exp purely virtual inlined class


2014-05-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [984b81d1860f761c14a6e202f00e05e01075c055]

	Actually make it possible to disable streams and generators


2014-05-26  David Tardon  <dtardon@redhat.com>  [03c0fe096ae6e71237d36b88f5f0aa0f62eb09d6]

	nested iterator classes need to be exported too


2014-05-25  David Tardon  <dtardon@redhat.com>  [d0df6db52ae8db3b3e9549837e698a091474e727]

	properly export API symbols


2014-05-24  David Tardon  <dtardon@redhat.com>  [714666ef44c7d0e0ff7c4de6db75cc754dd811e3]

	zlib is only needed for librevenge-stream


2014-05-24  David Tardon  <dtardon@redhat.com>  [27adcd8bdba57db50b2e718054563c76f99aebfa]

	fix license headers for gdb printers


2014-05-23  David Tardon  <dtardon@redhat.com>  [0952de614e7cdb101478bbdbfa48fee5f1f70a5b]

	fix type sizes for CPPUNIT_ASSERT_EQUAL


2014-05-23  David Tardon  <dtardon@redhat.com>  [cbe332391428beae505046a3d09b76052aa672a3]

	prepare for the first release


2014-05-23  David Tardon  <dtardon@redhat.com>  [a9c3ad59b0cb4a9ec22d490c14b6e1073f354ea5]

	add support for master pages


2014-05-23  David Tardon  <dtardon@redhat.com>  [6ff5034a41b5a70271e86a5f1b31f137e0da846a]

	fix copypasta


2014-05-23  David Tardon  <dtardon@redhat.com>  [2aaa388f3b8d42b6e83eb720e4ddaa28ceb5dc70]

	test RVNGString::escapeXML too


2014-05-23  David Tardon  <dtardon@redhat.com>  [50b17c5c8882c8ca2627e1d464a493fc9e241d02]

	add C str. overload of escapeXML for completeness


2014-05-22  David Tardon  <dtardon@redhat.com>  [2fe1de655ae44a949cc535e2c0ada4db9dd269f8]

	use property names as defined in SMIL


2014-05-22  David Tardon  <dtardon@redhat.com>  [364a1ea9a002e2266c79dca4bf470d09060c406b]

	print nothing in callgraph score mode


2014-05-22  David Tardon  <dtardon@redhat.com>  [8cd0796c01bb638f8efe2a2a56f0473a5271bb1d]

	add support for embedded fonts to all ifaces


2014-05-22  David Tardon  <dtardon@redhat.com>  [804a38ea22b482e27e936d151f09ea6904e194bf]

	add unit test for RVNGString


2014-05-22  David Tardon  <dtardon@redhat.com>  [d44a4769fcc10d8deaab04e67d460ff2919c6459]

	handle XML escaping through a separate function


2014-05-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a9046e2db3c3efac8a64e435f9f520aa6f582983]

	undefined symbols ...drawConnector in text generators


2014-05-15  David Tardon  <dtardon@redhat.com>  [8d052ed537df592c62186f2a017ba16f38a77abf]

	drop virtual to keep style


2014-05-15  David Tardon  <dtardon@redhat.com>  [8392e9e6b3802138a2cd52d664fa84d6e735c21d]

	add support for animations to pres. iface


2014-05-14  David Tardon  <dtardon@redhat.com>  [d92c1d2a31e436c016574c250ad93c7bd2780860]

	add support for slide transitions to pres. iface


2014-05-14  David Tardon  <dtardon@redhat.com>  [2d6cedf88821f7aaab2e805c27c80dc0c140d86e]

	add support for charts to pres. iface


2014-05-14  David Tardon  <dtardon@redhat.com>  [93ff8ef73ece5f7b7624cfb59b21f98bc042dd48]

	add support for connectors to all ifaces


2014-05-13  David Tardon  <dtardon@redhat.com>  [660113c058ca40faf16878f796cd657bc9faf871]

	use openGroup for pres. iface too


2014-05-13  David Tardon  <dtardon@redhat.com>  [b07c55146785285163fe4ba6257aa1328248e6ab]

	add support for groups to drawing iface


2014-05-13  David Tardon  <dtardon@redhat.com>  [81f982c61169e0826a8334a00dc80c7d9e4fc21e]

	add info about replacement objects to API docs


2014-05-08  David Tardon  <dtardon@redhat.com>  [65875af91c6ca82e11942e3269c86a8d889b2406]

	remove WordPerfect specific parts


2014-05-08  David Tardon  <dtardon@redhat.com>  [15c433417c916d196625477793a59f7c1e1d049a]

	drop old obsolete cruft


2014-05-06  David Tardon  <dtardon@redhat.com>  [f639abc29b6c57c472e9f24a93ef179198f57336]

	add support for ppc64


2014-02-22  David Tardon  <dtardon@redhat.com>  [2c63bdd842dd18a54fc5bf356c4caa0530a9c8c3]

	add gdb pretty printers


2014-01-26  osnola  <alonso@loria.fr>  [47c8bcf81e907d2b531ea920852bca86b2de0157]

	RVNGCSVSpreadsheetGenerator: do not use the cell's content if we have added a formula + take in account the added row when adding a cell's reference...


2014-01-21  David Tardon  <dtardon@redhat.com>  [7ee29538e6c1044eb50921e3e4138ab7a1c65a51]

	aclocal needs path to the boost detection stuff


2013-12-30  osnola  <alonso@loria.fr>  [29ce383d3b65dcfe0cbc8bfbde96cf2d941bac5d]

	RVNGSpreadsheetInterface: modify the chart functions to allow to create chart's styles, ...


2013-12-27  osnola  <alonso@loria.fr>  [8e2b80448f883c41ece68b73c9cfd76a156786b2]

	RVNGDrawingInterface: allow to create tables...


2013-12-27  osnola  <alonso@loria.fr>  [cf98c465c7b3775e5b7b340af86a3d8ff1673583]

	RVNGSpreadsheetInterface: try to improve the chart functions, ...


2013-12-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4c943ea32d94db31a1b05f92a4abc3152df17fc9]

	Add existsSubStream to RVNGInputStream interface


2013-12-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c2e69877eb4db1095bade83741d54f1d66f905e6]

	More RVNGString comparison operators + remove the !() operator that duplicates empty()


2013-12-19  osnola  <alonso@loria.fr>  [c7932456134b0caf5b66df02d2fc3dd23603c750]

	RVNGTextInterface: add functions to insert basic geometric shapes...


2013-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [292702084423d3e984de46ba67fe514848544bab]

	Fold the list definitions into the list open callbacks


2013-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [12ca1d1c9878d52a143f348f358f4537ad31e5b1]

	librevenge:id -> librevenge:list-id


2013-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dd178a8622ee6a9e0e5c2c9556a2643520d02d05]

	struct tm with the tm_zone is an extension


2013-12-16  osnola  <alonso@loria.fr>  [a0272cf865bb62535b7bdc3a1155cca3a69e3d7b]

	Basic merge


2013-12-15  osnola  <alonso@loria.fr>  [7f2a82f63b84806bc29c0a07d563a82a0089ec97]

	RVNGSpreadsheetInterface: try to simplify the graphic interface (take inspiration from the Presentation interface + try to add some coherence when naming functions try to add some coherence when naming functions)


2013-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [997479bfe35230853ddd6af002af3e2a0a65c5c0]

	Fix distcheck errors


2013-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c8982a673833d7ae35668b18a60599a3552b39fc]

	Don't dupplicate paragraph and text properties definitions all around the place


2013-12-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6555b1f433ce9506b6dee3871b414f14e631f6f7]

	Document some more properties


2013-12-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8ba1e7f9c9981dbeff1d71267c92d391885e6042]

	Remove wrapper so that compiler tells us what to change :)


2013-12-12  osnola  <alonso@loria.fr>  [587a84a6f31c22779a671378bac43a39fbb97322]

	RVNGPresentationInterface: change {open/close}Table in {start/end}TableObject to   be more coherent...


2013-12-12  osnola  <alonso@loria.fr>  [93e684434de3aec9653ba5bdd70f802871251cd4]

	Spreadsheet and text interface: add a RVNGPropertyList parameter in startDocument + add a wrapper to old startDocument in the text interface which must be removed   when all text parsers will be updated...


2013-12-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [73be74bf7ddae70aa96b2260c3156e052c3b8072]

	Use the same boost for all :)


2013-12-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [43b846181981d088d3674db448270ca9336cd3b7]

	Re-astyle


2013-12-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [802fcb0f3b45604f32669bde008e09d772dc144b]

	Allow equal identing of functions


2013-12-11  osnola  <alonso@loria.fr>  [b71b79b6b03b6baf60d6bc3bd516d8d3bdc27271]

	RVNGDrawingInterface: add defineCharacterStyle/defineParagraphStyle/define[Un]OrderedListLevel to unify a little the different interfaces...


2013-12-11  osnola  <alonso@loria.fr>  [bc3b62067afe7a554266e47608387092a07a5309]

	 RVNGSVGDrawingGenerator: add defineCharacterStyle/.../defineUnorderedListLevel functions...


2013-12-11  osnola  <alonso@loria.fr>  [5f1b1019bf34fed92dccf31c23119b8df9c3788b]

	RVNGTextDrawingGenerator: add defineCharacterStyle/.../defineUnorderedListLevel functions...


2013-12-11  osnola  <alonso@loria.fr>  [f9346db98fb5d882aa81e34edb0aadcf8b01af1a]

	RVNGRawDrawingGenerator: add defineCharacterStyle/.../defineUnorderedListLevel functions...


2013-12-11  osnola  <alonso@loria.fr>  [557921c40d4b01093205222ff045796eba5145b9]

	RVNGPresentationInterface: add defineCharacterStyle/defineParagraphStyle/define[Un]OrderedListLevel to unify a little the different interfaces...


2013-12-11  osnola  <alonso@loria.fr>  [94bc4d6b4e3fd4a064b95f055775f74ad679bd27]

	RVNGSVGPresentationGenerator: add defineCharacterStyle/.../defineUnorderedListLevel functions...


2013-12-11  osnola  <alonso@loria.fr>  [d805a9c15bae4fa0a59718dff1308362027fe90c]

	RVNGTextPresentationGenerator: add defineCharacterStyle/.../defineUnorderedListLevel functions...


2013-12-11  osnola  <alonso@loria.fr>  [53af51bdfc73edcd62759f46f6f480f1ae5ef448]

	RVNGRawPresentationGenerator: add defineCharacterStyle/.../defineUnorderedListLevel functions...


2013-12-11  osnola  <alonso@loria.fr>  [61c6ba7c272a9abf22fe1ced691f180c5338d8b0]

	RVNGHTMLTextGenerator: Implement defineCharacterStyle/defineParagraphStyle and anonymous list...


2013-12-10  David Tardon  <dtardon@redhat.com>  [75bc95a1914c8d55ed784800a17bf53a1f6ac683]

	add unit test for RVNGDirectoryStream


2013-12-10  David Tardon  <dtardon@redhat.com>  [42974439a8f4480d9550605d8b4791565acf7330]

	add stream impl. for directory

	We might want to change the impl. to get rid of dep. on
	Boost.Filesystem, but for now I prefer convenience over smaller
	dependency set.

2013-12-10  David Tardon  <dtardon@redhat.com>  [a3d181cd5b486b7a2b06c349affad613f73e8808]

	unit test base64 conversion


2013-12-10  David Tardon  <dtardon@redhat.com>  [db8bedef146fe4df73c081fa5b183bab181385d1]

	add include for printf


2013-12-10  David Tardon  <dtardon@redhat.com>  [cf375616c131f5a35feb89615139776b9c2f60a1]

	test for empty() too
[--snip--]
