Commit Graph

211 Commits

Author SHA1 Message Date
Adam D. Ruppe f1a259ecac more stuff im too lazy to figure out details 2025-03-29 21:05:17 -04:00
Adam D. Ruppe 2a065c3a27 dom stream enhancements 2025-02-22 11:08:24 -05:00
Adam D. Ruppe ea09f6530a just for with expressions 2025-02-08 15:46:18 -05:00
Adam D. Ruppe ae07910adb support all elements 2024-10-24 18:01:27 -04:00
Adam D. Ruppe 161d733196 some css fixes 2024-09-24 09:18:33 -04:00
Adam D. Ruppe 156e02bee9 more html parsing woes 2024-09-15 08:38:21 -04:00
Adam D. Ruppe 6e4e2966ca some browser jam stuff 2024-09-13 22:02:07 -04:00
Adam D. Ruppe 21c8eb6cbd handle some other non-nestable html tags too 2024-09-13 15:18:22 -04:00
Adam D. Ruppe 4f2b94e790 omg use after free bug was there 2024-09-09 21:58:13 -04:00
Adam D. Ruppe cdeca0a686 preserve order of attributes with new wrapper - has breaking changes 2024-08-27 10:19:12 -04:00
Adam D. Ruppe 958cfbea74 excise std.uri for compile speed 2024-06-10 15:22:49 -04:00
Adam D. Ruppe b0ac9c7e88 body hasnt been a keyword for a long time no need to keep lts anymore on that 2024-02-29 09:53:47 -05:00
Adam D. Ruppe 402c28a73e some more bugs and docs 2024-02-12 07:15:30 -05:00
Adam D. Ruppe d678a73ccb i broke ctfe oops 2023-10-30 21:44:12 -04:00
Adam D. Ruppe 2ff74269fe v2.103 compatibility 2023-04-05 10:46:33 -04:00
Adam D. Ruppe 9849b8c14e streamability unittest 2023-01-31 20:35:26 -05:00
Adam D. Ruppe ef4ed76960 stream experiment idk if it works 2023-01-06 21:06:38 -05:00
Adam D. Ruppe 131e467f4d doc edits 2022-12-16 11:20:43 -05:00
Adam D. Ruppe 18cc05a34d Merge branch 'master' of github.com:adamdruppe/arsd 2022-12-16 11:17:24 -05:00
Adam D. Ruppe b9c2764adf disable html script and style behavior for xmldocument 2022-12-16 11:17:20 -05:00
Grim Maple a58e589414 Add `in` support to `AttributeSet`. Add documentation 2022-12-16 18:53:49 +03:00
Adam D. Ruppe 90ab8167fe the spec allows ugly whitespace alas 2022-12-16 09:20:39 -05:00
Adam D. Ruppe 53b03b4d57 fix regression that broke rss 2022-10-26 21:05:14 -04:00
Adam D. Ruppe 47ccc450a4 add some docs to old functions 2022-10-24 16:32:10 -04:00
Adam D. Ruppe 9ab2e5572d classlist update to JS 2022-08-25 10:01:31 -04:00
Adam D. Ruppe 1681684f3e support the godawful html on https://www.gimp.org/docs/python/index.html 2022-08-03 14:44:30 -04:00
Adam D. Ruppe 213c441059 new visibleText property 2022-03-25 20:24:33 -04:00
Sam Larkin 1f7c54478c update list of self-closing tags
Used the list from here
https://developer.mozilla.org/en-US/docs/Glossary/Empty_element
2022-02-01 11:58:36 -07:00
Adam D. Ruppe fe84ef7707 good stuff 2022-01-29 15:36:36 -05:00
Adam D. Ruppe db857a4470 more sloppy entity error recovery 2022-01-13 18:17:09 -05:00
Adam D. Ruppe 4d5f6dabf8 more toPrettyString tests 2021-12-09 22:23:35 -05:00
Adam D. Ruppe 333e1ebef8 a lil more pretty string tweaking for empty elements 2021-12-03 10:59:03 -05:00
Adam D. Ruppe 25f067544f treat empty text nodes as still empty for selectors and indentation purposes 2021-12-03 10:28:09 -05:00
Adam D. Ruppe 51747d64ba fix segfault on bad xml 2021-11-26 08:37:47 -05:00
Adam D. Ruppe 4218146d6e toPrettyString details 2021-11-26 08:37:38 -05:00
Adam D. Ruppe 7e4938690a some new web conveniences (experimental) and some bug fixes 2021-11-18 22:23:18 -05:00
Adam D. Ruppe 37f99145be change string switch to sorted array to cut out 120 KB of symbol names (seriously) and some other genrated code 2021-11-02 15:39:37 -04:00
Adam D. Ruppe b6fffd1a82 little things 2021-09-28 14:31:37 -04:00
Adam D. Ruppe d76cc3fead omg bug city 2021-08-31 16:43:56 -04:00
Adam D. Ruppe 81dba0f46d a few little web enhancements 2021-07-28 22:23:38 -04:00
Adam D. Ruppe bfff32d04b toPrettyString for xml too 2021-06-21 09:39:40 -04:00
Adam D. Ruppe 776d34f534 dmd deprecation handling 2021-06-15 07:23:17 -04:00
Adam D. Ruppe 3f30effea7 more stuff 2021-06-06 14:37:37 -04:00
Adam D. Ruppe 0b34c82758 minigui styling 2.0 start 2021-05-13 08:50:16 -04:00
Adam D. Ruppe ce4c8a3875 issue #262 2021-02-08 22:27:20 -05:00
Adam D. Ruppe 868323bac0 omg i forgot stuff 2021-01-19 23:03:19 -05:00
Adam D. Ruppe bbb56b2555 fixes for gdc9 again 2020-12-25 10:05:36 -05:00
Adam D. Ruppe 792d7c1a10 make pretty string slightly prettier 2020-10-15 22:52:42 -04:00
Adam D. Ruppe e83c016c69 strict context went out of bounds 2020-10-15 21:56:23 -04:00
Adam D. Ruppe a53ea697bd prevent segfault 2020-10-09 12:41:35 -04:00