Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Re-implement highlighting | bptato | 2022-11-19 | 5 | -30/+82 | |
| | ||||||
* | Fix table cell size calculation | bptato | 2022-11-19 | 4 | -36/+43 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 19 | -1965/+2491 | |
| | ||||||
* | Fix incorrect fit-to-shrink heuristics | bptato | 2022-11-15 | 1 | -1/+5 | |
| | | | | No guarantees that it's correct now... | |||||
* | Very much WIP table implementation | bptato | 2022-11-15 | 4 | -19/+124 | |
| | ||||||
* | Kill individual buffers' loader processes on exit | bptato | 2022-11-09 | 2 | -7/+20 | |
| | ||||||
* | Add basic notcurses bindings | bptato | 2022-11-09 | 1 | -0/+56 | |
| | ||||||
* | Use separate FileLoader instance for each buffer | bptato | 2022-11-09 | 3 | -8/+7 | |
| | ||||||
* | Do not always assume stdin is /dev/tty | bptato | 2022-11-09 | 5 | -53/+75 | |
| | | | | | This way we theoretically don't have to wait for stdin input to finish loading from e.g. a pipe before we start accepting input. (In practice, we still do.) | |||||
* | Fix piped streams | bptato | 2022-10-24 | 1 | -1/+3 | |
| | ||||||
* | Reopen tty read-only, refresh containers when switched | bptato | 2022-10-24 | 2 | -10/+16 | |
| | ||||||
* | Fix crash on opening unavailable resources | bptato | 2022-10-19 | 1 | -3/+7 | |
| | ||||||
* | Make it compile... | bptato | 2022-10-19 | 3 | -4/+4 | |
| | ||||||
* | Fix incorrect mark rendering | bptato | 2022-10-19 | 1 | -1/+1 | |
| | ||||||
* | Re-enable media queries | bptato | 2022-10-19 | 3 | -13/+31 | |
| | ||||||
* | Fix Meta+Control keybindings | bptato | 2022-10-19 | 1 | -8/+9 | |
| | ||||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 7 | -574/+597 | |
| | ||||||
* | WIP pager | bptato | 2022-10-04 | 7 | -60/+140 | |
| | ||||||
* | Binding & macro refactorings | bptato | 2022-10-01 | 4 | -125/+146 | |
| | ||||||
* | Rename jsget/jsset to jsfget/jsfset for functions | bptato | 2022-09-16 | 4 | -25/+27 | |
| | | | | | The original idea was to use the same pragmas as object members, but unfortunately this doesn't seem to work consistently after all. | |||||
* | Bugfixes & test JS event loop | bptato | 2022-09-16 | 3 | -54/+214 | |
| | ||||||
* | Tweaks/bugfixes for arm | bptato | 2022-09-14 | 4 | -6/+7 | |
| | ||||||
* | More JS bindings | bptato | 2022-09-13 | 14 | -231/+638 | |
| | ||||||
* | Add JS binding generation | bptato | 2022-09-12 | 12 | -355/+1993 | |
| | ||||||
* | Use unix domain sockets for IPC | bptato | 2022-09-06 | 6 | -124/+195 | |
| | ||||||
* | Add a network stream wrapper, improve eprint | bptato | 2022-09-05 | 5 | -26/+70 | |
| | ||||||
* | Fix combinator bugs + reimplement querySelectorAll | bptato | 2022-09-01 | 2 | -119/+51 | |
| | ||||||
* | Fix :nth-last-child | bptato | 2022-08-23 | 1 | -3/+9 | |
| | ||||||
* | Use more accurate selector terminology | bptato | 2022-08-23 | 3 | -31/+39 | |
| | ||||||
* | Fix nth-child bugs, rename select to match | bptato | 2022-08-23 | 7 | -70/+89 | |
| | ||||||
* | Merge functional and normal pseudo-class selectors | bptato | 2022-08-21 | 5 | -137/+352 | |
| | | | | And parse An+B syntax for nth-child/nth-last-child. | |||||
* | Refactor css function selectors a bit | bptato | 2022-08-20 | 3 | -33/+32 | |
| | ||||||
* | Small refactoring | bptato | 2022-08-20 | 4 | -22/+25 | |
| | ||||||
* | Work on tables | bptato | 2022-08-18 | 2 | -6/+59 | |
| | ||||||
* | Fix request error handling | bptato | 2022-08-18 | 5 | -46/+47 | |
| | ||||||
* | Clean up client request methods, add DUPE_BUFFER | bptato | 2022-08-18 | 5 | -90/+93 | |
| | ||||||
* | Use a separate process for file loading | bptato | 2022-08-18 | 6 | -61/+311 | |
| | | | | | Not very useful for now, since we still have to load the entire page before parsing it. | |||||
* | Refactor fileloader | bptato | 2022-08-08 | 4 | -212/+263 | |
| | ||||||
* | Remove httpclient dependency | bptato | 2022-08-04 | 3 | -30/+72 | |
| | ||||||
* | Slightly better handling of http auth + redirect | bptato | 2022-08-03 | 2 | -24/+32 | |
| | ||||||
* | Fix incorrect selector parsing, remove httpclient from loader | bptato | 2022-08-03 | 5 | -13/+96 | |
| | ||||||
* | Do not display password on status line | bptato | 2022-08-03 | 2 | -3/+3 | |
| | | | | Editing the URL still does. | |||||
* | Store FixedCell contents as str | bptato | 2022-08-03 | 2 | -13/+11 | |
| | ||||||
* | Fix non-special url scheme parsing | bptato | 2022-08-02 | 2 | -5/+6 | |
| | ||||||
* | Fix renderdocument setText etc. | bptato | 2022-08-02 | 4 | -120/+138 | |
| | ||||||
* | Make marks a property of buffer | bptato | 2022-08-01 | 3 | -16/+28 | |
| | | | | So that re-rendering the buffer doesn't destroy all marks. | |||||
* | Hide passwords while typing | bptato | 2022-07-31 | 3 | -13/+24 | |
| | ||||||
* | Add interactive <select> | bptato | 2022-07-31 | 5 | -7/+62 | |
| | ||||||
* | Update docs | bptato | 2022-07-30 | 1 | -0/+2 | |
| | ||||||
* | Add SupportedFormAssociatedElements | bptato | 2022-07-30 | 3 | -8/+11 | |
| |