Commit graph

  • 2ad675556d Merge pull request #517 from htacg/issue-333 Jim Derry 2017-03-31 13:35:41 -0400
  • dfad372af0 Merge branch 'issue-333' of github.com:htacg/tidy-html5 into issue-333 Geoff McLane 2017-03-26 16:57:47 +0200
  • 22dcea067e Issue #335, maybe #333, to output indent char, reduce if tab Geoff McLane 2017-03-20 18:40:59 +0100
  • 5f88452487 Issue #333 - create exception for span/meta Geoff McLane 2017-03-20 16:54:50 +0100
  • 17354ff927 Issue #515 #516 - Bump to 5.5.12 for this change Geoff McLane 2017-03-24 15:26:09 +0100
  • fe3efcd035 Merge pull request #516 from htacg/cpack-test Geoff McLane 2017-03-24 15:21:17 +0100
  • d3e8cf3901 Make LICENSE.txt equivalent to LICENSE.md Geoff McLane 2017-03-24 15:19:07 +0100
  • 04f536ec5c Merge branch 'cpack-test' of github.com:htacg/tidy-html5 into cpack-test Geoff McLane 2017-03-23 15:19:06 +0100
  • 03e96e36d4 Since CPack can miss some system DLLs, make option ADD_SYSTEM_RUNTIMES, def OFF Geoff McLane 2017-03-23 15:13:28 +0100
  • 29f106b483 Use one compatible license file for all Geoff McLane 2017-03-23 15:05:05 +0100
  • 525fe9c134 Issue #515 - Add option to use MSVC statis runtime /MT Geoff McLane 2017-03-23 14:53:44 +0100
  • ba073a2882 Issue #515 - Add system DLLs to installers Geoff McLane 2017-03-22 04:11:32 +0100
  • 6b0dd4131a add LICENSE.txt for WIN32 bin package Geoff McLane 2017-03-22 04:10:13 +0100
  • 22bc8da583 Since CPack can miss some system DLLs, make option ADD_SYSTEM_RUNTIMES, def OFF Geoff McLane 2017-03-23 15:13:28 +0100
  • 25f51604d0 Use one compatible license file for all Geoff McLane 2017-03-23 15:05:05 +0100
  • 5416bfb8ae Issue #515 - Add option to use MSVC statis runtime /MT Geoff McLane 2017-03-23 14:53:44 +0100
  • 1a66455052 Bumped to 5.5.11 for small API change. Jim Derry 2017-03-22 16:14:17 -0400
  • 5f05add439 Continue the documentation effort! - Many, many updates to the public header files. - tidyenum.h was reorganized substantially in order to better generate documentation with Doxygen. - This was also a good time to clean up all of the various enums for languages and strings. Everything is simple and in a single enum now, other than a couple of cases (TidyOptionId, for example, doesn't need to be redefined). - A full and complete audit of the strings meant some opportunities to delete useless strings. - Reorganized the order of the strings in language_en.h in order to better find things when programmers want to make changes. There are a lot fewer internal "sections" now, and everything has been painstakingly sorted within the remaining sections. - Consequently rebased all of the PO's, POT, and other language files. - Updated several of the READMEs with the newest information. - Made the READMEs easier to copy into the Doxygen project by changing some of the code format for compatibility, mainly the use of tildes instead of backslashes for code blocks. - Added tidyGetMessageCode() to message API. Despite the huge diff, this is the only externally-visible change, other than removing some enums (but not their values!). - Passing next tests on Mac, Linux, Win10. Jim Derry 2017-03-20 21:07:53 -0400
  • ce7b5cd55e Issue #515 - Add system DLLs to installers Geoff McLane 2017-03-22 04:11:32 +0100
  • 187545771b add LICENSE.txt for WIN32 bin package Geoff McLane 2017-03-22 04:10:13 +0100
  • 8de67cf4d6 Some improvement to 'build-bins.bat' - no bump Geoff McLane 2017-03-22 02:45:43 +0100
  • bbb37b6354 Issue #335, maybe #333, to output indent char, reduce if tab Geoff McLane 2017-03-20 18:40:59 +0100
  • be5e80f5a7 Bump to 5.5.10 for small API change. Jim Derry 2017-03-20 12:22:45 -0400
  • 929575afb4 Picklist enums should all start at zero for external LibTidy user compatibility. Restore the new custom-tags enum to this state, and add separate string keys. Updated PO's to reflect; no change to headers. Jim Derry 2017-03-20 12:20:51 -0400
  • b9d1e1f037 Issue #333 - create exception for span/meta Geoff McLane 2017-03-20 16:54:50 +0100
  • 0be7ed8e33 Removed TODO comment; no version bump. Jim Derry 2017-03-19 16:39:13 -0400
  • 3b9fd6bd5e Bumped version to 5.5.9 to reflect latest commit. Jim Derry 2017-03-19 15:44:18 -0400
  • a4f752f274 Implement TODO: - tidyDetectedHtmlVersion() - tidyDetectedXhtml() - added two new fields to W3C_Doctypes[] in order to simplify this. - added TY_(HTMLVersionNumberFromCode)() to enable lookup. - Implement tidyDetectedGenericXml() - Added a warning message if an XML declaration exists but the document is not XHTML. - Remove dead commented code. - Updated POs and POT. Headers not affected, but translators should check their translations. - Testing is clean on Mac OS X, Ubuntu 16.04, and Windows 10. Jim Derry 2017-03-19 15:41:51 -0400
  • 068e6bf42a Bumped to 5.5.8 because two new methods added during documentation updates. Jim Derry 2017-03-19 09:53:16 -0400
  • 13122e8862 Added tidyErrorCodeFromKey() Added tidyGetMessageDoc() Improved the Public API documentation. Jim Derry 2017-03-16 16:46:01 -0400
  • 1dbacc9c43 Bumped to 5.5.7 to support custom tags. Jim Derry 2017-03-19 08:09:43 -0400
  • b3d6dc3d8a Merge pull request #514 from htacg/custom_tags Jim Derry 2017-03-19 08:08:58 -0400
  • c8f366b76e Issue #119 - Remove 3 newline chars, that crept in... Geoff McLane 2017-03-18 18:52:48 +0100
  • 89e4a0215a Fixed the enum, which has TidyCustomTags and TidyUseCustomTags documented backwards. Jim Derry 2017-03-18 11:20:56 -0400
  • 73f68e2b2a Issue #119 - remove old debug code Geoff McLane 2017-03-17 18:02:11 +0100
  • da55a6e4ac Removed unused declaration. Jim Derry 2017-03-16 08:00:05 -0400
  • 0c5550b06f I think the messages are where I want them to be. Will generate test cases for comparison. Also regen'd all pots and language headers. Jim Derry 2017-03-15 17:36:05 -0400
  • 61692401ce Issue #119 - be able to set RC number during lib build Geoff McLane 2017-03-15 19:57:47 +0100
  • 5606f32f13 WIP; messaging much more logical, except @todo noted. Jim Derry 2017-03-14 21:50:10 -0400
  • 66ade9def4 Still noisy, but adds HTML5 dependent output message upon detection. Jim Derry 2017-03-14 16:27:11 -0400
  • ed5a1d84ea Add TY_(nodeIsAutonomousCustomTag), so we can use it elsewhere. Jim Derry 2017-03-14 15:44:46 -0400
  • 8273491e16 Change allowed values for custom-tags, and make y equal to inline. Jim Derry 2017-03-14 15:16:11 -0400
  • 66de84bc2b - Add support for the is attribute. - Add support for autonomous custom elements. Jim Derry 2017-03-13 13:45:32 -0400
  • 96bb67045f Bump to 5.5.6 for messages system update. Jim Derry 2017-03-13 13:31:35 -0400
  • 11178d775b Massive Revamp of the Messaging System Jim Derry 2017-03-13 13:28:57 -0400
  • 4dc8a2cf9a Bump version to 5.5.5 for this fiasco, and fix poor planning and unfortunate merge. - Sort all of the existing options and re-indent per Tidy standards. This is simply for cosmetic effect. - Allow the iterator to return all options again, even "internal" options. Things are too embedded with N_TIDY_OPTIONS, etc., to try to hide them. - Instead, simply add documentation to LibTidy users that they shouldn't use internal options. - Also added TidyInternalCategory to TidyConfigCategory without adding a new field to the struct. API users should check for this category before use. - Defined a two character macro for TidyInternalCategory for use in option_defs[]. - Changed struct option_defs[] to reflect the new category for affected options. - Removed string indicating * refers to internal options, since it no longer applies. - Regen'd all strings for previous point. - tidy.c now checks for TidyInternalCategory everywhere in order to suppress output. Jim Derry 2017-03-10 08:24:23 -0500
  • 81b8ec0c90 Provide hot fix for stupid iterator errors. Jim Derry 2017-03-09 19:58:43 -0500
  • ac242e9ea4 hotfix Jim Derry 2017-03-09 16:04:03 -0500
  • f88328b893 hotfix Jim Derry 2017-03-09 16:04:03 -0500
  • b0bd27e9c1 Bump to 5.5.4 Jim Derry 2017-03-09 13:01:39 -0500
  • cca276673c Merge branch 'issue_472' into next Jim Derry 2017-03-09 13:00:37 -0500
  • e27cc262fe Bring the local vars into the context, which is allowed in C89. Jim Derry 2017-03-09 12:44:48 -0500
  • f9f908b70a Addresses #492. Jim Derry 2017-03-08 16:53:59 -0500
  • 005127c733 Address issue #472. Jim Derry 2017-03-08 10:29:41 -0500
  • b047e32a18 Bump to 5.5.3. Jim Derry 2017-03-07 20:18:06 -0500
  • 978756a482 Restore the previous status of gnu-emacs-file Jim Derry 2017-03-07 20:11:31 -0500
  • 1ebae18c9a Bump to 5.5.2 Jim Derry 2017-03-06 17:09:33 -0500
  • 50ff29af54 Applied fix to eqconfig as well, which solves the man page generation issue. Jim Derry 2017-03-06 17:08:32 -0500
  • 0572072148 Make sure that -xml-help uses localized names instead of format specifiers. Jim Derry 2017-03-06 12:12:39 -0500
  • b5885dee46 Bump to version 5.5.1. Jim Derry 2017-03-06 07:07:40 -0500
  • f3e3e1708b Merge branch 'clean_deprecations' into next Jim Derry 2017-03-06 07:06:28 -0500
  • 906f2e7f49 ignore msvc140 *.VC.db Geoff McLane 2017-03-05 16:27:19 +0100
  • 03f0192f51 How did this get back in there??? Jim Derry 2017-03-04 15:31:25 -0500
  • 432f43dd2f Corrected description of pointer operator-macro order. Jim Derry 2017-03-03 07:17:28 -0500
  • 74a4fa4049 Merge branch 'next' into clean_deprecations Jim Derry 2017-03-02 11:40:14 -0500
  • ab183b8ae5 Merge pull request #503 from htacg/messages_squashed Jim Derry 2017-03-02 09:39:19 -0500
  • 3be515b1f9 Merge branch 'next' into messages_squashed Jim Derry 2017-03-02 09:34:58 -0500
  • 92621d6f99 MSVC Compatibility - Changed location of pointer operator in declarations. - Updated CODESTYLE.md to reflect this. - Updated API_AND_NAMESPACE.md to reflect this. Jim Derry 2017-03-02 09:32:02 -0500
  • 3e23225288 version.txt - Bump to 5.5.0 in next Geoff McLane 2017-03-01 15:33:22 +0100
  • 0016e00835 Update verhist.log to 5.4.0 release 5.4.0 Geoff McLane 2017-03-01 15:06:30 +0100
  • 17b33753ae version.txt - Update to 5.4.0 release Geoff McLane 2017-03-01 15:04:22 +0100
  • c39b1cb423 Issue #498 - Bump to 5.3.21 for merge #502 Geoff McLane 2017-03-01 14:51:53 +0100
  • 323ddacf5d Merge pull request #502 from htacg/issue-498 Geoff McLane 2017-03-01 14:47:40 +0100
  • 6574225f14 Merge pull request #500 from htacg/readme_540 Geoff McLane 2017-03-01 14:36:59 +0100
  • bb2cb26372 Update README documents with information for the upcoming 5.4.0 release. Jim Derry 2017-02-24 11:58:30 -0500
  • a49890ee55 Issue #498 - parser.c - if a <table> in a <table> just close. Geoff McLane 2017-02-24 16:19:58 +0100
  • d07134140a Issue #497 - version.txt - Bump to 5.3.20 for this fix Geoff McLane 2017-02-24 14:39:46 +0100
  • c4b5904e1c Issue #497 - lexer.c - Add comment for this PR @seaburg Geoff McLane 2017-02-24 14:38:20 +0100
  • e44f4d1469 Merge pull request #497 from seaburg/fix_value_trimming Geoff McLane 2017-02-24 14:30:39 +0100
  • 13c92bce38 Issue #468 - version.txt - Bump to 5.3.19 for this fix Geoff McLane 2017-02-23 16:29:44 +0100
  • 27fe0548b9 Issue #468 - config.c - use RAW encoding for all cases Geoff McLane 2017-02-23 16:28:19 +0100
  • b97b2f0d45 Issue #329 - version.txt - bump to 5.3.18 for this fix Geoff McLane 2017-02-23 15:28:40 +0100
  • 569ae4b435 Issue #329 - lexer.c - do not discard this newline here Geoff McLane 2017-02-23 15:27:03 +0100
  • bb1d62d3bd Fix leading white spaces trimming Evgeniy Yurtaev 2017-02-22 14:09:11 +0300
  • c54c10f857 - Removed deprecated options: - TidySlideStyle - TidyBurstSlides Jim Derry 2017-02-18 18:14:51 -0500
  • edc548095c Removed language as tidy config option; it is only CLI option. Jim Derry 2017-02-18 17:16:35 -0500
  • cbb8354f74 Combined leftover attribute API stuff into single, new file. Jim Derry 2017-02-18 16:56:31 -0500
  • f6ce4d130e Removed deprecated tidyAttrGetSOMETHING from API. Jim Derry 2017-02-18 16:46:20 -0500
  • 13c6387f47 Removed deprecated AttributeIsSOMETHING from API. Jim Derry 2017-02-18 16:43:47 -0500
  • a16f36ce53 Removed deprecated NodeIsElementName from API. Jim Derry 2017-02-18 16:33:21 -0500
  • 81d2d26883 Added a new README/API_AND_NAMESPACE.md, which might help and encourage new developers to add new functionality to Tidy. Jim Derry 2017-02-17 19:23:26 -0500
  • 165acc4f3e Several foundational changes preparing for release of 5.4 and future 5.5: Jim Derry 2017-02-13 14:29:47 -0500
  • 0bd6ba30b4 Merge branch 'tidy_version' Jim Derry 2017-02-13 08:49:33 -0500
  • e1f066fe14 Merge branch 'empretty_script' Jim Derry 2017-02-13 08:49:13 -0500
  • b7c84b1b57 Merge branch 'surrogates' Jim Derry 2017-02-13 08:49:06 -0500
  • 73bf561645 Bump version to 5.3.16 for SPRTF fixes Geoff McLane 2017-02-12 17:40:48 +0100
  • ea49ca0b1d Fix license for SPRTF modules. Geoff McLane 2017-02-12 17:37:14 +0100
  • 23c4686b0f Merge branch 'surrogates' of github.com:htacg/tidy-html5 into surrogates Geoff McLane 2017-02-11 18:34:38 +0100
  • 7f73d4f429 Issue #483 - Add ReportSurrogateError() service and connect. Geoff McLane 2017-02-11 18:33:45 +0100
  • 45a6062b4a VERSION.md cleanup. Jim Derry 2017-02-10 14:21:24 -0500