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
/
local
/
client.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: fix blocking reads on container connection
bptato
2024-03-12
1
-32
/
+16
*
loader: remove applyHeaders
bptato
2024-03-12
1
-2
/
+3
*
pager: fix replacement logic
bptato
2024-03-12
1
-0
/
+1
*
io: add dynstream
bptato
2024-03-12
1
-1
/
+1
*
loader: rework process model
bptato
2024-03-11
1
-42
/
+72
*
client: fix thumb button confusion
bptato
2024-03-11
1
-18
/
+18
*
client: bind middle button to discardBuffer, use button5/6 as scroll
bptato
2024-03-11
1
-4
/
+13
*
client: only accept "press" input type for scroll wheel
bptato
2024-03-11
1
-2
/
+6
*
buffer: improve/fix onload return values
bptato
2024-03-03
1
-5
/
+4
*
quickjs: reduce diff with upstream
bptato
2024-03-02
1
-2
/
+3
*
buffer, client: fix deadlock with send() calls
bptato
2024-02-29
1
-1
/
+16
*
Add mouse support
bptato
2024-02-29
1
-8
/
+138
*
buffer: clean up onload, fix console update
bptato
2024-02-26
1
-2
/
+1
*
term: improve pixels-per-column/line detection
bptato
2024-02-25
1
-5
/
+2
*
Separate ANSI text decoding from main binary
bptato
2024-02-25
1
-6
/
+6
*
Replace Chakasu with Chagashi
bptato
2024-02-22
1
-1
/
+1
*
client: fix EOF error for estream
bptato
2024-02-18
1
-0
/
+2
*
Various refactorings & fixes
bptato
2024-02-14
1
-17
/
+28
*
Remove CLONE BufferSource; cache document sources in tmpdir
bptato
2024-02-12
1
-3
/
+0
*
Get rid of LOAD_PIPE BufferSource
bptato
2024-02-11
1
-3
/
+3
*
forkserver: clean up
bptato
2024-01-29
1
-4
/
+2
*
client: stop entire process group on suspend()
bptato
2024-01-29
1
-1
/
+1
*
Remove std/terminal dependency
bptato
2024-01-17
1
-1
/
+0
*
js: merge some type modules into jstypes
bptato
2024-01-11
1
-1
/
+1
*
Use std/* imports everywhere
bptato
2024-01-07
1
-11
/
+11
*
Set cgiDir for client loader process
bptato
2024-01-06
1
-1
/
+3
*
Compile with styleCheck:usages
bptato
2023-12-28
1
-3
/
+3
*
client: nil check connectSocketStream result
bptato
2023-12-14
1
-0
/
+5
*
client: avoid nil defect in flushConsole
bptato
2023-12-14
1
-0
/
+5
*
pager: add marks
bptato
2023-12-09
1
-0
/
+7
*
pager, container: add text selection/copying
bptato
2023-12-03
1
-11
/
+23
*
Get rid of clang 16 workaround
bptato
2023-12-02
1
-5
/
+6
*
pager: fix regression
bptato
2023-11-21
1
-14
/
+14
*
Remove trailing spaces
bptato
2023-10-23
1
-1
/
+1
*
base64: reduce pointless re-coding using JSString
bptato
2023-10-21
1
-2
/
+3
*
javascript: add TextEncoder, TextDecoder
bptato
2023-10-21
1
-0
/
+2
*
WindowAttributes: refactor
bptato
2023-10-19
1
-1
/
+1
*
Refactor Console
bptato
2023-10-13
1
-70
/
+96
*
Add w3m-cgi-compat option
bptato
2023-10-01
1
-1
/
+2
*
Add urimethodmap support
bptato
2023-09-30
1
-0
/
+1
*
pager: show character sequence inputs on status line
bptato
2023-09-26
1
-23
/
+25
*
client: write errors to browser console in evalAction
bptato
2023-09-25
1
-3
/
+10
*
client: clean up Client object
bptato
2023-09-24
1
-14
/
+5
*
client, timeout: simplify
bptato
2023-09-24
1
-8
/
+8
*
Disable "toggle source" for the console buffer
bptato
2023-09-21
1
-1
/
+2
*
Fix compilation with --assertions:off
bptato
2023-09-15
1
-2
/
+4
*
bindings: fix JSInterruptHandler signature
bptato
2023-09-15
1
-1
/
+1
*
move around more modules
bptato
2023-09-14
1
-8
/
+8
*
move some modules to local/
bptato
2023-09-14
1
-0
/
+643