Skip to content
Closed
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e673102
feat: initialize new html parser that supports span tags
TheSecurityDev Oct 9, 2025
f30b237
fix: add back comment
TheSecurityDev Oct 9, 2025
0721a66
refactor: remove span style handling
TheSecurityDev Oct 9, 2025
6837ac0
feat: add support for italic font in html renderer
TheSecurityDev Oct 9, 2025
1cdc8f8
refactor: remove html parsing using regex; refactor fonts
TheSecurityDev Oct 10, 2025
c0161d9
fix: load italic fonts correctly
TheSecurityDev Oct 10, 2025
4b1a4cb
Merge branch 'master' into better-html-parser
TheSecurityDev Oct 10, 2025
b9c594a
refactor: use constants for tag lists
TheSecurityDev Oct 10, 2025
2df0756
fix: correctly load regular italic font
TheSecurityDev Oct 10, 2025
b8020e2
fix: correctly load italics regular font
TheSecurityDev Oct 10, 2025
0f055e8
refactor: cleanup a couple things
TheSecurityDev Oct 10, 2025
b7ed2d9
fix: preserve leading and trailing spaces in tokenization
TheSecurityDev Oct 10, 2025
4ba1d14
remove comment
TheSecurityDev Oct 10, 2025
1188fe4
refactor: remove unnecessary
TheSecurityDev Oct 10, 2025
a6369b0
merge segments to reduce individual draw calls
TheSecurityDev Oct 10, 2025
e76ddba
refactor: optimize HTML rendering by caching wrapped elements and tot…
TheSecurityDev Oct 10, 2025
9a02786
refactor: use constant for indention tags
TheSecurityDev Oct 10, 2025
a13eb65
refactor: use list instead of tuple and remove ol tag
TheSecurityDev Oct 10, 2025
6cbc422
fix: indent properly
TheSecurityDev Oct 10, 2025
5c7d09a
revert and ignore first indention
TheSecurityDev Oct 10, 2025
bcbcb81
refactor: replace hardcoded 'li' tag with LIST_ITEM_TAG constant
TheSecurityDev Oct 10, 2025
3b89561
refactor: improve comments for clarity and potential performance opti…
TheSecurityDev Oct 10, 2025
a8e28a2
feat: update Inter fonts to 4.1
TheSecurityDev Oct 10, 2025
70b90fb
feat: add italic fonts
TheSecurityDev Oct 10, 2025
67f5cc9
should always be available
TheSecurityDev Oct 10, 2025
f12c73b
fix: correct spelling
TheSecurityDev Oct 10, 2025
975f7bb
fix: allow missing italic font
TheSecurityDev Oct 10, 2025
4584ece
Revert "feat: add italic fonts"
TheSecurityDev Oct 10, 2025
9c1d3b8
Revert "feat: update Inter fonts to 4.1"
TheSecurityDev Oct 10, 2025
6618ae0
Merge branch 'master' into better-html-parser
TheSecurityDev Oct 10, 2025
c980c95
fix: handle new lines without elements
TheSecurityDev Oct 10, 2025
ad91d15
feat: add setting for preserving empty new lines
TheSecurityDev Oct 10, 2025
b090115
fix: allow other weights besides bold; only override if bold inline
TheSecurityDev Oct 10, 2025
fc3d479
refactor: remove explicit BR tag render handling
TheSecurityDev Oct 10, 2025
7135e20
update comments
TheSecurityDev Oct 10, 2025
7d7d42d
refactor: remove unused color style
TheSecurityDev Oct 10, 2025
1ac104f
feat: add support for individual text segment colors
TheSecurityDev Oct 10, 2025
f7dad6d
fix: correctly ignore whitespace between tags
TheSecurityDev Oct 10, 2025
32572b1
fix: uhh lint
TheSecurityDev Oct 10, 2025
04e6bf1
remove italics support in HTML renderer
TheSecurityDev Oct 10, 2025
d1c0b00
remove italics font support in gui application for now
TheSecurityDev Oct 10, 2025
3d4ecc0
Merge branch 'master' into better-html-parser
TheSecurityDev Oct 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading