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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pager: remove useless code
bptato
2024-03-18
2
-16
/
+1
*
config: clean up/simplify
bptato
2024-03-17
2
-26
/
+14
*
client: fix "Hit any key" bug on load failure
bptato
2024-03-17
3
-21
/
+45
*
pager: fix buffer filtering
bptato
2024-03-17
1
-2
/
+4
*
io: add BuferedWriter
bptato
2024-03-16
1
-2
/
+3
*
client, pager: various file saving fixes
bptato
2024-03-16
3
-18
/
+22
*
pager: fix disappearing buffers when reload fails
bptato
2024-03-16
1
-9
/
+8
*
container: fall back to text/plain instead of application/octet-stream
bptato
2024-03-16
1
-1
/
+2
*
pager: simplify line editing
bptato
2024-03-16
2
-64
/
+69
*
pager, loader: add "Save file to" functionality
bptato
2024-03-16
1
-11
/
+74
*
config: add start.console-buffer option
bptato
2024-03-16
2
-3
/
+4
*
container: cursor x fixes
bptato
2024-03-15
1
-2
/
+4
*
Clean up BufferConfig
bptato
2024-03-15
3
-36
/
+61
*
client: check if container was found before deleting it
bptato
2024-03-14
1
-2
/
+2
*
pager: unregister containers properly when headers are pending
bptato
2024-03-14
3
-14
/
+33
*
Move around some modules
bptato
2024-03-14
5
-15
/
+1292
*
pager: add "open in editor" keybinding (sE)
bptato
2024-03-14
3
-9
/
+62
*
pager: use loadinfo for redirection message, not alert
bptato
2024-03-13
1
-1
/
+2
*
client: fix blocking reads on container connection
bptato
2024-03-12
3
-43
/
+104
*
loader: remove applyHeaders
bptato
2024-03-12
3
-30
/
+31
*
posixstream: do not ignore lseek result
bptato
2024-03-12
1
-2
/
+6
*
pager: fix replacement logic
bptato
2024-03-12
2
-27
/
+32
*
pager: decrement numload on redirect
bptato
2024-03-12
1
-0
/
+1
*
io: add dynstream
bptato
2024-03-12
2
-2
/
+3
*
pager: do not eat error alerts on startup
bptato
2024-03-11
2
-2
/
+1
*
loader: rework process model
bptato
2024-03-11
3
-607
/
+720
*
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
2
-5
/
+14
*
client: only accept "press" input type for scroll wheel
bptato
2024-03-11
1
-2
/
+6
*
pager: clear status message when opening external viewers
bptato
2024-03-04
1
-0
/
+2
*
buffer: improve/fix onload return values
bptato
2024-03-03
2
-14
/
+18
*
quickjs: reduce diff with upstream
bptato
2024-03-02
1
-2
/
+3
*
container: fix off-by-one error in scrollDown
bptato
2024-03-02
1
-1
/
+1
*
container: fix cursorLineBegin/cursorLineTextStart with vertical scroll
bptato
2024-03-01
1
-1
/
+3
*
buffer, client: fix deadlock with send() calls
bptato
2024-02-29
3
-10
/
+26
*
Add mouse support
bptato
2024-02-29
3
-24
/
+164
*
pager: fix gotoURL crashing
bptato
2024-02-29
1
-0
/
+1
*
pager: improve URL loading procs
bptato
2024-02-28
1
-5
/
+14
*
container: fix cursor positioning bugs
bptato
2024-02-28
1
-6
/
+24
*
buffer: add image viewer support
bptato
2024-02-27
1
-24
/
+23
*
misc refactorings
bptato
2024-02-27
1
-5
/
+5
*
buffer: reset prevStyled in switchCharset, reshape
bptato
2024-02-27
1
-9
/
+3
*
pager: do not add replacement containers
bptato
2024-02-26
1
-1
/
+3
*
buffer: clean up onload, fix console update
bptato
2024-02-26
2
-42
/
+40
*
term: improve pixels-per-column/line detection
bptato
2024-02-25
3
-20
/
+17
*
Separate ANSI text decoding from main binary
bptato
2024-02-25
2
-45
/
+88
*
pager: fix wrong referrer in redirectTo
bptato
2024-02-23
1
-1
/
+1
*
buffer: remove BufferSource
bptato
2024-02-22
2
-38
/
+30
*
buffer: clean up contentType
bptato
2024-02-22
2
-26
/
+36
*
config: replace default-flags with ignore-case
bptato
2024-02-22
1
-4
/
+10
[next]