about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* sighbptato2022-12-051-1/+2
|
* Add event loop to headless modebptato2022-12-031-0/+24
|
* Fix index error in parseDimensionValuesbptato2022-12-031-1/+1
|
* Make redraw() actually clear the screenbptato2022-12-013-1/+8
| | | | It's more useful this way.
* Fix some screen update issues, remove redraw timerbptato2022-12-014-35/+36
| | | | | For now it's unnecessary; may be re-added later to support some dynamic document features.
* Do not center error-corrected linesbptato2022-11-301-1/+1
| | | | It sounds like a good idea, but in fact looks terrible in lists.
* *_HOME should be disabled when stdin *is* a ttybptato2022-11-301-1/+1
|
* layout: clean up previously rendered root boxesbptato2022-11-301-0/+1
|
* Clean up ips/serialize genericsbptato2022-11-301-86/+53
|
* Remove useless sread/swrite procsbptato2022-11-301-51/+16
|
* Disable *_HOME when stdin is a ttybptato2022-11-301-1/+1
|
* Load fork-server config after parsing argumentsbptato2022-11-301-1/+1
|
* Support WWW_HOME, HTTP_HOMEbptato2022-11-301-0/+7
|
* term: fix cursorForward, cursorBackwardbptato2022-11-301-2/+2
|
* Fix typobptato2022-11-301-1/+1
|
* Add siteconf, fix lineedit bugsbptato2022-11-297-18/+160
| | | | | | 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-293-96/+135
| | | | 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-2819-190/+402
| | | | Editing is implemented using an external editor (like vi).
* Add support for <button>bptato2022-11-273-15/+41
|
* 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-2710-252/+300
|
* 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-2510-259/+293
|
* Add some quirks mode rules + presentational hintsbptato2022-11-255-12/+113
| | | | Only as a POC for now.
* Fix misc bugsbptato2022-11-253-9/+16
|
* Improve status messages, fix regressions, etcbptato2022-11-2511-192/+243
|
* Fix typobptato2022-11-251-2/+2
|
* Fix user style regression, add minimum-contrastbptato2022-11-256-16/+64
|
* 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-212-5/+15
|
* Color & term improvementsbptato2022-11-219-210/+298
|
* Color stuffbptato2022-11-214-24/+103
|
* Terminal refactoringsbptato2022-11-2013-306/+533
|
* Incremental loading of text files, etc.bptato2022-11-208-296/+346
|
* Fix weird screen shift behaviorbptato2022-11-193-23/+33
| | | | (or at least I hope this fixed it)