about summary refs log tree commit diff stats
path: root/src/display
Commit message (Expand)AuthorAgeFilesLines
* term: hack to avoid a weird crashbptato2023-01-021-2/+8
* Fix connection load info not being shownbptato2023-01-022-3/+6
* loader: proper redirect handlingbptato2023-01-011-3/+4
* buffer: fix some search bugs & refactor regex stuffbptato2023-01-011-1/+1
* pager: fix bug with tab on screen shiftingbptato2023-01-011-2/+3
* Add promise support to JSbptato2022-12-311-1/+9
* Proper support for tabsbptato2022-12-272-11/+15
* dom: fix collection cachingbptato2022-12-271-0/+6
* pager: improve title display, fix alert displaybptato2022-12-252-4/+35
* pager: proxy values in container; js: bugfixesbptato2022-12-202-70/+55
* Add unicode normalization, etcbptato2022-12-191-6/+18
* Add JS support to documentsbptato2022-12-182-26/+27
* Allow cycling through hover-texts with ubptato2022-12-162-15/+14
* Fix a processFormat bugbptato2022-12-162-6/+8
* discardTree only kills child buffers, fix discardBufferbptato2022-12-161-3/+5
* container: do not load all lines at once in readLinesbptato2022-12-151-4/+2
* pager: fix getRoot returning nothingbptato2022-12-151-0/+1
* Fix console display bugs, add container.locationbptato2022-12-151-2/+5
* Add discardTree, update docsbptato2022-12-151-19/+34
* term: improve screen/line clearingbptato2022-12-151-4/+12
* Fix searchbptato2022-12-141-1/+5
* Add referer support, re-render on windowChangebptato2022-12-131-18/+32
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+1
* Add more cookie optionsbptato2022-12-132-9/+8
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-12/+11
* Update config and config docsbptato2022-12-131-5/+10
* Add all sorts of config options and cookiesbptato2022-12-133-35/+67
* Fix color contrast correctionbptato2022-12-121-28/+27
* Add wikipedia substitution, bookmark file keybindingbptato2022-12-111-4/+6
* Fix container replacement bugsbptato2022-12-111-0/+7
* Fixes & QOL improvementsbptato2022-12-111-5/+40
* Fix -dbptato2022-12-103-26/+79
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-102-5/+5
* Fix overline emulation in middle of linebptato2022-12-071-0/+11
* Add multiple text-decoration, overline emulationbptato2022-12-071-1/+21
* Add force-clearbptato2022-12-071-1/+1
* Catch EOFError in console.readCharbptato2022-12-071-1/+4
* Do not set client.console.tty twicebptato2022-12-061-3/+2
* Add title tag support, peek, peekCursorbptato2022-12-051-1/+7
* Handle events after input toobptato2022-12-051-0/+3
* Add event loop to headless modebptato2022-12-031-0/+24
* Make redraw() actually clear the screenbptato2022-12-012-0/+5
* Fix some screen update issues, remove redraw timerbptato2022-12-012-11/+2
* term: fix cursorForward, cursorBackwardbptato2022-11-301-2/+2
* Add siteconf, fix lineedit bugsbptato2022-11-292-6/+24
* Restore cursor position on reloadbptato2022-11-291-4/+6
* Add line editing history, other lineedit fixesbptato2022-11-292-13/+23
* Fix container insertionbptato2022-11-281-1/+1
* Add textareabptato2022-11-283-2/+483
* Rework broken non-blocking iobptato2022-11-271-7/+10