about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* pager: proxy values in container; js: bugfixesbptato2022-12-206-147/+161
| | | | Also, a little bonus: w3m keybindings
* Fix JS_GetPropertyNames bindingsbptato2022-12-202-2/+4
|
* layout/engine: reset absolutes on relayoutbptato2022-12-201-0/+1
|
* 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-164-43/+73
|
* htmltokenizer: fix after attribute value (quoted) bugbptato2022-12-161-1/+3
| | | | I forgot to change the last case when copy-pasting. Oops.
* Display text for img tag, background-imagebptato2022-12-167-59/+116
|
* Update visual home page, use name consistentlybptato2022-12-161-3/+3
|
* Fix a processFormat bugbptato2022-12-162-6/+8
|
* Remove obsolete buildInlineTableBoxbptato2022-12-161-27/+0
|
* discardTree only kills child buffers, fix discardBufferbptato2022-12-161-3/+5
|
* layout/engine: clean up shrink attributebptato2022-12-162-58/+69
|
* layout/engine: fix a <br> bug that ate inline boxes, add broken ↵bptato2022-12-163-15/+87
| | | | | | | | | min-width/max-width min-width, max-width, min-height, max-height are mostly broken, because they aren't enforced on inline level. Though really the whole size calculation mechanism needs to be refactored, its current state is horrible.
* Fix tab width in prebptato2022-12-151-0/+2
|
* git wtf momentbptato2022-12-151-11/+0
|
* Merge branch 'master' of ssh://192.168.0.230/~/x/chabptato2022-12-151-0/+11
|\
| * htmltokenizer: implement a small todobptato2022-12-152-7/+13
| |
* | container: do not load all lines at once in readLinesbptato2022-12-153-14/+28
| |
* | pager: fix getRoot returning nothingbptato2022-12-151-0/+1
| |
* | makeCRLF: move to twtstr, write last charbptato2022-12-152-16/+23
| |
* | Remove obsolete renderPlainText procbptato2022-12-151-42/+0
| |
* | Fix console display bugs, add container.locationbptato2022-12-153-4/+15
| |
* | htmltokenizer: implement a small todobptato2022-12-152-16/+21
|/
* htmltokenizer: fix newline handling with insufficient buffer lengthbptato2022-12-151-2/+6
|
* Add discardTree, update docsbptato2022-12-152-21/+36
|
* term: improve screen/line clearingbptato2022-12-151-4/+12
|
* Fix error handling on buffer closebptato2022-12-151-14/+18
|
* Make load() slightly less dumbbptato2022-12-154-57/+109
| | | | | This gets rid of the inefficient timeout thing. Still, the ideal solution would be to move the timeout into the container; TODO.
* cssparser: check for EOF in first read chunkbptato2022-12-142-3/+6
| | | | To-do: use decoderstream...
* rendertext, color: fix escape codesbptato2022-12-142-1/+2
|
* Fix searchbptato2022-12-142-2/+7
|
* doc: fix headers; url: fix a shorten_path bugbptato2022-12-131-1/+1
|
* Add referer support, re-render on windowChangebptato2022-12-1313-92/+262
|
* Fix stream error handling confusion, title displaybptato2022-12-1313-42/+92
| | | | Also probably other fixes.
* Add more cookie optionsbptato2022-12-138-31/+69
|
* cookie: check for domainbptato2022-12-131-1/+1
|
* Fix path mime type detectionbptato2022-12-131-2/+2
|
* Add network.max-redirect, prepend-https optionsbptato2022-12-133-14/+22
|
* Update config and config docsbptato2022-12-134-17/+81
|