2017-08-02  David Tardon  <dtardon@redhat.com>  [28b77fcf685e3c7a246297063273303ef4c87efb]

	BUILD_EXTRA_DIST does not exist


2017-08-02  David Tardon  <dtardon@redhat.com>  [e53039f89ccf49e3927d415a6e837e1de807dd4b]

	these files are distributed automatically


2017-08-02  David Tardon  <dtardon@redhat.com>  [e4fef18225f89b68077d6fad7a6dd6385d71ec73]

	prepare for a release


2017-08-02  David Tardon  <dtardon@redhat.com>  [a215111cbdd64c1c870cfd7b558eb9fad7733ee9]

	look for macros in m4/


2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [fe5fb9ebe9714e5a833225b9643b9f3ddde9f07e]

	Convert explicit for loops to range-based ones where possible

	This is most useful in EPUBTableStyleManager::extractCellProperties() to
	avoid repeating ourselves.

2017-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [37bbf7e7e8822a1be4ac4a48eaa85531015a6176]

	Convert 0 to nullptr where it's used as a pointer value

	To make the code easier to read, because this means the remaining zeros
	all mean numbers.

2017-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [dba4dd2d2bd8cac2367a3ce0ff01ae5927db347d]

	Mark overriding member functions as 'override'

	This does not affect the generated code (API or ABI), but:

	1) Makes sure that in case the signature of one of these functions would
	change by accident, the build breaks as the function no longer overrides
	a base function.

	2) Makes the code readable by explicitly marking all overriding
	functions as 'override', where previously the reader had to read the
	interface of the base class(es) as well to find out if the function is
	virtual or not.

	3) Since 'override' implies 'virtual', remove the 'virtual' keyword
	where 'override' is present.

2017-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc5b1e1fd8f7f6a5a20277ea4c74df2f862e0c24]

	Remove unused using declarations


2017-04-25  David Tardon  <dtardon@redhat.com>  [2af63eebee98bbf01cd0086192f8e83b9da5035f]

	replace a dumb pointer by a smart one


2017-04-25  David Tardon  <dtardon@redhat.com>  [425202b6e5ab68ec88bca17f10e70752d81fe8fd]

	use std::stack for stack


2017-04-25  David Tardon  <dtardon@redhat.com>  [20091543f3e0d8f8bb47afde28dace32c2c03673]

	replace a dumb pointer by a smart one


2017-04-25  David Tardon  <dtardon@redhat.com>  [ed44836767dd658bdffe866bee474e488c91ea44]

	replace a dumb pointer by a smart one


2017-04-25  David Tardon  <dtardon@redhat.com>  [c96c323ebc449232c82150c5668991143a4ed39a]

	drop unused files


2017-04-25  David Tardon  <dtardon@redhat.com>  [0b6dcd1668c9e028808e6d5b6b6a3b9acd29a28d]

	drop dead code


2017-04-25  David Tardon  <dtardon@redhat.com>  [5445474673a15d343a91770bf3befd8b24c8f91e]

	replace boost::assign with C++11 code


2017-04-25  David Tardon  <dtardon@redhat.com>  [6657770ce1c86788cfd98a46bc32a0cd68a57c40]

	boost::unordered_map -> std::unordered_map

	This conversion would look better if the standard actually bothered to
	provide hash function for its container types...

2017-04-25  David Tardon  <dtardon@redhat.com>  [fbb9844ec0de727f3683f0f483821da2a125e44b]

	replace manual def. of int types by boost


2017-04-25  David Tardon  <dtardon@redhat.com>  [170b454c446ecd42caf860c69757eb30403c40b5]

	drop verbose debug


2017-04-25  David Tardon  <dtardon@redhat.com>  [cec6405d9f946482534cb7087611f32ec73a4104]

	boost::shared_ptr -> std::shared_ptr


2017-04-25  David Tardon  <dtardon@redhat.com>  [e911706502f426eba9111b7bf6e9c942f2e98011]

	use for-each loop


