about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* luwrap: use separate context (+ various cleanups)bptato2024-05-109-256/+293
* luwrap: replace Nim unicode maps with libunicodebptato2024-05-098-69/+136
* layout: unify some code pathsbptato2024-05-093-246/+236
* img: rename SEGMENT_*bptato2024-05-091-16/+15
* fromjs: remove broken uint64 converterbptato2024-05-091-5/+0
* dom: simplify ButtonTypebptato2024-05-084-20/+19
* layout: another table colwidth fixbptato2024-05-081-2/+8
* js: fix compileModulebptato2024-05-083-3/+3
* js: clean up eval wrappersbptato2024-05-081-6/+4
* js: fix finalizer effectsbptato2024-05-082-2/+3
* js: refactorbptato2024-05-0832-171/+183
* layout: small cleanupbptato2024-05-081-39/+34
* layout: resize over-constrained table columnsbptato2024-05-081-12/+24
* dom: fix area relList elementbptato2024-05-071-1/+1
* js: fix compilation on 1.6.14bptato2024-05-063-5/+4
* cascade: avoid empty ::before/::afterbptato2024-05-051-3/+2
* color: separate out JS convertersbptato2024-05-054-43/+49
* layout: table cell resizing fixesbptato2024-05-051-24/+29
* Use isSome instead of isOkbptato2024-05-0514-56/+49
* js: move fromJS_or_return nil check to JSError toJSbptato2024-05-042-7/+4
* client: make quit() actually quit, misc fixesbptato2024-05-048-103/+98
* js: fix various leaks etc.bptato2024-05-0316-256/+319
* loader: fix applying config for initial requestbptato2024-05-023-31/+46
* cssparser: refactorbptato2024-05-017-151/+91
* css, dom: simplify ident parsing, canvas fixesbptato2024-05-014-379/+327
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-014-5/+16
* term: fix incorrect dimensions used in sixelbptato2024-04-291-30/+29
* term: add sixel background color blendingbptato2024-04-291-9/+19
* css/values: refactorbptato2024-04-281-283/+222
* term: remove background color blending in sixelbptato2024-04-271-9/+1
* ua.css: style xmp like prebptato2024-04-271-1/+9
* png: fix check in readU8bptato2024-04-271-1/+1
* png: fix indexed color with tRNSbptato2024-04-271-5/+7
* buffer: add toggleImagesbptato2024-04-272-1/+13
* sandbox: allow getpid in seccomp network sandboxbptato2024-04-271-0/+1
* layout: fix float size in table cells; remove redundant positioningbptato2024-04-271-7/+14
* term: query sixel color register numberbptato2024-04-271-32/+51
* color: RGBAColor -> ARGBColorbptato2024-04-2610-88/+88
* layout: fix image baselinebptato2024-04-261-2/+3
* adapter: update code stylebptato2024-04-261-2/+1
* Remove unnecessary unsigned castsbptato2024-04-266-43/+43
* pager: reduce unnecessary image redrawsbptato2024-04-261-1/+1
* data: replace std/base64 with atobbptato2024-04-252-64/+67
* term: add sixel encoderbptato2024-04-252-85/+182
* png: fix off by onebptato2024-04-251-3/+1
* Initial image supportbptato2024-04-2513-62/+233
* sandbox: remove unveil callbptato2024-04-231-7/+4
* dom: remove unnecessary/unused propertiesbptato2024-04-222-11/+8
* layout: do not use parent computed values in root fragmentbptato2024-04-211-19/+11
* dom: fix property event handler settersbptato2024-04-212-23/+52