about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* loader: constant time key comparisonbptato2024-04-022-5/+17
* Makefile: put manpages in the target directorybptato2024-04-021-16/+21
* Update readmebptato2024-04-021-9/+13
* md2html: add trailing double space to <br> conversionbptato2024-04-021-0/+2
* quickjs: fix OpenBSD compilationbptato2024-04-021-1/+1
* update docsbptato2024-04-011-9/+61
* man: fix command path manpage linksbptato2024-03-311-5/+6
* pager: fix incremental search with empty stringbptato2024-03-301-3/+11
* pager: fix weird halfPage* behaviorbptato2024-03-301-6/+6
* pager: exclude status line from buffer heightbptato2024-03-302-1/+9
* layout: add missing min/max heights to absolute sizesbptato2024-03-301-1/+3
* layout: fix various table cell sizing bugsbptato2024-03-301-47/+35
* pager: edit source fixesbptato2024-03-303-72/+57
* layout: fix float positioning with marginsbptato2024-03-301-1/+1
* buffer: fix markURL in plaintextbptato2024-03-291-3/+31
* term: flush stdout in anyKeybptato2024-03-291-0/+1
* pager: fix broken writeToFilebptato2024-03-292-5/+4
* ansi2html: error out on unrecognized switchesbptato2024-03-291-1/+2
* ansi2html: support passing titlesbptato2024-03-295-28/+58
* ansi2html: do not use posixstreambptato2024-03-292-14/+17
* git.cgi: fix on older QJS versionsbptato2024-03-291-1/+1
* http: suppress proxy connect headersbptato2024-03-292-0/+2
* fflush() before forksbptato2024-03-283-6/+19
* http: fix broken early hint handlingbptato2024-03-281-1/+2
* Add capsicum supportbptato2024-03-2812-38/+171
* term: improve color detectionbptato2024-03-271-5/+16
* container: rename enumsbptato2024-03-271-17/+17
* buffer: fix cancel()bptato2024-03-274-23/+54
* layout: fix another infinite loopbptato2024-03-261-2/+2
* config: improve input systembptato2024-03-267-313/+554
* config, toml: rename enumsbptato2024-03-263-114/+114
* layout: avoid infinite loop in line wrappingbptato2024-03-261-11/+10
* layout: also round line height for painting backgroundsbptato2024-03-261-3/+2
* layout: ensure lines are not higher than they must bebptato2024-03-262-11/+17
* layout: optimize inline background areasbptato2024-03-261-18/+51
* pager: percent-decode path name in askDownloadPathbptato2024-03-251-1/+1
* update readme, add doc/architecture.mdbptato2024-03-252-5/+361
* git.cgi: add "view" link to git switch panelbptato2024-03-251-1/+3
* layout: rework inline box area modelbptato2024-03-253-154/+180
* loader: fix failed doRequest handlingbptato2024-03-251-2/+1
* buffer: fix getTitle never returning in some casesbptato2024-03-241-0/+2
* client, forkserver: remove useless codebptato2024-03-242-2/+0
* js: proper distinction between Opt/Optionbptato2024-03-2411-118/+110
* makefile: move cflags to appropriate variablebptato2024-03-241-2/+2
* makefile: use pkg-config for gmifetch ldflagsbptato2024-03-241-2/+3
* buffer: fix clonebptato2024-03-243-16/+11
* git.cgi: add custom git switchbptato2024-03-241-16/+35
* cgi: reset SIGCHLD handler in childrenbptato2024-03-241-0/+4
* ansi2html: add newline after pre tagbptato2024-03-241-1/+1
* io: derive DynStream from RootObj (not Stream)bptato2024-03-2424-535/+293