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
/
config
/
config.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: fix -C with files not in CWD
bptato
2024-05-31
1
-5
/
+13
*
config: separate tmp dir for sockets, users
bptato
2024-05-16
1
-10
/
+1
*
js: allow var instead of ptr
bptato
2024-05-12
1
-15
/
+15
*
term: optimize canvas redraw, remove emulate-overline
bptato
2024-05-10
1
-1
/
+0
*
js: refactor
bptato
2024-05-08
1
-3
/
+3
*
color: separate out JS converters
bptato
2024-05-05
1
-0
/
+1
*
Use isSome instead of isOk
bptato
2024-05-05
1
-2
/
+2
*
js: fix various leaks etc.
bptato
2024-05-03
1
-3
/
+6
*
config: add insecure-ssl-no-verify option to siteconf
bptato
2024-05-01
1
-0
/
+1
*
color: RGBAColor -> ARGBColor
bptato
2024-04-26
1
-4
/
+4
*
Initial image support
bptato
2024-04-25
1
-0
/
+4
*
js: fix some incorrect defineProperty usage
bptato
2024-04-21
1
-2
/
+3
*
Update code style
bptato
2024-04-17
1
-1
/
+1
*
js: remove automatic function -> closure conversion
bptato
2024-04-15
1
-8
/
+14
*
config: improve input system
bptato
2024-03-26
1
-6
/
+88
*
config, toml: rename enums
bptato
2024-03-26
1
-47
/
+47
*
js: proper distinction between Opt/Option
bptato
2024-03-24
1
-34
/
+45
*
config: add default-headers to siteconf
bptato
2024-03-21
1
-14
/
+2
*
cell: update FormatFlag naming, remove useless templates
bptato
2024-03-21
1
-7
/
+7
*
main: set CHA_LIBEXEC_DIR env var at startup
bptato
2024-03-19
1
-15
/
+5
*
config: parse mime.types/mailcap/urimethodmap inside parseConfig
bptato
2024-03-18
1
-84
/
+62
*
config: clean up/simplify
bptato
2024-03-17
1
-240
/
+291
*
pager, loader: add "Save file to" functionality
bptato
2024-03-16
1
-7
/
+1
*
config: add start.console-buffer option
bptato
2024-03-16
1
-0
/
+1
*
Clean up BufferConfig
bptato
2024-03-15
1
-43
/
+0
*
loader: rework process model
bptato
2024-03-11
1
-15
/
+11
*
buffer: do not incrementally display in headless mode
bptato
2024-03-02
1
-0
/
+2
*
Add mouse support
bptato
2024-02-29
1
-0
/
+1
*
term: improve pixels-per-column/line detection
bptato
2024-02-25
1
-0
/
+8
*
Separate ANSI text decoding from main binary
bptato
2024-02-25
1
-6
/
+12
*
buffer: remove BufferSource
bptato
2024-02-22
1
-1
/
+2
*
config: replace default-flags with ignore-case
bptato
2024-02-22
1
-1
/
+1
*
Replace Chakasu with Chagashi
bptato
2024-02-22
1
-1
/
+1
*
regex: re-work compileSearchRegex
bptato
2024-02-17
1
-5
/
+29
*
term: fix coloring mess
bptato
2024-02-17
1
-2
/
+3
*
Remove CLONE BufferSource; cache document sources in tmpdir
bptato
2024-02-12
1
-2
/
+4
*
fix rejection of readFromFd urls
bptato
2024-02-11
1
-1
/
+1
*
config: append */* rule instead of prepending
bptato
2024-01-30
1
-3
/
+3
*
Add default md2html converter
bptato
2024-01-30
1
-14
/
+21
*
cgi: fix broken libexec path env variable
bptato
2024-01-26
1
-1
/
+2
*
Use std/* imports everywhere
bptato
2024-01-07
1
-4
/
+4
*
config: allow overriding default prepended scheme
bptato
2023-12-15
1
-0
/
+1
*
config: do not override user-defined urimethodmap
bptato
2023-12-14
1
-1
/
+2
*
Various fixes
bptato
2023-12-13
1
-1
/
+1
*
Move gopher to adapter/
bptato
2023-12-12
1
-10
/
+1
*
Move out ftp: protocol; fix some local CGI bugs
bptato
2023-12-12
1
-0
/
+3
*
Move out file: protocol handling to adapter/
bptato
2023-12-12
1
-1
/
+2
*
local CGI improvements, move data: to cgi-bin
bptato
2023-12-12
1
-0
/
+1
*
local CGI: add mapped URI env vars; move about: to adapters
bptato
2023-12-12
1
-0
/
+1
*
Add support for gemini by default, update readme
bptato
2023-12-10
1
-6
/
+17
[next]