| Commit message (Expand) | Author | Age | Files | Lines |
* | buffer: proper toggleImages implementation | bptato | 2024-11-21 | 1 | -1/+21 |
* | buffer: fix hover text not showing up with pseudo elements | bptato | 2024-11-17 | 1 | -78/+61 |
* | buffer: clean up findPrevLink, findNextLink | bptato | 2024-11-17 | 1 | -82/+57 |
* | url: fix serializeFormURLEncoded, refactor | bptato | 2024-11-15 | 1 | -5/+5 |
* | formdata: eliminate a global var | bptato | 2024-11-15 | 2 | -9/+10 |
* | js: reorganize modules, update docs | bptato | 2024-11-15 | 2 | -3/+3 |
* | buffer: skip unnecessary reshape in some cases | bptato | 2024-11-14 | 1 | -25/+26 |
* | buffer: fix broken gotoAnchor behavior | bptato | 2024-11-12 | 1 | -41/+68 |
* | url: reduce URL object size, simplify | bptato | 2024-11-11 | 1 | -11/+11 |
* | layout -> css | bptato | 2024-11-10 | 1 | -1/+1 |
* | dom: support all HTMLHyperlinkElementUtils getters | bptato | 2024-11-09 | 1 | -3/+5 |
* | poll: fix clear() | bptato | 2024-11-07 | 1 | -2/+1 |
* | url: fix compilation on Nim 1.6.14 | bptato | 2024-11-07 | 1 | -4/+5 |
* | utils, types: merge some modules | bptato | 2024-11-03 | 1 | -1/+0 |
* | dynstream: refactor | bptato | 2024-10-20 | 2 | -9/+7 |
* | dynstream, serversocket: use posix instead of nativesockets | bptato | 2024-10-20 | 2 | -5/+3 |
* | pager: refactor mailcap, console; misc fixes | bptato | 2024-10-14 | 1 | -1/+0 |
* | gmifetch: rewrite in Nim | bptato | 2024-10-12 | 1 | -1/+2 |
* | Fix compilation on Nim 2.2.0 | bptato | 2024-10-10 | 1 | -11/+16 |
* | timeout: accept err stream as param | bptato | 2024-09-30 | 1 | -1/+1 |
* | buffer: un-extern some procs | bptato | 2024-09-29 | 1 | -2/+2 |
* | promise: move PromiseMap to buffer | bptato | 2024-09-29 | 1 | -27/+46 |
* | container: fix control char display | bptato | 2024-09-28 | 1 | -1/+1 |
* | Fixes for FreeBSD | bptato | 2024-09-26 | 1 | -4/+0 |
* | buffer: make non-button form-associated elems clickable | bptato | 2024-09-25 | 1 | -3/+2 |
* | sixel: support transparency | bptato | 2024-09-24 | 1 | -1/+3 |
* | buffer: allow button nested in a | bptato | 2024-09-24 | 1 | -0/+4 |
* | Replace std/selectors with poll | bptato | 2024-09-23 | 2 | -104/+64 |
* | client, forkserver, dynstream: misc refactorings, fixes | bptato | 2024-09-23 | 1 | -1/+3 |
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 1 | -4/+8 |
* | loader: refactor/move around some procs | bptato | 2024-09-15 | 2 | -1/+3 |
* | loader: improve map interface | bptato | 2024-09-14 | 1 | -18/+16 |
* | loader: refactor, misc optimizations & fixes | bptato | 2024-09-14 | 1 | -41/+37 |
* | utils: add twtuni | bptato | 2024-09-08 | 1 | -4/+3 |
* | loader, client, buffer: use selectInto (not select) | bptato | 2024-09-03 | 1 | -2/+3 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 1 | -0/+4 |
* | buffer: fix some hover weirdness | bptato | 2024-08-15 | 1 | -7/+7 |
* | dom: remove generic JS bindings | bptato | 2024-08-11 | 1 | -8/+3 |
* | Update monoucha | bptato | 2024-08-09 | 1 | -2/+3 |
* | Fixes for Nim 2.2 | bptato | 2024-07-29 | 2 | -6/+0 |
* | twtstr: fix startsWithIgnoreCase | bptato | 2024-07-29 | 1 | -1/+1 |
* | buffer, layout: small refactoring | bptato | 2024-07-29 | 1 | -24/+22 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -3/+51 |
* | buffer, dom, event: JS binding for dispatchEvent | bptato | 2024-07-22 | 1 | -21/+27 |
* | buffer: replace dispatchEvent procs with that in dom | bptato | 2024-07-21 | 1 | -33/+4 |
* | loader: copy cached items on buffer cloning | bptato | 2024-07-20 | 1 | -2/+1 |
* | buffer: fix nil deref on click without clickable element | bptato | 2024-07-19 | 1 | -4/+5 |
* | html: event cleanup, XHR progress | bptato | 2024-07-18 | 1 | -89/+39 |
* | 32-bit compilation fixes | bptato | 2024-07-13 | 1 | -3/+3 |
* | main, forkserver: optimize startup | bptato | 2024-07-06 | 1 | -24/+24 |