Commit Graph

77 Commits (935df35140d6731e2c44033ca75d0e0dafa04c71)

Author SHA1 Message Date
Michael Sweet 0d0850fffd Fix bug where comments/descriptions were text fragments instead of opaque 8 years ago
Michael Sweet bcfa6ef518 Update/fix documentation. 8 years ago
Michael Sweet 48c3c62521 Add mxmlElementAttrGetByIndex and mxmlElementAttrGetCount (Issue #185) 8 years ago
Michael Sweet c6bda8e144 Add markdown support for HTML/EPUB/DOCSET output (Issue #194) 8 years ago
Michael Sweet 8d99d72e4b Split out the docset generation code, like was done for epub, to simplify the 8 years ago
Michael Sweet 0381fdaf3c Normalize on passing "mode" instead of "xhtml" flag. 8 years ago
Michael Sweet 003eea7429 Clean up mxmldoc and refactor a bunch of the code. 8 years ago
Michael Sweet e824dc0f56 Fix validation issues (but still not opening in iBooks...) 8 years ago
Michael Sweet 2f1e57787d Save work - some more validation fixes. 8 years ago
Michael Sweet 6b1309a1bf Clean up documentation/HTML errors. 8 years ago
Michael Sweet 89a9742c0e Bump version to 2.11. 8 years ago
Michael R Sweet 5f74dc2124 mxmlWrite* used a recursive algorithm which could require large amounts of 8 years ago
Michael R Sweet 21f436f36c Fix loading of text values with MXML_NO_CALLBACK or MXML_TEXT_CALLBACK (Bug #502) 10 years ago
Michael R Sweet 6471e5ccd4 Fixed a memory leak when loading invalid XML (Bug #496) 11 years ago
Michael R Sweet ee923fa82c Make mxmlSet* work like mxmlGet*. 13 years ago
Michael R Sweet 3899cb0aa5 Fix some HTML and CSS validation issues. 14 years ago
Michael R Sweet aaefc5c07c Rename mxmlFindValue to mxmlFindPath. 14 years ago
Michael R Sweet a9012172c1 Implemment getters for all of mxml_node_t and mxml_index_t fields (STR #118) 14 years ago
Michael R Sweet 159e54f5d2 Add mxmlFindValue API (STR #110) 14 years ago
Michael R Sweet ccd0f5e225 Doco updates. 14 years ago
Michael R Sweet 2e9f4022bf Fix some typos and the clang target. 14 years ago
Michael R Sweet 83dc8f4932 Update web site versions. 14 years ago
Michael R Sweet 474d6da1b4 Fix mxmlEntityAddCallback and mxmlEntityRemoveCallback docos (STR #91) 16 years ago
Michael R Sweet fcdfa5a09d Fix two potential NULL dereferences caught by Clang. 16 years ago
Michael R Sweet 0dbf99da69 Update to HTML 4.01 doctype. 16 years ago
Michael R Sweet 4e75d3579f Fix Nodes.xml generation. 16 years ago
Michael R Sweet fd57e148c5 Fix docset generation. 16 years ago
Michael R Sweet 59e1bbbb7a Add support for generating Xcode documentation sets. 16 years ago
Michael R Sweet 62b697c229 Fix framed output. 16 years ago
Michael R Sweet d7fcf13ff8 Fix mxml.pc typo (STR #79) 17 years ago
Michael R Sweet 29ab62983c write_element() was writing to stdout. 17 years ago
Michael R Sweet fe77bb9f69 More style tweaking. 17 years ago
Michael R Sweet 3c890fa238 Scan intro file for headings, add to table-of-contents. 17 years ago
Michael R Sweet ee8df0fe52 Bump version to 2.5. 17 years ago
Michael R Sweet 1e2bbbc851 Save work on mxmldoc; add --css option, start of --framed, add discussion 17 years ago
Michael R Sweet 346be509a3 Update mxmldoc output to use a more modern format similar to Apple's 17 years ago
Michael R Sweet 237a4ad90e Fix output of function argument descriptions. 17 years ago
Michael R Sweet d6d842e60a Bump version to 2.4. 17 years ago
Michael R Sweet 30feac1369 Add mxml_isspace() local Unicode implementation of isspace() with inlining 17 years ago
Michael R Sweet 6fb1d1b5e5 Install chapter images. 18 years ago
Michael R Sweet bf73da6782 Save work on documentation. 18 years ago
Michael R Sweet 0f8052e766 Add mxmlNewXML() function and use it. 18 years ago
Michael R Sweet 6d33fb1163 Add mxmlElementSetAttrf function (STR #43) 18 years ago
Michael R Sweet c27692f2d0 Add the _CRT_SECURE_NO_DEPRECATE definition when building on VC++ 18 years ago
Michael R Sweet d5abcc44b3 Fix detection of bad elements. 18 years ago
Michael R Sweet 4636114c5b Really Mini-XML 2.3, update documentation. 18 years ago
Michael R Sweet cb7c6c2311 Add user_data and ref_count members to mxml_node_t structure. 18 years ago
Michael R Sweet 2e7bc89ddd Clean up stylesheet. 19 years ago
Michael R Sweet 4ddc06eeab Move comment info before text in headings. 19 years ago
Michael R Sweet defaeae1df Use "title" class to add underline to titles instead of HR element afterwards. 19 years ago