Commit Graph

173 Commits

Author SHA1 Message Date
Michael Sweet
38a8547c78 Add 160px image. 2017-10-26 19:53:47 -04:00
Michael R Sweet
78f0221c04 Fix missing HAVE_STRLCAT define in config.h. 2017-07-07 10:55:26 -04:00
Michael R Sweet
6f51c8ece5 Fix compile issues on Linux (Issue #200) 2017-06-27 13:06:25 -04:00
Michael Sweet
3836e126a8 Tweak list table style. 2017-06-09 12:18:02 -04:00
Michael Sweet
bd9d279686 Fix some more parsing issues with void functions - was keeping static void
functions...
2017-06-08 11:30:17 -04:00
Michael Sweet
1c135e96cc Fix more parsing bugs for void functions/methods. 2017-06-08 10:27:10 -04:00
Michael Sweet
888fd3f169 Fix some comment parsing strangeness and tweak the presentation of functions
and constants to be more compact.
2017-06-08 09:42:00 -04:00
Michael Sweet
3b4fe17065 Support @exclude ...@ for constants, too. 2017-06-07 16:16:25 -04:00
Michael Sweet
e703ef3d25 Fix header parsing bug. 2017-06-06 14:15:01 -04:00
Michael Sweet
d848f8278b Fix some more parsing issues with static functions. 2017-05-31 22:18:49 -04:00
Michael Sweet
dc87d4ad50 Add @exclude format@ directive. 2017-05-31 10:10:58 -04:00
Michael Sweet
20a4221607 Regenerate configure script. 2017-05-09 08:02:39 -04:00
Michael Sweet
8bdacd119d Update markdown anchors to use "title-of-heading" format. 2017-05-02 09:06:55 -04:00
Michael Sweet
3bb60cc92b Add some more style information. 2017-05-01 08:45:04 -04:00
Michael Sweet
935df35140 Sync up with MMD upstream. 2017-05-01 08:40:24 -04:00
Michael Sweet
5771dbbaf3 Add documentation/usage for --coverimage. 2017-04-30 09:23:09 -04:00
Michael Sweet
fa1336ddee Fix write_description to always write close tag. 2017-04-30 01:27:37 -04:00
Michael Sweet
0d0850fffd Fix bug where comments/descriptions were text fragments instead of opaque
strings.
2017-04-24 10:56:19 -04:00
Michael Sweet
bcfa6ef518 Update/fix documentation.
Add mxmlNewOpaquef and mxmlSetOpaquef functions.

Fix discussion writing code to look for opaque strings.

Fix dependencies for documentation generation.
2017-04-24 10:42:03 -04:00
Michael Sweet
48c3c62521 Add mxmlElementAttrGetByIndex and mxmlElementAttrGetCount (Issue #185) 2017-04-23 13:12:39 -04:00
Michael Sweet
b79d3e0f07 Add support for SOURCE_DATE_EPOCH environment variable (Issue #193) 2017-04-23 12:49:40 -04:00
Michael Sweet
f1f1703050 Update Markdown support. 2017-04-21 20:37:27 -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
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
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
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
7c2551e996 Switch to using hand-rolled ZIP container "library" for EPUB files. 2017-04-04 16:16:17 -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
6b1309a1bf Clean up documentation/HTML errors. 2017-03-31 13:37:26 -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
37a03874c9 Sync up other documentation changes. 2017-03-22 16:56:38 -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
aa94383125 Prep for 2.10 release. 2016-06-13 01:02:37 +00:00
Michael R Sweet
5f74dc2124 mxmlWrite* used a recursive algorithm which could require large amounts of
stack space depending on the file (Bug #549, CVE-2016-4571)
2016-06-12 21:12:11 +00:00
Michael R Sweet
0cc2394ff5 Mini-XML 2.9 release. 2014-10-19 17:29:07 +00:00
Michael R Sweet
21f436f36c Fix loading of text values with MXML_NO_CALLBACK or MXML_TEXT_CALLBACK (Bug #502)
Update unit test program to validate fix and cleanup output so that we can get
proper error messages.
2014-10-19 17:21:48 +00:00
Michael R Sweet
abcdb3d108 Final changes for 2.8 release. 2014-01-05 03:31:29 +00:00
Michael R Sweet
f760c840ff Fixed an XML fragment loading problem (Bug #494) 2014-01-05 03:28:03 +00:00
Michael R Sweet
6471e5ccd4 Fixed a memory leak when loading invalid XML (Bug #496) 2014-01-05 03:21:00 +00:00
Michael R Sweet
ce2c97135f More updates for v2.8. 2014-01-05 03:12:18 +00:00
Michael R Sweet
5e785816aa Prep for Mini-XML v2.7 release. 2011-12-21 07:48:59 +00:00
Michael R Sweet
ee923fa82c Make mxmlSet* work like mxmlGet*. 2011-12-09 23:49:00 +00:00
Michael R Sweet
89545886f4 Changelogs. 2011-01-14 18:39:12 +00:00
Michael R Sweet
3899cb0aa5 Fix some HTML and CSS validation issues. 2011-01-14 18:36:09 +00:00