about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* config, mailcap: remove std/streams dependency, specialize mmapbptato2024-12-055-105/+119
* mimetypes: refactor, use mime.types for inline image extensionsbptato2024-12-0512-104/+154
* main: support -C/path etc.bptato2024-12-051-10/+15
* dynstream: recvDataLoopOrMmap improvementsbptato2024-12-051-38/+70
* cssparser: misc cleanupbptato2024-12-051-50/+47
* pager, term: use cell offset with kitty imagesbptato2024-12-034-14/+35
* cascade: add cellspacingbptato2024-12-032-0/+8
* cssvalues: optimize CSSComputedValues sizebptato2024-12-033-271/+269
* toml, config: skip copying buf, use PosixStreambptato2024-12-034-123/+138
* cssvalues: fix min-width/min-height autobptato2024-12-021-19/+18
* layout: temporary hack to fix xminwidth + flexbptato2024-12-021-0/+12
* cascade, cssvalues: clean up a bit morebptato2024-12-022-68/+76
* css: misc refactoringbptato2024-12-025-137/+128
* config: add copy-cmd, paste-cmdbptato2024-12-011-0/+2
* sheet, mediaquery: misc cleanupbptato2024-12-012-64/+29
* term: respect LINES, COLUMNS; do not crash without vi/vebptato2024-12-011-6/+12
* mediaquery: fix and after bare keywordbptato2024-12-011-1/+0
* term: disable screen workaround on tmuxbptato2024-12-011-1/+2
* dom: add support for @importbptato2024-12-014-58/+92
* buffer: fix nil derefbptato2024-11-301-1/+1
* pager: do not make pointless requests in viewImage, add saveImagebptato2024-11-305-35/+49
* cascade: allow presentational hints with styling=falsebptato2024-11-291-2/+2
* layout: remove mystery startOffset adjustmentbptato2024-11-281-2/+0
* twtstr: add mypairsbptato2024-11-2811-24/+35
* layout, term, url: misc cleanupbptato2024-11-283-4/+0
* cascade: apply buffer.styling to inline stylesbptato2024-11-271-8/+11
* mailcap: add x-needsstyle extension fieldbptato2024-11-272-2/+8
* layout: support br clearbptato2024-11-271-28/+34
* buffer: optimize hover switchingbptato2024-11-262-2/+15
* config.configdir -> config.dirbptato2024-11-263-5/+5
* select: pad options in newSelectbptato2024-11-262-18/+19
* Update monouchabptato2024-11-251-1/+1
* client: exit if quit was called inside a jobbptato2024-11-251-10/+11
* pager, select: add more items, misc fixesbptato2024-11-254-55/+90
* dom: fix some comparisonsbptato2024-11-241-2/+2
* select: misc fixesbptato2024-11-241-2/+10
* layout: another intrinsic min width fixbptato2024-11-241-2/+4
* loader/* -> serverbptato2024-11-2417-47/+47
* loaderhandle -> loaderbptato2024-11-242-213/+195
* select: fix display with multi-width charsbptato2024-11-241-6/+11
* layout: fix intrinsic min width for words with wrapping opportunitiesbptato2024-11-241-11/+18
* pager: pad menu itemsbptato2024-11-241-10/+10
* buffer: slightly improve markURLbptato2024-11-241-49/+69
* pager, select: implement more functionsbptato2024-11-242-5/+18
* pager, select: add right click menu, fix some bugsbptato2024-11-234-82/+219
* pager: fix loadURL crash on empty URLbptato2024-11-231-1/+3
* container: add Lynx-style navigation commandscommodorian2024-11-232-1/+60
* dom: implement HTMLDocument, make Image C/Wbptato2024-11-221-1/+3
* dom: add document named property getter, update monouchabptato2024-11-222-9/+40
* dom: add document.compatModebptato2024-11-221-0/+5