about summary refs log tree commit diff stats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Add multiple text-decoration, overline emulationbptato2022-12-071-0/+2
|
* Add force-clearbptato2022-12-071-0/+1
|
* Add 1G as cursorFirstLine shortcutbptato2022-12-051-0/+1
|
* Add title tag support, peek, peekCursorbptato2022-12-051-0/+2
|
* Add -M, -Vbptato2022-12-051-0/+3
|
* Add siteconf, fix lineedit bugsbptato2022-11-291-0/+5
| | | | | | 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/+2
| | | | It's still kind of broken...
* Add textareabptato2022-11-282-0/+9
| | | | Editing is implemented using an external editor (like vi).
* Add support for <button>bptato2022-11-271-0/+4
|
* Fix some regressions, add loading progress barbptato2022-11-271-1/+2
|
* Fix some table layout issuesbptato2022-11-251-0/+9
|
* Add some quirks mode rules + presentational hintsbptato2022-11-252-12/+30
| | | | Only as a POC for now.
* Fix command() keybindingbptato2022-11-251-1/+1
|
* Fix user style regression, add minimum-contrastbptato2022-11-251-0/+1
|
* Add alt-screen option, fix an ansi color bugbptato2022-11-211-3/+2
|
* Color & term improvementsbptato2022-11-211-3/+4
|
* Incremental loading of text files, etc.bptato2022-11-201-3/+3
|
* Re-implement highlightingbptato2022-11-191-1/+1
|
* Fix table cell size calculationbptato2022-11-191-1/+1
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-18/+23
|
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-53/+53
|
* Add JS binding generationbptato2022-09-121-55/+56
|
* Clean up client request methods, add DUPE_BUFFERbptato2022-08-181-2/+3
|
* Add interactive <select>bptato2022-07-311-11/+15
|
* Increase tokenizer buffer size, add mark color optionbptato2022-07-291-0/+4
|
* Remove unmaintained networking callsbptato2022-07-241-4/+0
|
* Add search functionbptato2022-07-221-0/+4
| | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK.
* Implement select element displaybptato2022-07-171-0/+34
| | | | | You can't actually use them yet. But at least they don't flood the screen with options now.
* Fix basic list displaybptato2022-07-151-1/+0
|
* Throw out unused functionsbptato2022-07-131-100/+0
|
* Initial QuickJS integrationbptato2022-07-131-0/+1
|
* Add curl supportbptato2022-06-071-0/+4
| | | | This calls the curl binary, not libcurl.
* Implement blink tagbptato2022-02-121-0/+4
| | | | with text-decoration: blink.
* Optimize :is selectorbptato2022-01-301-3/+3
|
* Implement formsbptato2022-01-291-5/+32
| | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think.
* Implement text-align and <center>bptato2022-01-291-0/+4
|
* Implement basics of new layout enginebptato2022-01-181-0/+4
|
* Add punycode supportbptato2021-12-291-0/+8922
|
* Honestly I'm not sure what I added here...bptato2021-12-212-4/+10
|
* Add double-width-ambiguous to config.tomlbptato2021-12-191-0/+3
|
* Add commands for vertical navigation on displayed linebptato2021-12-191-1/+3
|
* List CSS stuffbptato2021-12-171-2/+10
|
* Better inline block supportbptato2021-12-151-1/+13
| | | | | | Still needs a refactoring of at least the inline processing algorithm to work somewhat correctly. (how that should be done is another question...)
* Do not render text outside of bufferbptato2021-12-151-1/+1
|
* DL support and BR fixesbptato2021-12-141-6/+21
|
* Support all css length unitsbptato2021-12-141-6/+6
|
* Unicode unordered list markersbptato2021-12-141-2/+2
|
* Add lists, function selector fixesbptato2021-12-141-0/+20
|
* Support ::before, ::after pseudo elementsbptato2021-12-131-2/+10
|
* Change configuration format to tomlbptato2021-12-053-64/+63
|