2017-04-25  David Tardon  <dtardon@redhat.com>  [4c17c5677886d6ac93bc9a3772987ca7c780c85e]

	drop unused boost headers from configure check


2017-04-25  David Tardon  <dtardon@redhat.com>  [97bb74c589fefbc65ec8462cad87c5ff425f2ec2]

	move check for __attribute__((format)) to configure


2017-04-25  David Tardon  <dtardon@redhat.com>  [9a56b66b65ff9d7434688618a6ba7c095c18adfb]

	switch to C++11


2017-04-25  David Tardon  <dtardon@redhat.com>  [5e146e1d1c6a0fb8807fc3e13397189f873a50a7]

	only ignore auto-updated files in m4


2016-07-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4ded0352c730b906db9a4dee8e52b7efa6272063]

	-Werror=unused-function


2015-12-27  David Tardon  <dtardon@redhat.com>  [2a25ba477bada25604cfc9855dbc2e151ae082b8]

	print debug output to stderr


2015-12-27  David Tardon  <dtardon@redhat.com>  [785a2452dcadd2ea6e27f3eadd29370715fe4a38]

	simplify dist. and inst. of headers


2015-03-12  David Tardon  <dtardon@redhat.com>  [28891005308793f507dd00c4c8c310817f9c7308]

	add make target for astyle


2015-03-12  David Tardon  <dtardon@redhat.com>  [d0f90f3f53ed3c42cf9db7b9e4b33dafda72e367]

	do not assert


2015-02-02  David Tardon  <dtardon@redhat.com>  [17f2b28d1e7961a3a60db9eeef0be83fe19c0705]

	remove bashism


2015-01-05  osnola  <alonso@loria.fr>  [10c72fd24b75684da4e068f4dd1704d05cef3200]

	Merge libepubgen_@EPUBGEN_MAJOR_VERSION@_@EPUBGEN_MINOR_VERSION@_la_LIBADD definitions :-)


2014-12-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1cf137ab0d86311290832a1f36cf3fca7ea859d9]

	Dist errors


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

	only export public symbols


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

	unused function


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

	add compile to .gitignore


2014-07-10  David Tardon  <dtardon@redhat.com>  [95aa4c92480ed9a684c3e129ed795e1ea7b1fa07]

	pass value by const ref


2014-07-08  David Tardon  <dtardon@redhat.com>  [54a037324e591629319b58c1daf5108bf61e688b]

	escaping should be done by the generator


2014-07-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5529501d1486fc3916f102384bb7fb869f0d5300]

	This will be escaped in writerperfect


2014-07-05  David Tardon  <dtardon@redhat.com>  [6f44b89f82afd1f15febff78a51a567698c76afd]

	add some TODO items


2014-07-05  David Tardon  <dtardon@redhat.com>  [e7543ba616d2a81231503c488730a8f5c68d6ac3]

	prepare for a release


2014-07-05  David Tardon  <dtardon@redhat.com>  [603a762c5da3d1fb145b31d71542907e2da2c01b]

	write README


2014-07-05  David Tardon  <dtardon@redhat.com>  [e1d79ee3bb8f031b5949788941bd86baed607c0c]

	improve documentation


2014-07-05  David Tardon  <dtardon@redhat.com>  [981630b5be9d31bcd1e51ae39f7e9957b6166c00]

	handle splitting to files on page break


2014-06-29  David Tardon  <dtardon@redhat.com>  [316be1caa89177da9bf8140005fb32c7b9dfbc7d]

	rename class to avoid confusion


2014-06-29  David Tardon  <dtardon@redhat.com>  [1d3bc8c8f7bfb1db0e3536f51019b8a4ed2cf646]

	use existing typedef


2014-06-29  David Tardon  <dtardon@redhat.com>  [98bcac802c14815fbe0fb904bf0819f0000ad7b4]

	drop unneeded include


2014-06-29  David Tardon  <dtardon@redhat.com>  [50c660a825691a030aca5d23490cd928cd550946]

	rename class; there will be no other HTML generators


