about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* buffer: fix clonebptato2024-03-243-16/+11
* cgi: reset SIGCHLD handler in childrenbptato2024-03-241-0/+4
* io: derive DynStream from RootObj (not Stream)bptato2024-03-2422-534/+291
* pager: detect JS as textbptato2024-03-241-1/+5
* bufreader: add initPacketReaderbptato2024-03-243-7/+14
* buffer: form fixes & improvementsbptato2024-03-245-86/+130
* io: add bufreaderbptato2024-03-2110-261/+426
* config: add default-headers to siteconfbptato2024-03-214-47/+32
* term: use termcap for italic resetbptato2024-03-211-3/+7
* libregexp: update LRE_FLAG_UTF16 namebptato2024-03-212-2/+2
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-216-57/+45
* catom: at -> satbptato2024-03-216-196/+191
* loader: set static CGI env vars in initLoaderContextbptato2024-03-212-7/+8
* main: refactor slightlybptato2024-03-212-149/+137
* buffer: send title during load + other title stuffbptato2024-03-213-21/+35
* buffer: also buffer input readsbptato2024-03-213-42/+55
* pager: fix flipped predicate for downloadbptato2024-03-211-1/+1
* buffer: also buffer reads for packetsbptato2024-03-202-16/+21
* client: fix dump detectionbptato2024-03-201-7/+7
* pager: add "save link", "save source"; change & document some keybindingsbptato2024-03-203-63/+111
* pager: do not ask to download text/*bptato2024-03-191-1/+1
* main: set CHA_LIBEXEC_DIR env var at startupbptato2024-03-194-26/+16
* cgi: set cwd to CGI dirbptato2024-03-191-3/+7
* buffer: add markURLbptato2024-03-195-10/+63
* stylednode: clean up code stylebptato2024-03-181-30/+39
* client: refactor inputbptato2024-03-185-167/+159
* config: parse mime.types/mailcap/urimethodmap inside parseConfigbptato2024-03-185-104/+76
* pager: remove useless codebptato2024-03-182-16/+1
* config: clean up/simplifybptato2024-03-1710-330/+349
* Move SIGCHLD ignore call to forkserverbptato2024-03-172-4/+1
* forkserver: set process titles for processesbptato2024-03-172-0/+42
* main: ignore SIGCHLDbptato2024-03-171-0/+4
* client: fix "Hit any key" bug on load failurebptato2024-03-173-21/+45
* pager: fix buffer filteringbptato2024-03-171-2/+4
* io: add BuferedWriterbptato2024-03-168-207/+310
* client, pager: various file saving fixesbptato2024-03-163-18/+22
* pager: fix disappearing buffers when reload failsbptato2024-03-161-9/+8
* container: fall back to text/plain instead of application/octet-streambptato2024-03-162-3/+5
* pager: simplify line editingbptato2024-03-162-64/+69
* pager, loader: add "Save file to" functionalitybptato2024-03-163-37/+128
* layout: table column size fixesbptato2024-03-161-33/+20