about summary refs log tree commit diff stats
path: root/src/io/buffer.nim
Commit message (Expand)AuthorAgeFilesLines
* Rewrite buffer/pager for multi-processingbptato2022-11-191-1285/+0
* Use separate FileLoader instance for each bufferbptato2022-11-091-4/+3
* Do not always assume stdin is /dev/ttybptato2022-11-091-7/+9
* Make it compile...bptato2022-10-191-1/+1
* Fix incorrect mark renderingbptato2022-10-191-1/+1
* Re-enable media queriesbptato2022-10-191-7/+17
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-6/+30
* WIP pagerbptato2022-10-041-5/+6
* Add JS binding generationbptato2022-09-121-28/+19
* Add a network stream wrapper, improve eprintbptato2022-09-051-11/+2
* Fix request error handlingbptato2022-08-181-2/+3
* Clean up client request methods, add DUPE_BUFFERbptato2022-08-181-22/+14
* Use a separate process for file loadingbptato2022-08-181-6/+18
* Refactor fileloaderbptato2022-08-081-8/+7
* Remove httpclient dependencybptato2022-08-041-7/+6
* Slightly better handling of http auth + redirectbptato2022-08-031-1/+3
* Do not display password on status linebptato2022-08-031-1/+1
* Store FixedCell contents as strbptato2022-08-031-9/+8
* Fix renderdocument setText etc.bptato2022-08-021-4/+3
* Make marks a property of bufferbptato2022-08-011-9/+17
* Hide passwords while typingbptato2022-07-311-2/+2
* Add interactive <select>bptato2022-07-311-3/+32
* Enable raw mode during renderingbptato2022-07-301-5/+6
* Increase tokenizer buffer size, add mark color optionbptato2022-07-291-1/+2
* Fix StyledNode invalidation & othersbptato2022-07-271-29/+28
* Improved incremental search: support unicodebptato2022-07-231-42/+37
* Add search functionbptato2022-07-221-57/+173
* Optimize dombptato2022-07-211-2/+1
* Enable remote stylesheets; fix inline block valuesbptato2022-07-181-1/+1
* Implement select element displaybptato2022-07-171-18/+29
* Fix formsbptato2022-07-171-0/+1
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-161-1/+5
* Fix reloadingbptato2022-07-141-0/+3
* Fix a tokenizer bug, clean up some warningsbptato2022-07-121-29/+5
* Fix and clean up some dom-based featuresbptato2022-07-111-5/+4
* Implement HTML5 parsingbptato2022-07-111-14/+12
* Fix cursorPrevLinkbptato2022-06-171-14/+32
* Submit form on pressing enter in search fieldbptato2022-06-171-1/+13
* Rename conflicting source filesbptato2022-05-101-1/+1
* Some refactoring for layout engine rewritebptato2022-05-101-1/+0
* Reduce formatting complexitybptato2022-02-191-15/+22
* Incomplete background-color implementationbptato2022-02-141-1/+3
* Remove some unused variablesbptato2022-02-121-4/+0
* Some loader polishingbptato2022-02-091-8/+4
* Cleanup form method codebptato2022-02-081-19/+25
* Implement formsbptato2022-01-291-19/+255
* Implement paddingbptato2022-01-261-18/+18
* Fix potential crash in next link commandbptato2022-01-261-14/+7
* Add some command line fixes, fix related bugsbptato2022-01-251-1/+3
* Disallow different scheme in link tagsbptato2022-01-251-4/+5