about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* term: hack to avoid a weird crashbptato2023-01-021-2/+8
* Fix connection load info not being shownbptato2023-01-023-4/+7
* selectorparser: support :link, :visitedbptato2023-01-014-7/+22
* convert_size: truncate resultbptato2023-01-011-13/+18
* loader: proper redirect handlingbptato2023-01-015-12/+24
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-016-100/+100
* pager: fix bug with tab on screen shiftingbptato2023-01-011-2/+3
* layout/engine: fix text-align: cha-* for boxes with shrinkbptato2023-01-011-15/+22
* css/values: apply presentational hints after UA stylebptato2023-01-011-4/+5
* cascade: document a bitbptato2023-01-011-2/+7
* rendertext: fix format position for non-asciibptato2023-01-011-1/+5
* posixstream: fix incorrect read() usagebptato2023-01-011-1/+1
* javascript: more robust toJSNumberbptato2022-12-311-20/+15
* layout/engine: fix crash on padding-rightbptato2022-12-312-2/+1
* javascript: fix incorrect error() statementbptato2022-12-311-1/+1
* css/cascade: fix stylesheets not being copied in <head>bptato2022-12-311-1/+3
* selectorparser: accept less invalid selectorsbptato2022-12-311-2/+14
* NOW it should workbptato2022-12-311-4/+9
* Fix C macro insanitybptato2022-12-311-1/+2
* posixstream/socketstream: fix cross-platform compilationbptato2022-12-312-20/+26
* Remove non-existing JS type uint64bptato2022-12-312-8/+4
* Add promise support to JSbptato2022-12-318-90/+205
* Only set Location for redirect status codesbptato2022-12-301-2/+3
* Add about:blankbptato2022-12-301-1/+6
* css: fix some bugs and improve cascading a bitbptato2022-12-297-18/+78
* css/values: fix length shorthand handlingbptato2022-12-281-10/+15
* selectorparser: fix pseudo elements on combinator selectorsbptato2022-12-281-2/+5
* layout/engine: add hanging spaces, markersbptato2022-12-281-10/+25
* layout/engine: table layout improvements, fix pre-wrap whitespacebptato2022-12-283-127/+207
* buffer/container: fix highlighting widthbptato2022-12-281-2/+2
* rendertext: fix ansi escape regressionbptato2022-12-281-0/+1
* layout/engine: get rid of dom dependencybptato2022-12-276-56/+96
* Proper support for tabsbptato2022-12-278-73/+78
* rendertext: fix tab widthbptato2022-12-271-8/+7
* dom: fix collection cachingbptato2022-12-274-52/+108
* Implement DOMTokenList, item functions for collectionsbptato2022-12-262-35/+126
* getElementsByClassName on Document and Elementbptato2022-12-261-3/+9
* Correct attribute functions, de-extern jserrbptato2022-12-264-79/+65
* Consistent naming of parseURL, non-public newURLParamsbptato2022-12-262-10/+10
* dom: correct constructors, more create functionsbptato2022-12-264-46/+117
* DOM: implement many new methodsbptato2022-12-264-11/+187
* dom: add navigator objectbptato2022-12-262-2/+58
* decoderstream: fix some bugs that broke readAllbptato2022-12-261-3/+9
* layout/engine: calculate wrappervals only if neededbptato2022-12-261-2/+2
* Fix an anonymous table bugbptato2022-12-251-1/+7
* container: fix requestLines not setting setxbptato2022-12-251-0/+1
* layout/engine: handle soft hyphens, wrap on ascii dashbptato2022-12-251-13/+42
* layout/engine: store vertical-align at atom creationbptato2022-12-251-10/+9
* layout/engine: use spec in positionBlocksbptato2022-12-251-3/+2
* Fix broken css color function parsingbptato2022-12-252-32/+56