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
Commit message (
Expand
)
Author
Age
Files
Lines
*
adapter: update code style
bptato
2024-04-26
10
-93
/
+82
*
ftp: support multiple arguments in ssh config Host
bptato
2024-04-26
1
-13
/
+31
*
Remove unnecessary unsigned casts
bptato
2024-04-26
6
-43
/
+43
*
pager: reduce unnecessary image redraws
bptato
2024-04-26
1
-1
/
+1
*
data: replace std/base64 with atob
bptato
2024-04-25
4
-70
/
+75
*
term: add sixel encoder
bptato
2024-04-25
3
-91
/
+192
*
png: fix off by one
bptato
2024-04-25
1
-3
/
+1
*
Initial image support
bptato
2024-04-25
15
-63
/
+239
*
Update docs
bptato
2024-04-24
6
-382
/
+842
*
sandbox: remove unveil call
bptato
2024-04-23
1
-7
/
+4
*
dom: remove unnecessary/unused properties
bptato
2024-04-22
2
-11
/
+8
*
test: add js & layout tests
bptato
2024-04-21
87
-2
/
+1457
*
layout: do not use parent computed values in root fragment
bptato
2024-04-21
1
-19
/
+11
*
dom: fix property event handler setters
bptato
2024-04-21
2
-23
/
+52
*
js: fix some incorrect defineProperty usage
bptato
2024-04-21
4
-7
/
+7
*
js: override default toString tag of global
bptato
2024-04-21
1
-1
/
+5
*
base64: rewrite btoa too
bptato
2024-04-21
2
-5
/
+41
*
base64: rewrite atob
bptato
2024-04-21
1
-6
/
+65
*
layout: slightly refactor layoutInline
bptato
2024-04-21
1
-40
/
+42
*
layout: flex item margin fixes
bptato
2024-04-20
1
-25
/
+34
*
layout: fix double padding in flex
bptato
2024-04-20
1
-2
/
+4
*
dom: sort attributes
bptato
2024-04-20
1
-21
/
+30
*
buffer: fix switch from charset decoder to UTF-8 validator
bptato
2024-04-20
1
-1
/
+3
*
dom: add isSameNode, isEqualNode
bptato
2024-04-20
1
-0
/
+54
*
sandbox: allow syscalls for epoll Nim selectors
bptato
2024-04-20
1
-0
/
+4
*
layout: fix a list style positioning bug
bptato
2024-04-20
1
-2
/
+2
*
layout: float sizing fixes
bptato
2024-04-19
1
-8
/
+21
*
http: fix sandbox violation in readFromStdin
bptato
2024-04-19
2
-3
/
+5
*
twtstr: remove pointless checks in parseIntImpl
bptato
2024-04-19
1
-5
/
+3
*
url, twtstr: correct number parsing
bptato
2024-04-18
5
-68
/
+75
*
sandbox: seccomp support on Linux
bptato
2024-04-18
14
-50
/
+302
*
layout: accept inline-flex in iflush
bptato
2024-04-17
1
-1
/
+1
*
strwidth: return alpha for underscore in vi words
bptato
2024-04-17
1
-1
/
+1
*
Update code style
bptato
2024-04-17
77
-2689
/
+2821
*
term: save/restore title after "set title"
bptato
2024-04-16
1
-2
/
+12
*
url: fix flipped comparison
bptato
2024-04-16
1
-1
/
+1
*
layout: fix list-item positioning
bptato
2024-04-16
2
-3
/
+12
*
url: refactor
bptato
2024-04-16
1
-186
/
+187
*
js: remove automatic function -> closure conversion
bptato
2024-04-15
9
-107
/
+75
*
Update todo
bptato
2024-04-15
1
-18
/
+17
*
layout: remove ListItemBox, handle inline-flex correctly
bptato
2024-04-15
3
-91
/
+65
*
quickjs: fix member accesses for non-decimal number literals
bptato
2024-04-14
1
-1
/
+2
*
dom: use pointers instead of numerical ids for collections
bptato
2024-04-14
1
-10
/
+9
*
dom: add onclick attribute support
bptato
2024-04-14
4
-53
/
+112
*
Fix endianness handling in `js_dataview_getValue` / `js_dataview_setValue`
Charlie Gordon
2024-04-14
1
-8
/
+8
*
Improve error handling
Charlie Gordon
2024-04-14
1
-8
/
+17
*
Improve `JSON.stringify`
Charlie Gordon
2024-04-14
1
-39
/
+43
*
Use more explicit magic values for array methods
Charlie Gordon
2024-04-14
1
-26
/
+24
*
Simplify redundant initializers for `JS_NewBool()`
Charlie Gordon
2024-04-14
1
-18
/
+17
*
Fix compilation with -DCONFIG_BIGNUM
Charlie Gordon
2024-04-14
2
-32
/
+43
[next]