tidy-html5/src
Jim Derry 626375346d Adds message squelching (muting) to Tidy, avoiding the need to specify a new
option every time we might want to allow or disallow new output. Adds two new
options:
  - `squelch-id` (default **no**) will provide tags during Tidy's output that
    can be used to silence warnings. For example, `MISSING_ENDTAG_OPTIONAL`
    will be shown after warnings of that type. Then in the future, the user can
    use...
  - `squelch` (default NULL) takes a list of message identification tags.
    Messages of this tag type will then be muted from output.

This gives the user great control over hiding things that he or she doesn't care
about seeing. However, muted errors/warnings still count toward error summaries.

If we merge this, then TidyShowMetaChange and TidyWarnPropAttrs are candidates
for removal (using the deprecation mechanism Tidy now has, these will continue
to work, though).
2017-10-08 10:47:03 -04:00
..
access.c Wipe out dead code. We use git for a reason, so it's never really deleted. 2017-10-03 13:56:31 -04:00
access.h Removed option for SUPPORT_ACCESSIBILITY_CHECKS, regen'd strings. 2017-10-03 12:45:34 -04:00
alloc.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
attrapi.c Combined leftover attribute API stuff into single, new file. 2017-02-18 16:57:11 -05:00
attrdict.c Address #598 2017-09-29 15:30:43 -04:00
attrdict.h Issue #199 - Add support for html5's template tag 2015-04-10 15:50:07 -07:00
attrs.c Spacing consistency. 2017-10-08 10:25:09 -04:00
attrs.h Not sure how this got missed... 2017-10-03 14:46:29 -04:00
buffio.c Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
charsets.c Remove CVS info blocks 2012-08-08 17:27:29 +01:00
charsets.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
clean.c Wipe out dead code. We use git for a reason, so it's never really deleted. 2017-10-03 13:56:31 -04:00
clean.h Wipe out dead code. We use git for a reason, so it's never really deleted. 2017-10-03 13:56:31 -04:00
config.c Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
config.h Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
entities.c Wipe out dead code. We use git for a reason, so it's never really deleted. 2017-10-03 13:56:31 -04:00
entities.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
fileio.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
fileio.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
forward.h Massive Revamp of the Messaging System 2017-03-13 13:28:57 -04:00
gdoc.c Correctly process 'bookmarks' in html exported from Google Doc. 2017-04-19 14:47:27 -10:00
gdoc.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
istack.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
language.c Add Brazilian Portuguese translation 2017-09-19 15:38:49 -03:00
language.h SPRTF is now compatible with macOS and Linux, and most likely all supported 2017-10-03 22:31:55 -04:00
language_en.h Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
language_en_gb.h Removed option for SUPPORT_ACCESSIBILITY_CHECKS, regen'd strings. 2017-10-03 12:45:34 -04:00
language_es.h Removed option for SUPPORT_ACCESSIBILITY_CHECKS, regen'd strings. 2017-10-03 12:45:34 -04:00
language_es_mx.h Removed option for SUPPORT_ACCESSIBILITY_CHECKS, regen'd strings. 2017-10-03 12:45:34 -04:00
language_fr.h Merge branch 'next' into options_categories 2017-10-05 15:15:36 -04:00
language_pt_br.h Merge branch 'next' into options_categories 2017-10-05 15:15:36 -04:00
language_zh_cn.h Removed option for SUPPORT_ACCESSIBILITY_CHECKS, regen'd strings. 2017-10-03 12:45:34 -04:00
lexer.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
lexer.h Purged TIDY_STORE_ORIGINAL_TEXT. 2017-10-03 14:18:49 -04:00
mappedio.c Documentation formatting. 2017-10-03 15:30:21 -04:00
mappedio.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
message.c Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
message.h Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
messageobj.c Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
messageobj.h Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
parser.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
parser.h Address issue #476, which started out as a simple message update. 2017-09-24 18:15:40 -04:00
pprint.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
pprint.h Wipe out dead code. We use git for a reason, so it's never really deleted. 2017-10-03 13:56:31 -04:00
sprtf.c Standard Library file header; termporary notes for me. 2017-10-03 18:08:10 -04:00
sprtf.h SPRTF is now compatible with macOS and Linux, and most likely all supported 2017-10-03 22:31:55 -04:00
streamio.c TIDY_WIN32_MLANG_SUPPORT has been dead code for ages. Not tested, not maintained. 2017-10-03 14:24:01 -04:00
streamio.h Documentation formatting. 2017-10-03 15:30:21 -04:00
tagask.c Removed deprecated NodeIsElementName from API. 2017-02-18 16:33:21 -05:00
tags.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
tags.h ELEMENT_HASH_LOOKUP is no longer conditional, and is a permanent part of Tidy. 2017-10-03 14:04:32 -04:00
tidy-int.h Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
tidylib.c Adds message squelching (muting) to Tidy, avoiding the need to specify a new 2017-10-08 10:47:03 -04:00
tmbstr.c Wipe out dead code. We use git for a reason, so it's never really deleted. 2017-10-03 13:56:31 -04:00
tmbstr.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
utf8.c Wipe out dead code. We use git for a reason, so it's never really deleted. 2017-10-03 13:56:31 -04:00
utf8.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
version.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00