| Commit message (Expand) | Author | Age | Files | Lines |
* | layout -> css | bptato | 2024-11-10 | 4 | -4078/+0 |
* | layout: improve image sizing | bptato | 2024-11-09 | 1 | -24/+16 |
* | renderdocument: basic stacking context support | bptato | 2024-11-09 | 1 | -14/+42 |
* | layout: adjust fixed positioning | bptato | 2024-11-09 | 1 | -2/+12 |
* | layout: fix a few more flex sizing bugs | bptato | 2024-11-09 | 1 | -61/+84 |
* | layout: fix initial flex item width calculation | bptato | 2024-11-08 | 1 | -13/+32 |
* | utils, types: merge some modules | bptato | 2024-11-03 | 2 | -2/+1 |
* | renderdocument: recurse in renderBlockBox | bptato | 2024-11-03 | 1 | -54/+47 |
* | layout: fix a small table bug | bptato | 2024-11-02 | 1 | -2/+2 |
* | layout: remove inline rounding | bptato | 2024-11-02 | 2 | -6/+2 |
* | layout: fix yet another inline float bug | bptato | 2024-11-01 | 1 | -1/+4 |
* | layout: simplify a bit, fix some inline float bugs | bptato | 2024-11-01 | 2 | -113/+77 |
* | layout: refactor flow and fix some bugs in the process | bptato | 2024-10-31 | 3 | -351/+318 |
* | layout: fix margin resolution for absolutely positioned boxes | bptato | 2024-10-28 | 1 | -6/+10 |
* | layout: implement position: fixed | bptato | 2024-10-28 | 2 | -16/+18 |
* | layout: fix nested absolute positioning, refactor initial size resolution | bptato | 2024-10-25 | 2 | -109/+113 |
* | layout: remove questionable use of newSeqUninitialized | bptato | 2024-10-21 | 1 | -5/+2 |
* | layout: fix inline float + position: absolute bug | bptato | 2024-10-16 | 1 | -5/+6 |
* | css: add reverse video extension | bptato | 2024-10-15 | 1 | -0/+2 |
* | layout: fix float positioning in inline contexts | bptato | 2024-10-15 | 1 | -60/+120 |
* | layout: correct `position: absolute' (FINALLY) | bptato | 2024-10-15 | 2 | -157/+229 |
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 1 | -6/+13 |
* | layout: small cleanup | bptato | 2024-10-07 | 1 | -14/+11 |
* | color: reduce CellColor size, misc color refactoring | bptato | 2024-10-06 | 1 | -11/+19 |
* | layout: fix floats overriding margin/padding | bptato | 2024-10-05 | 1 | -2/+3 |
* | container: fix control char display | bptato | 2024-09-28 | 1 | -4/+4 |
* | layout: fix wrong padding offsets | bptato | 2024-09-27 | 2 | -54/+44 |
* | sixel: support transparency | bptato | 2024-09-24 | 1 | -3/+1 |
* | sixel: use inline background for blending | bptato | 2024-09-24 | 1 | -1/+3 |
* | layout: remove line-height | bptato | 2024-09-21 | 1 | -43/+13 |
* | Refactor img/* | bptato | 2024-09-15 | 3 | -3/+3 |
* | renderdocument: fix image background coloring | bptato | 2024-09-13 | 1 | -13/+16 |
* | utils: add twtuni | bptato | 2024-09-08 | 2 | -30/+25 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 3 | -4/+4 |
* | layout: fix table height constraint type | bptato | 2024-08-30 | 1 | -1/+9 |
* | layout: fix whitespace weirdness | bptato | 2024-08-23 | 1 | -1/+3 |
* | winattrs: un-snakeify | bptato | 2024-08-23 | 1 | -2/+2 |
* | buffer, layout: small refactoring | bptato | 2024-07-29 | 1 | -16/+15 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -1/+1 |
* | layout: merge neighboring words | bptato | 2024-07-28 | 3 | -32/+28 |
* | layout: inline table fixes | bptato | 2024-07-27 | 1 | -54/+154 |
* | layout: position: relative, absolute fixes | bptato | 2024-07-26 | 1 | -34/+52 |
* | layout: fix incorrect absolute positioning | bptato | 2024-07-25 | 2 | -18/+26 |
* | layout: min/max sizing fixes | bptato | 2024-07-25 | 2 | -29/+58 |
* | layout: fix various flex column sizing bugs | bptato | 2024-07-22 | 1 | -24/+58 |
* | renderdocument: fix clickable images | bptato | 2024-07-12 | 1 | -0/+5 |
* | renderdocument: clean up setText | bptato | 2024-07-06 | 1 | -100/+107 |
* | layout: reduce copies | bptato | 2024-07-03 | 2 | -27/+35 |
* | layout: fix positioning bug | bptato | 2024-07-02 | 1 | -4/+5 |
* | renderdocument: avoid recursion | bptato | 2024-06-30 | 1 | -9/+12 |