2024-07-06 11:05 | improve memory usage and allocation | Hiltjo Posthuma | 1 | +7 | -5 |
2024-06-29 16:29 | improve parsing whitespace after end tag names | Hiltjo Posthuma | 1 | +2 | -0 |
2024-05-23 18:20 | fix possible regression: set tag defaults also | Hiltjo Posthuma | 1 | +2 | -0 |
2024-05-22 17:12 | fix a crash when tag could be uninitialized and not set to a fixed buffer tagname | Hiltjo Posthuma | 1 | +7 | -5 |
2024-05-22 16:47 | xmltagend: fix checking the correct tag for the node | Hiltjo Posthuma | 1 | +1 | -1 |
2024-05-22 16:46 | reduce stack size a bit | Hiltjo Posthuma | 1 | +1 | -1 |
2024-05-22 16:45 | bump LICENSE | Hiltjo Posthuma | 2 | +4 | -3 |
2024-04-27 01:28 | webdump.1: fix copypasted flag description | Lucas de Sena | 1 | +1 | -1 |
2023-10-15 11:47 | README: expand README | Hiltjo Posthuma | 1 | +39 | -3 |
2023-10-06 09:57 | webdump.1: improve man page | Hiltjo Posthuma | 1 | +3 | -1 |
2023-09-27 16:53 | contextual line-wrapping, disabled for now | Hiltjo Posthuma | 1 | +27 | -2 |
2023-09-27 16:53 | show "[IMG]" as a placeholder if alt text is empty | Hiltjo Posthuma | 1 | +4 | -0 |
2023-09-22 12:21 | declare a few functions as static | Hiltjo Posthuma | 2 | +13 | -14 |
2023-09-21 21:13 | hide data in <svg> tag | Hiltjo Posthuma | 1 | +4 | -3 |
2023-09-20 16:51 | for the class and id attribute use the first value set | Hiltjo Posthuma | 1 | +22 | -13 |
2023-09-19 18:05 | cleanup code a bit and add some comments | Hiltjo Posthuma | 1 | +62 | -67 |
2023-09-19 18:04 | strip down tree.h remove unused code and unused macros | Hiltjo Posthuma | 1 | +1 | -267 |
2023-09-18 17:08 | sync some small XML parser fixes | Hiltjo Posthuma | 2 | +5 | -5 |
2023-09-18 17:06 | various improvements | Hiltjo Posthuma | 3 | +597 | -65 |
2023-09-14 20:31 | various improvements | Hiltjo Posthuma | 2 | +245 | -188 |
2023-09-13 18:41 | whoops, check in some related changes from previous commits | Hiltjo Posthuma | 1 | +8 | -5 |
2023-09-13 18:40 | set DisplaySelectMulti for <select> with multiple attribute | Hiltjo Posthuma | 1 | +3 | -0 |
2023-09-13 18:39 | if the <input type="submit|reset"> has no value, use a default one | Hiltjo Posthuma | 1 | +5 | -3 |
2023-09-13 18:38 | fixed nested <dl> | Hiltjo Posthuma | 1 | +3 | -3 |
2023-09-13 18:38 | with the -i and -a option highlight links in ANSI reverse | Hiltjo Posthuma | 1 | +14 | -3 |
2023-09-13 18:37 | initial support for <select> <option> | Hiltjo Posthuma | 1 | +27 | -0 |
2023-09-13 18:36 | support <object data> attribute as a link reference | Hiltjo Posthuma | 1 | +11 | -2 |
2023-09-13 18:35 | add support for more tags and change the markup and display block-type of some | Hiltjo Posthuma | 1 | +35 | -18 |
2023-09-12 18:02 | add option for unique link references (-d) | Hiltjo Posthuma | 2 | +67 | -27 |
2023-09-12 18:01 | do not reset ncells or nbytesline if no newline was emitted | Hiltjo Posthuma | 1 | +4 | -4 |
2023-09-12 18:00 | reduce excessive ANSI markup codes using -a | Hiltjo Posthuma | 1 | +16 | -8 |
2023-09-12 17:59 | clamp indent count to increment to >= 0 just in case | Hiltjo Posthuma | 1 | +2 | -0 |
2023-09-12 17:58 | add more block-like tags | Hiltjo Posthuma | 1 | +3 | -0 |
2023-09-11 17:10 | fix typo | Hiltjo Posthuma | 1 | +1 | -1 |
2023-09-11 17:03 | optional tag handling improvements | Hiltjo Posthuma | 1 | +78 | -27 |
2023-09-11 17:01 | hputchar: fix flag to reset hadnewline and improve comments | Hiltjo Posthuma | 1 | +3 | -1 |
2023-09-11 17:00 | micro optimation for counters on indent() | Hiltjo Posthuma | 1 | +6 | -5 |
2023-09-11 16:59 | handle <form> as block element with margin bottom 0 | Hiltjo Posthuma | 1 | +1 | -0 |
2023-09-11 16:58 | fix leading white-space in <pre> | Hiltjo Posthuma | 1 | +4 | -4 |
2023-09-08 20:34 | just translate all entities | Hiltjo Posthuma | 4 | +1976 | -2038 |
2023-09-08 13:46 | do not define a non-const in this way | Hiltjo Posthuma | 1 | +9 | -8 |
2023-09-08 13:43 | handpick and add named entity to the shorter named entities list | Hiltjo Posthuma | 1 | +1 | -0 |
2023-09-08 13:42 | update mailcap example and add it to the man page as well | Hiltjo Posthuma | 2 | +11 | -7 |
2023-09-08 13:33 | small optimization: use the new DisplayType DisplayInput | Hiltjo Posthuma | 1 | +1 | -3 |
2023-09-08 13:05 | improve forms a bit | Hiltjo Posthuma | 1 | +44 | -20 |
2023-09-08 11:09 | improve base URL and <base href /> handling | Hiltjo Posthuma | 2 | +17 | -14 |
2023-09-08 09:29 | flush after writing the URL inline | Hiltjo Posthuma | 1 | +2 | -1 |
2023-09-08 09:25 | improve link references, add option to show full URL inline | Hiltjo Posthuma | 2 | +53 | -42 |
2023-09-08 09:07 | selector syntax: document it and add feature to filter on a specific nth node | Hiltjo Posthuma | 2 | +63 | -8 |
2023-09-08 08:31 | add figure and figcaption: improve display of it | Hiltjo Posthuma | 1 | +2 | -0 |
2023-09-07 16:35 | reduce some newlines before the link references | Hiltjo Posthuma | 1 | +4 | -4 |
2023-09-07 16:33 | improve documentation | Hiltjo Posthuma | 2 | +14 | -17 |
2023-09-07 16:25 | initial repo | Hiltjo Posthuma | 12 | +5129 | -0 |