about summary refs log tree commit diff stats
path: root/src/display/client.nim
Commit message (Collapse)AuthorAgeFilesLines
* Slightly refactor commandModebptato2023-01-061-4/+12
|
* display/client: quit when pager.buffer is nullbptato2023-01-051-0/+3
|
* Add ask()bptato2023-01-051-5/+14
|
* client, pager, dom, ...: better error handlingbptato2023-01-041-73/+85
| | | | Now the browser shouldn't completely die when a buffer crashes.
* Fix connection load info not being shownbptato2023-01-021-2/+5
|
* Add promise support to JSbptato2022-12-311-1/+9
|
* dom: fix collection cachingbptato2022-12-271-0/+6
| | | | Use ids instead of pure pointers, so we can utilize the JS finalizer.
* pager: improve title display, fix alert displaybptato2022-12-251-0/+1
|
* pager: proxy values in container; js: bugfixesbptato2022-12-201-8/+7
| | | | Also, a little bonus: w3m keybindings
* Add JS support to documentsbptato2022-12-181-25/+23
|
* Allow cycling through hover-texts with ubptato2022-12-161-9/+8
|
* Fix console display bugs, add container.locationbptato2022-12-151-2/+5
|
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+1
| | | | Also probably other fixes.
* Add more cookie optionsbptato2022-12-131-2/+2
|
* Add all sorts of config options and cookiesbptato2022-12-131-2/+6
|
* Fix -dbptato2022-12-101-0/+27
|
* Catch EOFError in console.readCharbptato2022-12-071-1/+4
|
* Do not set client.console.tty twicebptato2022-12-061-3/+2
|
* Handle events after input toobptato2022-12-051-0/+3
|
* Add event loop to headless modebptato2022-12-031-0/+24
|
* Fix some screen update issues, remove redraw timerbptato2022-12-011-5/+1
| | | | | For now it's unnecessary; may be re-added later to support some dynamic document features.
* Add siteconf, fix lineedit bugsbptato2022-11-291-2/+2
| | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.)
* Add line editing history, other lineedit fixesbptato2022-11-291-0/+4
| | | | It's still kind of broken...
* Add textareabptato2022-11-281-1/+1
| | | | Editing is implemented using an external editor (like vi).
* Fix some regressions, add loading progress barbptato2022-11-271-17/+20
|
* Also, implement proper asyncbptato2022-11-271-3/+3
| | | | Well, not really proper, but better than nothing? Maybe not.
* Improve status messages, fix regressions, etcbptato2022-11-251-43/+63
|
* Fix user style regression, add minimum-contrastbptato2022-11-251-12/+14
|
* Buffer improvementsbptato2022-11-251-22/+25
|
* Avoid forking child processes from the main processbptato2022-11-241-28/+62
| | | | Caveat: this breaks piped streams.
* Termcap support (?)bptato2022-11-211-1/+5
|
* Color & term improvementsbptato2022-11-211-29/+33
|
* Terminal refactoringsbptato2022-11-201-23/+22
|
* Incremental loading of text files, etc.bptato2022-11-201-147/+114
|
* Fix weird screen shift behaviorbptato2022-11-191-2/+3
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-191-1/+2
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-65/+88
|
* Kill individual buffers' loader processes on exitbptato2022-11-091-7/+5
|
* Use separate FileLoader instance for each bufferbptato2022-11-091-2/+2
|
* Do not always assume stdin is /dev/ttybptato2022-11-091-19/+32
| | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.)
* Fix piped streamsbptato2022-10-241-1/+3
|
* Reopen tty read-only, refresh containers when switchedbptato2022-10-241-1/+1
|
* Fix crash on opening unavailable resourcesbptato2022-10-191-3/+7
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-545/+48
|
* WIP pagerbptato2022-10-041-21/+23
|
* Bugfixes & test JS event loopbptato2022-09-161-18/+110
|
* Tweaks/bugfixes for armbptato2022-09-141-2/+1
|
* More JS bindingsbptato2022-09-131-10/+174
|
* Add JS binding generationbptato2022-09-121-0/+591