Michael Sweet
|
b79d3e0f07
|
Add support for SOURCE_DATE_EPOCH environment variable (Issue #193)
|
2017-04-23 12:49:40 -04:00 |
|
Michael Sweet
|
3700ebd2c3
|
Add libmxml1.dll target and support for mingw cross-compilation (Issue #188)
|
2017-04-23 12:21:38 -04:00 |
|
Michael Sweet
|
5b4a398c01
|
Remove obsolete TODO file.
|
2017-04-21 20:58:19 -04:00 |
|
Michael Sweet
|
f1f1703050
|
Update Markdown support.
|
2017-04-21 20:37:27 -04:00 |
|
Michael Sweet
|
b06830dc0d
|
Finalize Markdown support - man pages (Issue #194)
|
2017-04-11 23:02:21 -04:00 |
|
Michael Sweet
|
c6bda8e144
|
Add markdown support for HTML/EPUB/DOCSET output (Issue #194)
|
2017-04-11 15:37:38 -04:00 |
|
Michael Sweet
|
4e6310962b
|
Change how we embed the cover image so that more applications show it.
|
2017-04-08 18:42:30 -04:00 |
|
Michael Sweet
|
c9b78a862c
|
Update cover image.
|
2017-04-08 13:11:30 -04:00 |
|
Michael Sweet
|
1fba7887b7
|
Add cover image for manual.
Fix iTunesArtwork file in EPUB.
|
2017-04-08 13:07:30 -04:00 |
|
Michael Sweet
|
64d4526ee0
|
Add initial support for cover images.
Update ZIPC functions.
|
2017-04-07 16:46:56 -04:00 |
|
Michael Sweet
|
8d99d72e4b
|
Split out the docset generation code, like was done for epub, to simplify the
logic.
|
2017-04-07 12:18:50 -04:00 |
|
Michael Sweet
|
0381fdaf3c
|
Normalize on passing "mode" instead of "xhtml" flag.
Update generated documentation.
|
2017-04-07 12:01:21 -04:00 |
|
Michael Sweet
|
bba295b908
|
Sync up with zipc repo.
|
2017-04-07 12:00:28 -04:00 |
|
Michael Sweet
|
6f32f8b4fa
|
Update ZIP container writing to update the lengths and CRC-32 values of
streamed files.
|
2017-04-07 11:50:34 -04:00 |
|
Michael Sweet
|
ece51b6223
|
Include author and copyright in "standard" header.
|
2017-04-06 15:50:28 -04:00 |
|
Michael Sweet
|
6d824fd830
|
Ignore new filenames.
|
2017-04-06 15:10:18 -04:00 |
|
Michael Sweet
|
7e5d1a0875
|
Only use generic fonts.
|
2017-04-06 14:36:04 -04:00 |
|
Michael Sweet
|
003eea7429
|
Clean up mxmldoc and refactor a bunch of the code.
|
2017-04-06 14:25:19 -04:00 |
|
Michael Sweet
|
8b32ac7556
|
Finalize and document EPUB support (Issue #189)
Update footer for mxml(3) man page.
Update header for mxmldoc.xsd file.
|
2017-04-06 09:15:35 -04:00 |
|
Michael Sweet
|
e6146472e6
|
Make EPUB generation conditional on the presence of ZLIB (again).
|
2017-04-05 09:47:24 -04:00 |
|
Michael Sweet
|
4d322880f4
|
Update ZIP container code, now things are working...
|
2017-04-04 23:32:11 -04:00 |
|
Michael Sweet
|
7c2551e996
|
Switch to using hand-rolled ZIP container "library" for EPUB files.
|
2017-04-04 16:16:17 -04:00 |
|
Michael Sweet
|
7f1beff016
|
Fix conditional handling of EPUB support.
|
2017-04-01 21:23:26 -04:00 |
|
Michael Sweet
|
d035af36e8
|
Fix extra > in table-of-contents.
|
2017-04-01 21:20:45 -04:00 |
|
Michael Sweet
|
e824dc0f56
|
Fix validation issues (but still not opening in iBooks...)
|
2017-04-01 20:49:18 -04:00 |
|
Michael Sweet
|
2f1e57787d
|
Save work - some more validation fixes.
|
2017-03-31 22:46:05 -04:00 |
|
Michael Sweet
|
8abc6bbebf
|
Save work - building real EPUB container, most of the validation issues are now
fixed.
|
2017-03-31 17:41:32 -04:00 |
|
Michael Sweet
|
36193beec1
|
Add first part of EPUB output code - XHTML content.
|
2017-03-31 13:38:20 -04:00 |
|
Michael Sweet
|
24c7481d65
|
Add EPUB target, libarchive tests.
|
2017-03-31 13:38:06 -04:00 |
|
Michael Sweet
|
6b1309a1bf
|
Clean up documentation/HTML errors.
|
2017-03-31 13:37:26 -04:00 |
|
Michael Sweet
|
923dc965b9
|
CDATA nodes now omit the trailing "]]" for convenience (Issue #170)
|
2017-03-29 21:42:30 -04:00 |
|
Michael R Sweet
|
4813db0209
|
Fix builds on Windows.
|
2017-03-29 20:20:00 -04:00 |
|
Michael R Sweet
|
ec1122a0d2
|
Upgrade VS project files.
|
2017-03-29 20:09:17 -04:00 |
|
Michael Sweet
|
4f00c46a3a
|
Sync up Visual Studio config.h with TOT.
|
2017-03-29 20:08:15 -04:00 |
|
Michael Sweet
|
876e6a9ac8
|
mxmlElementSetAttrf did not work with some versions of Visual Studio
(Issue #184)
|
2017-03-29 20:03:46 -04:00 |
|
Michael Sweet
|
6827e84f17
|
Changelog.
|
2017-03-29 19:12:41 -04:00 |
|
Michael Sweet
|
26a33621ca
|
Add some debug hooks to check for memory leaks, etc.
|
2017-03-29 19:10:59 -04:00 |
|
Michael Sweet
|
6ac1fb23f4
|
Use vasprintf when available.
Use strlcpy when available.
Add xcode project.
|
2017-03-29 19:04:41 -04:00 |
|
Michael Sweet
|
1272c3dfdb
|
Fix memory leak for mxmlDelete (Issue #183)
|
2017-03-29 18:18:22 -04:00 |
|
Michael Sweet
|
8c6a46e4f6
|
Don't strip installed binaries, as cross-compiling won't use the right strip
command... (Issue #188)
|
2017-03-29 17:10:10 -04:00 |
|
Michael Sweet
|
be9a76ffdb
|
More changes for cross compilation support (Issue #188)
|
2017-03-29 15:53:52 -04:00 |
|
Michael Sweet
|
150195f8e1
|
Fix cross-compilation so that we don't run locally-built targets when cross-
compiling.
|
2017-03-29 11:23:29 -04:00 |
|
Michael Sweet
|
2b94fdd0dd
|
Add (limited) cross-compilation support (Issue #188)
|
2017-03-29 11:02:47 -04:00 |
|
Michael Sweet
|
8f4d870657
|
Remove old web site files.
|
2017-03-29 10:38:33 -04:00 |
|
Michael Sweet
|
37a03874c9
|
Sync up other documentation changes.
|
2017-03-22 16:56:38 -04:00 |
|
Michael Sweet
|
97a9edbf30
|
More tweaks.
|
2017-03-22 16:50:22 -04:00 |
|
Michael Sweet
|
44fb9e4fce
|
Update RPM spec file.
|
2017-03-22 16:46:54 -04:00 |
|
Michael Sweet
|
39065168d4
|
Update README and CHANGES to markdown.
|
2017-03-22 15:23:27 -04:00 |
|
Michael Sweet
|
89a9742c0e
|
Bump version to 2.11.
Update copyrights and web site addresses.
New logo image following msweet.org template.
|
2017-03-22 14:51:16 -04:00 |
|
Michael R Sweet
|
29375e0721
|
More cleanup.
|
2016-06-13 01:09:28 +00:00 |
|