2014-06-29  David Tardon  <dtardon@redhat.com>  [40d0dd866539e3af2e6342a086b16e7a46e15cdd]

	allow to register image handlers for all generators


2014-06-29  David Tardon  <dtardon@redhat.com>  [10a52e2386c4c60ea32e68812505aebd65a91806]

	add API for HTML splitting


2014-06-29  David Tardon  <dtardon@redhat.com>  [600f784d0df2b2bcc1c42b97b39018ab69c2d1fd]

	impl. ctors


2014-06-29  David Tardon  <dtardon@redhat.com>  [c000ce3ffcc2b2667098ec93259e5b37dca4060f]

	drop broken win32 project files


2014-06-29  David Tardon  <dtardon@redhat.com>  [77a7fe0868ce13ffcef8ef96754cb07770923c03]

	one-param. ctors should be explicit


2014-06-29  David Tardon  <dtardon@redhat.com>  [90087f3165859d7a2972e87890c5f06ff300bd8f]

	add support for embedded images and objects


2014-06-29  David Tardon  <dtardon@redhat.com>  [c4548090a5a0765e8c52582883c1f5491d43557a]

	handle text blocks of page-based interfaces


2014-06-29  David Tardon  <dtardon@redhat.com>  [f0ff01bdf92bea628b323740afb4d028d5b00aec]

	move handling of text size to the common class too


2014-06-29  David Tardon  <dtardon@redhat.com>  [c9fb74c86096667338fdccfb8a734b36a50c0ed7]

	provide common impl. for page-based generators


2014-06-29  David Tardon  <dtardon@redhat.com>  [433f72f4c7edbb824527921ca55977c5397487a1]

	distribute and install libepubgen-api.h


2014-06-29  David Tardon  <dtardon@redhat.com>  [2b5d3fa1fa01ac5a588c9163387b07ba111753df]

	put the common parts of EPUB creation to a class


2014-06-29  David Tardon  <dtardon@redhat.com>  [a85587b1a6a5f62b5403fc255fbcdfd793e735ac]

	add collecting class for page elements

	For future use.

2014-06-29  David Tardon  <dtardon@redhat.com>  [5bd80f1971ebe40312826139d5c47ca83d54fa51]

	rename class


2014-06-28  David Tardon  <dtardon@redhat.com>  [9daab5ce0acbb3af66b615203a25e7e7cb0d082c]

	group the functions by purpose


2014-06-28  David Tardon  <dtardon@redhat.com>  [36b775d40dd31b4a9ec3f27e74cbaffefc121525]

	output to text files is useful after all

	It can be used for writing SVG images.

2014-06-28  David Tardon  <dtardon@redhat.com>  [6b945868291fa3a287afdfe547949d873e809ac2]

	clean old cruft


2014-06-28  David Tardon  <dtardon@redhat.com>  [8a3573a288cecb750e796fee13e77aea0af6e472]

	add presentation generator (dummy impl. for now)


2014-06-28  David Tardon  <dtardon@redhat.com>  [bb3f5b28660f870f8ed5ba802be3c2cc39ba4652]

	add drawing generator (dummy impl. for now)


2014-06-23  David Tardon  <dtardon@redhat.com>  [01d0e4bc5df67a9afb1a69dace5f0676bf8e22db]

	bah, forgot to implement two functions


2014-06-22  David Tardon  <dtardon@redhat.com>  [5755f94d17fd2c3e087fb71a9a610395ac31ae14]

	split HTML content into smaller files


2014-06-22  David Tardon  <dtardon@redhat.com>  [79fd359b7115ff2f2f41c95bb9e202c1d0481188]

	there is no need to create text files in the package


2014-06-22  David Tardon  <dtardon@redhat.com>  [994d733a9847b8dd6acfbd933abc0c02bdd46757]

	struct -> class in forward decl


2014-06-22  David Tardon  <dtardon@redhat.com>  [a846255a2f48c739ea26c53044ae79ac3bfbc3b1]

	check for all used boost headers


