about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Also, implement proper asyncbptato2022-11-276-283/+420
* Get rid of writeCommand in containerbptato2022-11-262-203/+245
* Fix lineedit bugsbptato2022-11-264-97/+125
* Fix some table layout issuesbptato2022-11-2510-259/+293
* Add some quirks mode rules + presentational hintsbptato2022-11-255-12/+113
* Fix misc bugsbptato2022-11-253-9/+16
* Improve status messages, fix regressions, etcbptato2022-11-2511-192/+243
* Fix typobptato2022-11-251-2/+2
* Fix user style regression, add minimum-contrastbptato2022-11-256-16/+64
* Buffer improvementsbptato2022-11-259-81/+274
* Avoid forking child processes from the main processbptato2022-11-2414-181/+403
* Table improvementsbptato2022-11-226-39/+88
* Table fixes wipbptato2022-11-223-60/+61
* Fix tab renderingbptato2022-11-221-2/+20
* Move ips stuff to src/ips/bptato2022-11-227-22/+10
* Termcap support (?)bptato2022-11-215-87/+176
* Add alt-screen option, fix an ansi color bugbptato2022-11-212-5/+15
* Color & term improvementsbptato2022-11-219-210/+298
* Color stuffbptato2022-11-214-24/+103
* Terminal refactoringsbptato2022-11-2013-306/+533
* Incremental loading of text files, etc.bptato2022-11-208-296/+346
* Fix weird screen shift behaviorbptato2022-11-193-23/+33
* Re-implement highlightingbptato2022-11-195-30/+82
* Fix table cell size calculationbptato2022-11-194-36/+43
* Rewrite buffer/pager for multi-processingbptato2022-11-1919-1965/+2491
* Fix incorrect fit-to-shrink heuristicsbptato2022-11-151-1/+5
* Very much WIP table implementationbptato2022-11-154-19/+124
* Kill individual buffers' loader processes on exitbptato2022-11-092-7/+20
* Add basic notcurses bindingsbptato2022-11-091-0/+56
* Use separate FileLoader instance for each bufferbptato2022-11-093-8/+7
* Do not always assume stdin is /dev/ttybptato2022-11-095-53/+75
* Fix piped streamsbptato2022-10-241-1/+3
* Reopen tty read-only, refresh containers when switchedbptato2022-10-242-10/+16
* Fix crash on opening unavailable resourcesbptato2022-10-191-3/+7
* Make it compile...bptato2022-10-193-4/+4
* Fix incorrect mark renderingbptato2022-10-191-1/+1
* Re-enable media queriesbptato2022-10-193-13/+31
* Fix Meta+Control keybindingsbptato2022-10-191-8/+9
* Implement tree buffers, fix a js bug, refactorbptato2022-10-197-574/+597
* WIP pagerbptato2022-10-047-60/+140
* Binding & macro refactoringsbptato2022-10-014-125/+146
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-164-25/+27
* Bugfixes & test JS event loopbptato2022-09-163-54/+214
* Tweaks/bugfixes for armbptato2022-09-144-6/+7
* More JS bindingsbptato2022-09-1314-231/+638
* Add JS binding generationbptato2022-09-1212-355/+1993
* Use unix domain sockets for IPCbptato2022-09-066-124/+195
* Add a network stream wrapper, improve eprintbptato2022-09-055-26/+70
* Fix combinator bugs + reimplement querySelectorAllbptato2022-09-012-119/+51
* Fix :nth-last-childbptato2022-08-231-3/+9