Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix division by zero in table layout | bptato | 2022-12-17 | 1 | -6/+8 |
| | |||||
* | Allow cycling through hover-texts with u | bptato | 2022-12-16 | 4 | -43/+73 |
| | |||||
* | htmltokenizer: fix after attribute value (quoted) bug | bptato | 2022-12-16 | 1 | -1/+3 |
| | | | | I forgot to change the last case when copy-pasting. Oops. | ||||
* | Display text for img tag, background-image | bptato | 2022-12-16 | 7 | -59/+116 |
| | |||||
* | Update visual home page, use name consistently | bptato | 2022-12-16 | 1 | -3/+3 |
| | |||||
* | Fix a processFormat bug | bptato | 2022-12-16 | 2 | -6/+8 |
| | |||||
* | Remove obsolete buildInlineTableBox | bptato | 2022-12-16 | 1 | -27/+0 |
| | |||||
* | discardTree only kills child buffers, fix discardBuffer | bptato | 2022-12-16 | 1 | -3/+5 |
| | |||||
* | layout/engine: clean up shrink attribute | bptato | 2022-12-16 | 2 | -58/+69 |
| | |||||
* | layout/engine: fix a <br> bug that ate inline boxes, add broken ↵ | bptato | 2022-12-16 | 3 | -15/+87 |
| | | | | | | | | | min-width/max-width min-width, max-width, min-height, max-height are mostly broken, because they aren't enforced on inline level. Though really the whole size calculation mechanism needs to be refactored, its current state is horrible. | ||||
* | Fix tab width in pre | bptato | 2022-12-15 | 1 | -0/+2 |
| | |||||
* | git wtf moment | bptato | 2022-12-15 | 1 | -11/+0 |
| | |||||
* | Merge branch 'master' of ssh://192.168.0.230/~/x/cha | bptato | 2022-12-15 | 1 | -0/+11 |
|\ | |||||
| * | htmltokenizer: implement a small todo | bptato | 2022-12-15 | 2 | -7/+13 |
| | | |||||
* | | container: do not load all lines at once in readLines | bptato | 2022-12-15 | 3 | -14/+28 |
| | | |||||
* | | pager: fix getRoot returning nothing | bptato | 2022-12-15 | 1 | -0/+1 |
| | | |||||
* | | makeCRLF: move to twtstr, write last char | bptato | 2022-12-15 | 2 | -16/+23 |
| | | |||||
* | | Remove obsolete renderPlainText proc | bptato | 2022-12-15 | 1 | -42/+0 |
| | | |||||
* | | Fix console display bugs, add container.location | bptato | 2022-12-15 | 3 | -4/+15 |
| | | |||||
* | | htmltokenizer: implement a small todo | bptato | 2022-12-15 | 2 | -16/+21 |
|/ | |||||
* | htmltokenizer: fix newline handling with insufficient buffer length | bptato | 2022-12-15 | 1 | -2/+6 |
| | |||||
* | Add discardTree, update docs | bptato | 2022-12-15 | 2 | -21/+36 |
| | |||||
* | term: improve screen/line clearing | bptato | 2022-12-15 | 1 | -4/+12 |
| | |||||
* | Fix error handling on buffer close | bptato | 2022-12-15 | 1 | -14/+18 |
| | |||||
* | Make load() slightly less dumb | bptato | 2022-12-15 | 4 | -57/+109 |
| | | | | | This gets rid of the inefficient timeout thing. Still, the ideal solution would be to move the timeout into the container; TODO. | ||||
* | cssparser: check for EOF in first read chunk | bptato | 2022-12-14 | 2 | -3/+6 |
| | | | | To-do: use decoderstream... | ||||
* | rendertext, color: fix escape codes | bptato | 2022-12-14 | 2 | -1/+2 |
| | |||||
* | Fix search | bptato | 2022-12-14 | 2 | -2/+7 |
| | |||||
* | doc: fix headers; url: fix a shorten_path bug | bptato | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 13 | -92/+262 |
| | |||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 13 | -42/+92 |
| | | | | Also probably other fixes. | ||||
* | Add more cookie options | bptato | 2022-12-13 | 8 | -31/+69 |
| | |||||
* | cookie: check for domain | bptato | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | Fix path mime type detection | bptato | 2022-12-13 | 1 | -2/+2 |
| | |||||
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 3 | -14/+22 |
| | |||||
* | Update config and config docs | bptato | 2022-12-13 | 4 | -17/+81 |
| | |||||
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 12 | -102/+281 |
| | |||||
* | cssparser: fix a parseAnB bug | bptato | 2022-12-12 | 1 | -1/+1 |
| | | | | Just a typo... | ||||
* | Fix color contrast correction | bptato | 2022-12-12 | 4 | -68/+88 |
| | | | | | Instead of just inverting the color and hoping for the best, convert it to YUV and increase/decrease luminance based on results. | ||||
* | Make background-color non-inherited; fix {}= for CSSComputedValues | bptato | 2022-12-12 | 2 | -24/+19 |
| | |||||
* | renderdocument: fix another formatting bug | bptato | 2022-12-12 | 1 | -3/+5 |
| | |||||
* | Add support for q, fix list-item counter behavior | bptato | 2022-12-12 | 4 | -74/+254 |
| | |||||
* | renderdocument: fix overwriting formatcells | bptato | 2022-12-12 | 1 | -3/+10 |
| | | | | Gets rid of weird underline effects. Also fixes nx calculation, I think. | ||||
* | Add urlfilter | bptato | 2022-12-12 | 5 | -12/+45 |
| | |||||
* | Add wikipedia substitution, bookmark file keybinding | bptato | 2022-12-11 | 1 | -4/+6 |
| | |||||
* | Remove libregexp headers | bptato | 2022-12-11 | 3 | -222/+4 |
| | | | | we should be fine..... | ||||
* | Add visual-home, rename undocumented config values | bptato | 2022-12-11 | 2 | -5/+11 |
| | |||||
* | layout/engine: fix wrap on pre-wrap (instead of pre-line) | bptato | 2022-12-11 | 1 | -1/+1 |
| | |||||
* | Fix container replacement bugs | bptato | 2022-12-11 | 1 | -0/+7 |
| | |||||
* | Add border-collapse, border-spacing; fix fd sending hack | bptato | 2022-12-11 | 4 | -19/+90 |
| | | | | | | Note that they don't actually work correctly because of rounding errors. The fd sending hack now emits C directly. Let's hope this actually works. |