about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* types/color: fix integer type confusionbptato2022-12-081-13/+13
|
* Fix overline emulation in middle of linebptato2022-12-071-0/+11
|
* htmlparser: fix bug where tokens wouldn't be reprocessed after close_cellbptato2022-12-071-0/+1
|
* Update documentationbptato2022-12-071-17/+128
|
* Add multiple text-decoration, overline emulationbptato2022-12-076-30/+58
|
* Add force-clearbptato2022-12-073-1/+4
|
* Remove unused BlockBox attributebptato2022-12-071-1/+0
|
* Note on table layout + accept inline-table in iflushbptato2022-12-071-1/+3
|
* Catch EOFError in console.readCharbptato2022-12-071-1/+4
|
* Fix table cell reflowbptato2022-12-072-54/+37
| | | | (still not perfect...)
* Do not set client.console.tty twicebptato2022-12-061-3/+2
|
* Fix stupid cmsg_len hackbptato2022-12-061-3/+3
| | | | | It's still stupid, but now it also does what it should've in the first place...
* Table changesbptato2022-12-062-16/+25
| | | | mostly failed attempts to improve the table layout
* Optimize sendCursorPosition/updateHover, close streams after loadResourcebptato2022-12-063-19/+23
|
* Add 1G as cursorFirstLine shortcutbptato2022-12-051-0/+1
|
* Trigger status event when number of lines changedbptato2022-12-051-5/+7
| | | | (So that line information is updated automatically)
* Fix a punycode decoding bugbptato2022-12-051-1/+1
|
* Hacky inline-table implementationbptato2022-12-051-2/+45
|
* Fix parsing of empty combinator selectorsbptato2022-12-051-1/+6
|
* Remove unused twtstr functionsbptato2022-12-053-31/+4
|
* Add title tag support, peek, peekCursorbptato2022-12-054-2/+41
|
* Add -M, -Vbptato2022-12-054-4/+43
|
* Proper fix for url hash setterbptato2022-12-051-2/+1
|
* Handle events after input toobptato2022-12-051-0/+3
|
* Fix hack of previous commitbptato2022-12-051-1/+2
|
* 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-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
|