about summary refs log tree commit diff stats
path: root/src/display
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix some regressions, add loading progress barbptato2022-11-272-36/+47
* Also, implement proper asyncbptato2022-11-272-11/+19
* Fix lineedit bugsbptato2022-11-261-9/+9
* Fix misc bugsbptato2022-11-251-1/+6
* Improve status messages, fix regressions, etcbptato2022-11-252-122/+119
* Fix user style regression, add minimum-contrastbptato2022-11-251-12/+14
* Buffer improvementsbptato2022-11-252-22/+29
* Avoid forking child processes from the main processbptato2022-11-242-45/+79
* Table improvementsbptato2022-11-221-0/+3
* Termcap support (?)bptato2022-11-212-5/+13
* Color & term improvementsbptato2022-11-212-55/+74
* Color stuffbptato2022-11-211-9/+11
* Terminal refactoringsbptato2022-11-202-93/+83
* Incremental loading of text files, etc.bptato2022-11-202-162/+143
* Fix weird screen shift behaviorbptato2022-11-192-8/+10
* Re-implement highlightingbptato2022-11-192-14/+16
* Fix table cell size calculationbptato2022-11-191-0/+1
* Rewrite buffer/pager for multi-processingbptato2022-11-192-375/+574
* Kill individual buffers' loader processes on exitbptato2022-11-092-7/+20
* Use separate FileLoader instance for each bufferbptato2022-11-092-4/+4
* Do not always assume stdin is /dev/ttybptato2022-11-092-29/+44