index
:
chawan
this commit
master
Chawan - a web browser for your terminal (mirror)
ahoang <ahoang@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
css
/
stylednode.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
css: clean up a bit
bptato
2024-07-12
1
-23
/
+8
*
cascade: fix style caching
bptato
2024-07-09
1
-3
/
+1
*
layout: reduce copies
bptato
2024-07-03
1
-2
/
+5
*
css, html: fix CSS dependency invalidation
bptato
2024-07-03
1
-33
/
+13
*
misc cleanups
bptato
2024-06-22
1
-2
/
+1
*
stylednode: remove `text' field
bptato
2024-05-28
1
-6
/
+6
*
stylednode: move invalidation data to DOM
bptato
2024-05-27
1
-22
/
+13
*
css/values -> css/cssvalues
bptato
2024-05-16
1
-1
/
+1
*
Update code style
bptato
2024-04-17
1
-28
/
+29
*
stylednode: clean up code style
bptato
2024-03-18
1
-30
/
+39
*
Move HTML parsing into Chame
bptato
2023-08-15
1
-1
/
+2
*
Add StyledNode stringifier for debugging
bptato
2023-07-08
1
-0
/
+14
*
WIP selector rewrite
bptato
2023-01-27
1
-0
/
+4
*
css/cascade: remove scoped sheets
bptato
2023-01-07
1
-2
/
+0
*
css: fix some bugs and improve cascading a bit
bptato
2022-12-29
1
-1
/
+17
*
More DOM work
bptato
2022-12-19
1
-1
/
+5
*
Display text for img tag, background-image
bptato
2022-12-16
1
-1
/
+3
*
Add support for q, fix list-item counter behavior
bptato
2022-12-12
1
-1
/
+10
*
Fix nth-child bugs, rename select to match
bptato
2022-08-23
1
-0
/
+3
*
Add interactive <select>
bptato
2022-07-31
1
-1
/
+7
*
Implement revert value
bptato
2022-07-30
1
-5
/
+8
*
StyledNode: avoid duplicate dependencies
bptato
2022-07-29
1
-0
/
+4
*
Fix cascading bugs & performance issues
bptato
2022-07-28
1
-1
/
+5
*
Fix StyledNode invalidation & others
bptato
2022-07-27
1
-5
/
+110
*
Use StyledNodes instead of passing the entire DOM to the layout engine
bptato
2022-07-16
1
-0
/
+18