about summary refs log tree commit diff stats
path: root/src/io
Commit message (Expand)AuthorAgeFilesLines
...
* Rework broken non-blocking iobptato2022-11-271-1/+1
* Fix lineedit bugsbptato2022-11-262-75/+116
* Fix some table layout issuesbptato2022-11-252-29/+17
* Improve status messages, fix regressions, etcbptato2022-11-252-32/+48
* Fix user style regression, add minimum-contrastbptato2022-11-251-0/+33
* Avoid forking child processes from the main processbptato2022-11-241-39/+27
* Table improvementsbptato2022-11-221-2/+3
* Move ips stuff to src/ips/bptato2022-11-225-303/+4
* Termcap support (?)bptato2022-11-212-82/+143
* Add alt-screen option, fix an ansi color bugbptato2022-11-211-5/+9
* Color & term improvementsbptato2022-11-211-25/+34
* Color stuffbptato2022-11-211-14/+68
* Terminal refactoringsbptato2022-11-202-33/+313
* Incremental loading of text files, etc.bptato2022-11-201-2/+6
* Rewrite buffer/pager for multi-processingbptato2022-11-196-1798/+275
* Use separate FileLoader instance for each bufferbptato2022-11-091-4/+3
* Do not always assume stdin is /dev/ttybptato2022-11-093-24/+31
* 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-192-19/+40
* WIP pagerbptato2022-10-042-9/+12
* Binding & macro refactoringsbptato2022-10-011-1/+5
* More JS bindingsbptato2022-09-133-14/+41
* Add JS binding generationbptato2022-09-126-92/+131
* Use unix domain sockets for IPCbptato2022-09-065-124/+191
* Add a network stream wrapper, improve eprintbptato2022-09-053-15/+63
* Small refactoringbptato2022-08-203-22/+24
* Fix request error handlingbptato2022-08-184-19/+23
* Clean up client request methods, add DUPE_BUFFERbptato2022-08-183-53/+40
* Use a separate process for file loadingbptato2022-08-185-54/+309
* Refactor fileloaderbptato2022-08-084-212/+263
* Remove httpclient dependencybptato2022-08-042-30/+64
* Slightly better handling of http auth + redirectbptato2022-08-031-1/+3
* Fix incorrect selector parsing, remove httpclient from loaderbptato2022-08-031-2/+0
* Do not display password on status linebptato2022-08-031-1/+1
* Store FixedCell contents as strbptato2022-08-032-13/+11
* Fix renderdocument setText etc.bptato2022-08-022-39/+15
* Make marks a property of bufferbptato2022-08-012-10/+18
* Hide passwords while typingbptato2022-07-312-10/+21
* Add interactive <select>bptato2022-07-311-3/+32
* Implement HTTP Authbptato2022-07-301-13/+33
* Enable raw mode during renderingbptato2022-07-302-5/+27
* Increase tokenizer buffer size, add mark color optionbptato2022-07-291-1/+2
* Fix StyledNode invalidation & othersbptato2022-07-272-31/+30
* Remove unmaintained networking callsbptato2022-07-241-126/+2
* Link to libcurlbptato2022-07-241-1/+109
* Improved incremental search: support unicodebptato2022-07-232-42/+43
* Add search functionbptato2022-07-222-78/+211
* Optimize dombptato2022-07-211-2/+1