about summary refs log tree commit diff stats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Refactor some parts of the layout enginebptato2021-11-251-9/+13
|
* Support CSS word breakbptato2021-11-231-13/+36
|
* Add margin to p, fix inline wrappingbptato2021-11-231-0/+5
|
* Bugfixes & documentationbptato2021-11-201-17/+16
|
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-1/+1
|
* Profiling and more CSS compatibilitybptato2021-11-151-3/+8
|
* Initial implementation of CSS :hoverbptato2021-11-141-0/+4
|
* Implement text-decorationbptato2021-11-131-10/+11
|
* Colors, italic, bold, read from pipebptato2021-11-121-1/+5
|
* Layout engine improvements, use author style sheetbptato2021-11-101-0/+2
|
* It's broken but it could be worsebptato2021-11-091-3/+2
|
* Remove composebptato2021-10-031-411/+0
|
* Fix widthconv bugbptato2021-08-161-2/+2
|
* Some refactoringbptato2021-08-102-4/+39
|
* Implement CSS display none in box renderer etc.bptato2021-08-081-1/+2
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Refactor display.nim and twtio.nimbptato2021-08-061-3/+3
|
* Implement new buffer model which supports X coordsbptato2021-08-051-1/+5
| | | | ...also, one can kinda use this as a file viewer now I guess
* more stuffbptato2021-08-051-0/+100
|
* More css stuffbptato2021-08-041-0/+4
|
* CSS selectors and re-organizationbptato2021-07-302-25/+38
|
* ...bptato2021-03-173-0/+2699