| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pager, term: use cell offset with kitty images | bptato | 2024-12-03 | 4 | -14/+35 |
* | cascade: add cellspacing | bptato | 2024-12-03 | 2 | -0/+8 |
* | cssvalues: optimize CSSComputedValues size | bptato | 2024-12-03 | 3 | -271/+269 |
* | toml, config: skip copying buf, use PosixStream | bptato | 2024-12-03 | 4 | -123/+138 |
* | cssvalues: fix min-width/min-height auto | bptato | 2024-12-02 | 1 | -19/+18 |
* | layout: temporary hack to fix xminwidth + flex | bptato | 2024-12-02 | 1 | -0/+12 |
* | cascade, cssvalues: clean up a bit more | bptato | 2024-12-02 | 2 | -68/+76 |
* | css: misc refactoring | bptato | 2024-12-02 | 5 | -137/+128 |
* | config: add copy-cmd, paste-cmd | bptato | 2024-12-01 | 1 | -0/+2 |
* | sheet, mediaquery: misc cleanup | bptato | 2024-12-01 | 2 | -64/+29 |
* | term: respect LINES, COLUMNS; do not crash without vi/ve | bptato | 2024-12-01 | 1 | -6/+12 |
* | mediaquery: fix and after bare keyword | bptato | 2024-12-01 | 1 | -1/+0 |
* | term: disable screen workaround on tmux | bptato | 2024-12-01 | 1 | -1/+2 |
* | dom: add support for @import | bptato | 2024-12-01 | 4 | -58/+92 |
* | buffer: fix nil deref | bptato | 2024-11-30 | 1 | -1/+1 |
* | pager: do not make pointless requests in viewImage, add saveImage | bptato | 2024-11-30 | 5 | -35/+49 |
* | cascade: allow presentational hints with styling=false | bptato | 2024-11-29 | 1 | -2/+2 |
* | layout: remove mystery startOffset adjustment | bptato | 2024-11-28 | 1 | -2/+0 |
* | twtstr: add mypairs | bptato | 2024-11-28 | 11 | -24/+35 |
* | layout, term, url: misc cleanup | bptato | 2024-11-28 | 3 | -4/+0 |
* | cascade: apply buffer.styling to inline styles | bptato | 2024-11-27 | 1 | -8/+11 |
* | mailcap: add x-needsstyle extension field | bptato | 2024-11-27 | 2 | -2/+8 |
* | layout: support br clear | bptato | 2024-11-27 | 1 | -28/+34 |
* | buffer: optimize hover switching | bptato | 2024-11-26 | 2 | -2/+15 |
* | config.configdir -> config.dir | bptato | 2024-11-26 | 3 | -5/+5 |
* | select: pad options in newSelect | bptato | 2024-11-26 | 2 | -18/+19 |
* | Update monoucha | bptato | 2024-11-25 | 1 | -1/+1 |
* | client: exit if quit was called inside a job | bptato | 2024-11-25 | 1 | -10/+11 |
* | pager, select: add more items, misc fixes | bptato | 2024-11-25 | 4 | -55/+90 |
* | dom: fix some comparisons | bptato | 2024-11-24 | 1 | -2/+2 |
* | select: misc fixes | bptato | 2024-11-24 | 1 | -2/+10 |
* | layout: another intrinsic min width fix | bptato | 2024-11-24 | 1 | -2/+4 |
* | loader/* -> server | bptato | 2024-11-24 | 17 | -47/+47 |
* | loaderhandle -> loader | bptato | 2024-11-24 | 2 | -213/+195 |
* | select: fix display with multi-width chars | bptato | 2024-11-24 | 1 | -6/+11 |
* | layout: fix intrinsic min width for words with wrapping opportunities | bptato | 2024-11-24 | 1 | -11/+18 |
* | pager: pad menu items | bptato | 2024-11-24 | 1 | -10/+10 |
* | buffer: slightly improve markURL | bptato | 2024-11-24 | 1 | -49/+69 |
* | pager, select: implement more functions | bptato | 2024-11-24 | 2 | -5/+18 |
* | pager, select: add right click menu, fix some bugs | bptato | 2024-11-23 | 4 | -82/+219 |
* | pager: fix loadURL crash on empty URL | bptato | 2024-11-23 | 1 | -1/+3 |
* | container: add Lynx-style navigation commands | commodorian | 2024-11-23 | 2 | -1/+60 |
* | dom: implement HTMLDocument, make Image C/W | bptato | 2024-11-22 | 1 | -1/+3 |
* | dom: add document named property getter, update monoucha | bptato | 2024-11-22 | 2 | -9/+40 |
* | dom: add document.compatMode | bptato | 2024-11-22 | 1 | -0/+5 |
* | Update chame | bptato | 2024-11-22 | 1 | -1/+1 |
* | buffer: proper toggleImages implementation | bptato | 2024-11-21 | 7 | -21/+50 |
* | select: various improvements | bptato | 2024-11-21 | 1 | -69/+79 |
* | chadombuilder: fix removeImpl definition | bptato | 2024-11-21 | 1 | -1/+2 |
* | match, stylednode: remove generics, refactor | bptato | 2024-11-19 | 3 | -137/+91 |