about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* default config: make the search function slightly more robustbptato2022-12-251-1/+1
* 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
* pager: improve title display, fix alert displaybptato2022-12-252-4/+35
* ips/editor: don't write file for empty input, check for conflicting filesbptato2022-12-251-7/+12
* ips/editor: make default line 1bptato2022-12-251-1/+1
* Add font color presentational hintbptato2022-12-251-0/+6
* rendertext: fix tab weirdnessbptato2022-12-251-10/+8
* layout/engine: clean up & fix width computationbptato2022-12-252-163/+142
* css/values: fix some incorrectly accepted valuesbptato2022-12-211-18/+29
* Remove todobptato2022-12-211-1/+0
* dom: fix select default displaybptato2022-12-211-3/+15
* layout/engine: simplify a bitbptato2022-12-212-38/+29
* Update readmebptato2022-12-211-25/+17
* pager: proxy values in container; js: bugfixesbptato2022-12-209-149/+264
* Fix JS_GetPropertyNames bindingsbptato2022-12-202-2/+4
* layout/engine: reset absolutes on relayoutbptato2022-12-201-0/+1
* Update readmebptato2022-12-201-3/+31
* Add unicode normalization, etcbptato2022-12-198-84/+156
* More DOM workbptato2022-12-1910-342/+660
* lineedit: fix crash in prevHist/nextHistbptato2022-12-191-0/+3
* File browser: sort filesbptato2022-12-191-1/+20
* More work on DOM (incl. bugfixes)bptato2022-12-194-216/+251
* Add file browserbptato2022-12-182-25/+75
* Add JS support to documentsbptato2022-12-1816-343/+1065
* Fix division by zero in table layoutbptato2022-12-171-6/+8
* Allow cycling through hover-texts with ubptato2022-12-165-44/+76
* htmltokenizer: fix after attribute value (quoted) bugbptato2022-12-161-1/+3
* Display text for img tag, background-imagebptato2022-12-167-59/+116
* Update visual home page, use name consistentlybptato2022-12-165-15/+43
* Fix a processFormat bugbptato2022-12-162-6/+8
* Remove obsolete buildInlineTableBoxbptato2022-12-161-27/+0
* Document discardTreebptato2022-12-161-0/+5
* discardTree only kills child buffers, fix discardBufferbptato2022-12-162-6/+8
* layout/engine: clean up shrink attributebptato2022-12-162-58/+69
* layout/engine: fix a <br> bug that ate inline boxes, add broken min-width/max...bptato2022-12-163-15/+87