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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use errDOMException template everywhere
bptato
2024-01-11
1
-7
/
+7
*
Fix windowChange not refreshing valid media queries
bptato
2024-01-10
1
-1
/
+2
*
Use std/* imports everywhere
bptato
2024-01-07
7
-23
/
+23
*
css/sheet: skip media queries without blocks
bptato
2024-01-04
1
-0
/
+3
*
Compile with styleCheck:usages
bptato
2023-12-28
2
-8
/
+8
*
Move http out of main binary
bptato
2023-12-13
1
-1
/
+1
*
css: add case-insensitive matching
bptato
2023-12-11
2
-18
/
+82
*
css: add text-transform
bptato
2023-12-11
1
-5
/
+29
*
sheet: fix overflow in addAtRule
bptato
2023-12-09
1
-1
/
+1
*
cascade: simplify
bptato
2023-12-09
1
-2
/
+1
*
cascade: fix regression
bptato
2023-12-09
1
-18
/
+23
*
selectorparser: enum-ize rel
bptato
2023-12-09
2
-25
/
+35
*
sheet: fix a correctness issue, misc refactorings
bptato
2023-12-09
2
-51
/
+63
*
cascade: refactor & optimize
bptato
2023-12-09
1
-153
/
+192
*
layout: add clear, etc.
bptato
2023-11-23
1
-4
/
+25
*
css/values: use Opt instead of Result[string]
bptato
2023-11-21
1
-55
/
+54
*
css/values: simplify getComputedValue
bptato
2023-11-21
1
-11
/
+10
*
css: add box-sizing
bptato
2023-11-21
1
-4
/
+21
*
twtstr: remove tolower, isWhitespace
bptato
2023-11-20
1
-5
/
+6
*
layout: add floats
bptato
2023-11-17
2
-4
/
+7
*
layout: refactor flow margin propagation, sizing
bptato
2023-11-12
1
-0
/
+13
*
dom: add some CSSStyleDeclaration functions
bptato
2023-10-25
2
-2
/
+8
*
reduce new() usage
bptato
2023-10-25
1
-4
/
+5
*
Add jspropnames, CSSStyleDeclaration stub
bptato
2023-10-25
1
-5
/
+3
*
WindowAttributes: refactor
bptato
2023-10-19
1
-1
/
+1
*
css: fix list style type presentational hints
bptato
2023-10-14
1
-17
/
+20
*
css: support more list types, fix <ul/ol type=...
bptato
2023-10-14
2
-9
/
+39
*
css: support alphabetic list types, support <LI TYPE=...
bptato
2023-10-14
2
-2
/
+59
*
css: change type of rvalue to char (from Rune)
bptato
2023-10-01
4
-52
/
+62
*
selectorparser: fix missing case insensitivity
bptato
2023-10-01
1
-10
/
+16
*
Use twtstr.join everywhere
bptato
2023-10-01
1
-1
/
+2
*
Get rid of unicode.toLower
bptato
2023-10-01
2
-4
/
+5
*
px: convert to float first for percentage values
bptato
2023-09-20
1
-1
/
+1
*
update chame
bptato
2023-09-19
1
-0
/
+1
*
move around more modules
bptato
2023-09-14
4
-5
/
+5
*
twtstr: simplify
bptato
2023-09-13
1
-2
/
+3
*
color: fix parseLegacyColor bugs
bptato
2023-09-13
1
-6
/
+10
*
refactor: Result[T, DOMException] -> DOMResult[T]
bptato
2023-08-28
1
-9
/
+6
*
javascript: refactor
bptato
2023-08-28
1
-1
/
+1
*
config: allow modification through JS
bptato
2023-08-27
1
-9
/
+12
*
Move HTML parsing into Chame
bptato
2023-08-15
5
-5
/
+10
*
mediaquery: fix logic error
bptato
2023-08-14
1
-1
/
+1
*
css: implement case insensitivity
bptato
2023-08-10
2
-127
/
+142
*
Fixes & workarounds to compile on Nim 2.0.0
bptato
2023-08-01
2
-3
/
+4
*
css: very minor optimizations
bptato
2023-07-28
2
-19
/
+15
*
mediaquery: fix some missing has checks in parser
bptato
2023-07-28
1
-0
/
+2
*
css: handle unknown tag names correctly
bptato
2023-07-25
3
-5
/
+16
*
mediaquery: better debugging functions
bptato
2023-07-23
1
-3
/
+35
*
css: fix percentage min/max-width values
bptato
2023-07-23
1
-1
/
+1
*
Add StyledNode stringifier for debugging
bptato
2023-07-08
1
-0
/
+14
[next]