2014-06-22  David Tardon  <dtardon@redhat.com>  [f711a7f348b8dc5c066377f4848b135f785f3603]

	keep CSS props in a map


2014-06-22  David Tardon  <dtardon@redhat.com>  [a4b6632c0cde956546a4cc45995dd5ae08e9eee7]

	add a separate interface functions for CSS files

	This will replace the text functions in near future, as CSS is the only
	text-based file that is needed.

2014-06-22  David Tardon  <dtardon@redhat.com>  [49094cf981efd53c953a4b68cb409ad34db6034b]

	write separate stylesheet file


2014-06-22  David Tardon  <dtardon@redhat.com>  [b2f632bc0e866a6e86d1d506388015bf0075938d]

	rename style generating classes


2014-06-21  David Tardon  <dtardon@redhat.com>  [6a0965e2517192b922e5078f3f1f0bf1cd5d587e]

	follow the recommendation from OCF 2.0.1


2014-06-21  David Tardon  <dtardon@redhat.com>  [a74584212e46b56d5487ab2ff2d1d21888079d87]

	reformat


2014-06-21  David Tardon  <dtardon@redhat.com>  [859074650571b4ca6a04ea1a1d93756c78450efa]

	start using path


2014-06-21  David Tardon  <dtardon@redhat.com>  [394452d1d6f430a4146ca3feb5a1959a868dfe32]

	add helper class for handling internal paths


2014-06-21  David Tardon  <dtardon@redhat.com>  [cc9146c8190b68481e0b4430a679add226882547]

	produce valid XHTML


2014-06-21  David Tardon  <dtardon@redhat.com>  [9dbc267e70a7c92715f688b910fe66f8429148eb]

	really insert images to the output


2014-06-19  David Tardon  <dtardon@redhat.com>  [f9fd161967a677c495a6a37f241864e31b45f1ca]

	coverity#12665 dereference null return value


2014-06-15  David Tardon  <dtardon@redhat.com>  [b1866629b945f87c889bc8da7b6f05eded361107]

	add support for images


2014-06-15  David Tardon  <dtardon@redhat.com>  [bba55bc5e493012f3cc7ce57b47f5157f951929b]

	handle manifest in a centralized way


2014-06-15  David Tardon  <dtardon@redhat.com>  [4e3442bd9bd23ec73d7dc180f21e236635e0cef7]

	simplify insertion of empty elements


2014-06-15  David Tardon  <dtardon@redhat.com>  [6fad06043d60467f828051a6b216b094a1b9bf90]

	simplify creation of elements without attributes


2014-06-15  David Tardon  <dtardon@redhat.com>  [557e491ad757c3451f5c9da62084946a6c014fcd]

	the typedef does not neet to be accessible from outside


2014-06-13  David Tardon  <dtardon@redhat.com>  [5d30cbc9b4840c652d2449bcd19daf670eab617e]

	produce conforming ePub 2.0


2014-06-13  David Tardon  <dtardon@redhat.com>  [4fea820c2e35271258b5057d0b4fad183691aa16]

	remove functions to better match purpose


2014-06-11  David Tardon  <dtardon@redhat.com>  [0b5e300ac4997820f5f934a22e8b9cf074d1ab90]

	write out ePub package


2014-06-11  David Tardon  <dtardon@redhat.com>  [6763280ecad73b08524fd396584fa09e5c409fa1]

	produce (nearly) valid XHTML


2014-06-08  David Tardon  <dtardon@redhat.com>  [13155daa10b1bb595463c030cddec3e90f3a3db1]

	copy HTML text generator from librevenge

	I would really rather use librevenge-generators, but the code will need
	some modifications. First thing, the generator produces HTML, not XHTML.
	Second, it only produces one output file, while I need any number of
	XHTML files and one CSS file. Last but not least, it drops images.

2014-06-08  David Tardon  <dtardon@redhat.com>  [607828da0035cb4db6ad18402700ae26cf26ef77]

	create a new project

