about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* layout/engine: fix min-width doing the wrong thingbptato2023-03-101-4/+4
* dom: store index among siblings for nodesbptato2023-03-102-58/+68
* dom: set document url in constructorbptato2023-03-081-1/+2
* layout/engine: fix double positioning absolute boxesbptato2023-02-192-0/+11
* layout/engine: fix some tab alignment issuesbptato2023-02-141-2/+4
* dom: set childonly flags where neededbptato2023-02-141-6/+7
* html/dom: add Node.remove()bptato2023-02-131-1/+4
* css/match: fix next sibling selector (+)bptato2023-02-131-2/+2
* buffer: adapt onload to PosixStream and SocketStreambptato2023-02-131-15/+14
* setTimeout, setInterval: hack to fix 0 timeoutbptato2023-02-091-2/+2
* quickjs: make JSValue distinct on 32-bitbptato2023-02-052-2/+7
* Slightly improve request api (less crashes)bptato2023-02-054-7/+11
* Update IdnaMappingTable.txtbptato2023-02-051-32/+137
* eprint: make it a functionbptato2023-02-051-1/+1
* Update character width rangesbptato2023-02-053-168/+2763
* w3m.toml: fix quitbptato2023-02-051-2/+2
* Remove unused variablebptato2023-01-271-1/+0
* Make width table at compile-timebptato2023-01-273-65/+102
* WIP selector rewritebptato2023-01-274-451/+365
* selectorparser: refactor, fix combinator bugsbptato2023-01-201-79/+79
* buffer: do not move cursor in scrollLeftbptato2023-01-201-2/+0
* layout: fix position:absolute, remove position:fixedbptato2023-01-202-31/+45
* selectorparser: parse comma correctly in combinatorsbptato2023-01-201-0/+3
* res/config: fix M-c console bindingbptato2023-01-201-4/+1
* layout/engine: fix tab displaybptato2023-01-191-1/+4
* buffer/container: fix cursor overwriting double-width charsbptato2023-01-111-1/+22
* pager, term: fix inefficiencies, off by one errorsbptato2023-01-112-13/+15
* io/window: use all available columnsbptato2023-01-081-5/+7
* css/values: remove equalsbptato2023-01-081-32/+0
* css/values: add floatbptato2023-01-081-4/+23
* Update readmebptato2023-01-081-5/+27
* css/cascade, layout/engine: add table alignbptato2023-01-083-39/+49
* res/config, doc/config: encode search query stringsbptato2023-01-082-15/+15
* renderdocument: fix failing assertionbptato2023-01-071-0/+8
* display/pager: correct maximum status message widthbptato2023-01-071-4/+6
* selectorparser: do not accept invalid selectorsbptato2023-01-071-44/+78
* css/cascade: remove scoped sheetsbptato2023-01-074-53/+28
* css/values, parser, ...: fix background-imagebptato2023-01-063-32/+68
* layout/engine: fix marker box computed valuesbptato2023-01-061-1/+1
* res/ua.css: no !important for display: nonebptato2023-01-061-2/+3
* utils/twtstr: simplify mnormalizebptato2023-01-061-4/+1
* Slightly refactor commandModebptato2023-01-064-12/+27
* layout/engine: fix non-inheritable values for inline boxbptato2023-01-063-40/+75
* twtstr: fix oversightbptato2023-01-051-6/+1
* display/client: quit when pager.buffer is nullbptato2023-01-051-0/+3
* data/idna, utils/twtstr: clean up, fix bugsbptato2023-01-052-58/+63
* socketstream: remove todobptato2023-01-051-1/+0
* layout/engine: fix pre-line wrap on newlinebptato2023-01-051-1/+6
* dom: fix object conversion bug in optionsbptato2023-01-051-1/+1
* javascript: remove unused pointer case from getTypePtrbptato2023-01-051-1/+1