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
/
container.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
buffer: add toggleImages
bptato
2024-04-27
1
-0
/
+9
*
Initial image support
bptato
2024-04-25
1
-4
/
+5
*
sandbox: seccomp support on Linux
bptato
2024-04-18
1
-5
/
+21
*
Update code style
bptato
2024-04-17
1
-89
/
+92
*
pager: fix weird halfPage* behavior
bptato
2024-03-30
1
-6
/
+6
*
pager: exclude status line from buffer height
bptato
2024-03-30
1
-0
/
+4
*
container: rename enums
bptato
2024-03-27
1
-17
/
+17
*
buffer: fix cancel()
bptato
2024-03-27
1
-10
/
+17
*
io: derive DynStream from RootObj (not Stream)
bptato
2024-03-24
1
-4
/
+4
*
buffer: send title during load + other title stuff
bptato
2024-03-21
1
-12
/
+13
*
buffer: also buffer input reads
bptato
2024-03-21
1
-3
/
+1
*
pager: add "save link", "save source"; change & document some keybindings
bptato
2024-03-20
1
-23
/
+43
*
buffer: add markURL
bptato
2024-03-19
1
-2
/
+12
*
client: fix "Hit any key" bug on load failure
bptato
2024-03-17
1
-5
/
+8
*
container: fall back to text/plain instead of application/octet-stream
bptato
2024-03-16
1
-1
/
+2
*
container: cursor x fixes
bptato
2024-03-15
1
-2
/
+4
*
Clean up BufferConfig
bptato
2024-03-15
1
-11
/
+14
*
pager: unregister containers properly when headers are pending
bptato
2024-03-14
1
-1
/
+2
*
Move around some modules
bptato
2024-03-14
1
-1
/
+1
*
pager: add "open in editor" keybinding (sE)
bptato
2024-03-14
1
-2
/
+4
*
client: fix blocking reads on container connection
bptato
2024-03-12
1
-1
/
+0
*
loader: remove applyHeaders
bptato
2024-03-12
1
-11
/
+8
*
posixstream: do not ignore lseek result
bptato
2024-03-12
1
-2
/
+6
*
pager: do not eat error alerts on startup
bptato
2024-03-11
1
-1
/
+0
*
loader: rework process model
bptato
2024-03-11
1
-207
/
+176
*
buffer: improve/fix onload return values
bptato
2024-03-03
1
-9
/
+14
*
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
1
-6
/
+7
*
Add mouse support
bptato
2024-02-29
1
-14
/
+20
*
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
*
buffer: clean up onload, fix console update
bptato
2024-02-26
1
-40
/
+39
*
term: improve pixels-per-column/line detection
bptato
2024-02-25
1
-1
/
+1
*
buffer: remove BufferSource
bptato
2024-02-22
1
-20
/
+18
*
buffer: clean up contentType
bptato
2024-02-22
1
-15
/
+19
*
Replace Chakasu with Chagashi
bptato
2024-02-22
1
-1
/
+1
*
container: fix crash on clone -> view source
bptato
2024-02-19
1
-5
/
+9
*
winattrs: remove unnecessary call, fix height_px fallback
bptato
2024-02-17
1
-3
/
+2
*
layout: use html/body bgcolor as canvas bgcolor
bptato
2024-02-17
1
-7
/
+20
*
container: set color on double width char + tab fillers
bptato
2024-02-16
1
-7
/
+10
*
Various refactorings & fixes
bptato
2024-02-14
1
-1
/
+0
*
pager: reduce boilerplate
bptato
2024-02-14
1
-2
/
+2
*
container: allow dismissing loadinfo
bptato
2024-02-13
1
-6
/
+12
*
container: do not reshape twice on loading documents
bptato
2024-02-12
1
-18
/
+18
*
buffersource: remove location field
bptato
2024-02-12
1
-9
/
+12
*
Add pager.externFilterSource
bptato
2024-02-12
1
-0
/
+4
*
Remove CLONE BufferSource; cache document sources in tmpdir
bptato
2024-02-12
1
-9
/
+28
[next]