about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add siteconf, fix lineedit bugsbptato2022-11-298-18/+165
| | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.)
* renderdocument: fix bug negative padwidth bugbptato2022-11-291-1/+8
| | | | padwidth could be negative because we didn't ensure cx <= x.
* Restore cursor position on reloadbptato2022-11-293-34/+49
|
* Add line editing history, other lineedit fixesbptato2022-11-294-96/+137
| | | | It's still kind of broken...
* Fix initial values for left, right, top, bottombptato2022-11-291-1/+6
|
* Add missing iflush call, add experimental line height error correctionbptato2022-11-292-1/+15
| | | | It kind of works, I guess?
* Fix container insertionbptato2022-11-281-1/+1
|
* Add position css property, inline block fixesbptato2022-11-284-111/+221
| | | | | More specifically, inline block white-space is no longer incorrectly determined by its computed values, but rather by its parent's values.
* Add textareabptato2022-11-2821-190/+411
| | | | Editing is implemented using an external editor (like vi).
* Add support for <button>bptato2022-11-274-15/+45
|
* Rework broken non-blocking iobptato2022-11-276-81/+155
| | | | | Piped input works correctly again! (Also fix hash's setter not working with url's without a fragment)
* Fix adoption agency algorithm bugsbptato2022-11-273-13/+22
|
* Fix some regressions, add loading progress barbptato2022-11-2711-253/+302
|
* Also, implement proper asyncbptato2022-11-276-283/+420
| | | | Well, not really proper, but better than nothing? Maybe not.
* Get rid of writeCommand in containerbptato2022-11-262-203/+245
| | | | We have a type system, so let's use it.
* Fix lineedit bugsbptato2022-11-264-97/+125
|
* Fix some table layout issuesbptato2022-11-2511-259/+302
|
* Add some quirks mode rules + presentational hintsbptato2022-11-257-24/+143
| | | | Only as a POC for now.
* Fix misc bugsbptato2022-11-253-9/+16
|
* Improve status messages, fix regressions, etcbptato2022-11-2511-192/+243
|
* Fix command() keybindingbptato2022-11-251-1/+1
|
* Fix typobptato2022-11-251-2/+2
|
* Fix user style regression, add minimum-contrastbptato2022-11-257-16/+65
|
* Buffer improvementsbptato2022-11-259-81/+274
|
* Avoid forking child processes from the main processbptato2022-11-2414-181/+403
| | | | Caveat: this breaks piped streams.
* Table improvementsbptato2022-11-226-39/+88
|
* Table fixes wipbptato2022-11-223-60/+61
|
* Fix tab renderingbptato2022-11-221-2/+20
|
* Move ips stuff to src/ips/bptato2022-11-227-22/+10
|
* Termcap support (?)bptato2022-11-215-87/+176
|
* Add alt-screen option, fix an ansi color bugbptato2022-11-213-8/+17
|
* Color & term improvementsbptato2022-11-2110-213/+302
|
* Color stuffbptato2022-11-214-24/+103
|
* Terminal refactoringsbptato2022-11-2014-307/+533
|
* Update readmebptato2022-11-201-18/+23
|
* Incremental loading of text files, etc.bptato2022-11-209-299/+349
|
* Fix weird screen shift behaviorbptato2022-11-193-23/+33
| | | | (or at least I hope this fixed it)
* Re-implement highlightingbptato2022-11-196-31/+83
|
* Fix table cell size calculationbptato2022-11-195-37/+44
|
* Update docsbptato2022-11-191-70/+89
|
* Rewrite buffer/pager for multi-processingbptato2022-11-1920-1983/+2514
|
* Fix incorrect fit-to-shrink heuristicsbptato2022-11-151-1/+5
| | | | No guarantees that it's correct now...
* Very much WIP table implementationbptato2022-11-154-19/+124
|
* Kill individual buffers' loader processes on exitbptato2022-11-092-7/+20
|
* Add basic notcurses bindingsbptato2022-11-091-0/+56
|
* Use separate FileLoader instance for each bufferbptato2022-11-093-8/+7
|
* Do not always assume stdin is /dev/ttybptato2022-11-095-53/+75
| | | | | 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-242-10/+16
|
* Fix crash on opening unavailable resourcesbptato2022-10-191-3/+7
|