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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0
/
+2
*
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
10
-44
/
+275
*
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
8
-105
/
+75
*
layout: remove ListItemBox, handle inline-flex correctly
bptato
2024-04-15
3
-91
/
+65
*
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
*
utils: polyfill addr/unsafeAddr distinction in Nim 2+
bptato
2024-04-14
1
-0
/
+18
*
layout: height fixes
bptato
2024-04-12
1
-41
/
+22
*
bind_unix, connect_unix: add string.h include
bptato
2024-04-12
2
-0
/
+2
*
dom: fix missing attribute reflection for <button>
bptato
2024-04-11
1
-0
/
+1
*
renderdocument: do not layout with styledRoot == nil
bptato
2024-04-11
1
-1
/
+4
*
twtstr: remove isAscii, simplify onlyWhitespace
bptato
2024-04-10
2
-12
/
+3
*
url: use AsciiDigit, not Digits
bptato
2024-04-10
1
-5
/
+5
*
twtstr: remove pointless lookup tables
bptato
2024-04-10
1
-18
/
+10
*
term: do not eat last DA1 value
bptato
2024-04-10
1
-3
/
+9
*
layout: slightly hacky flex-basis implementation
bptato
2024-04-09
1
-2
/
+21
*
Update Chame
bptato
2024-04-09
1
-1
/
+1
*
Remove unnecessary std/math imports
bptato
2024-04-08
2
-9
/
+6
*
remove dead code, fix openArray casing
bptato
2024-04-08
3
-7
/
+4
*
css, layout: flexbox fixes
bptato
2024-04-06
2
-8
/
+31
*
layout: clean up resolveSizes
bptato
2024-04-05
1
-80
/
+74
*
Initial flexbox support
bptato
2024-04-05
2
-163
/
+537
*
sandbox: add OpenBSD pledge/unveil support
bptato
2024-04-03
4
-8
/
+39
*
loader: constant time key comparison
bptato
2024-04-02
1
-1
/
+13
*
pager: fix incremental search with empty string
bptato
2024-03-30
1
-3
/
+11
*
pager: fix weird halfPage* behavior
bptato
2024-03-30
1
-6
/
+6
*
pager: exclude status line from buffer height
bptato
2024-03-30
2
-1
/
+9
*
layout: add missing min/max heights to absolute sizes
bptato
2024-03-30
1
-1
/
+3
*
layout: fix various table cell sizing bugs
bptato
2024-03-30
1
-47
/
+35
*
pager: edit source fixes
bptato
2024-03-30
2
-71
/
+56
*
layout: fix float positioning with margins
bptato
2024-03-30
1
-1
/
+1
*
buffer: fix markURL in plaintext
bptato
2024-03-29
1
-3
/
+31
*
term: flush stdout in anyKey
bptato
2024-03-29
1
-0
/
+1
*
pager: fix broken writeToFile
bptato
2024-03-29
2
-5
/
+4
*
ansi2html: support passing titles
bptato
2024-03-29
2
-17
/
+22
*
fflush() before forks
bptato
2024-03-28
3
-6
/
+19
*
Add capsicum support
bptato
2024-03-28
11
-38
/
+169
[next]