about summary refs log tree commit diff stats
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-083-2/+16
* js: fix compileModulebptato2024-05-083-3/+3
* js: clean up eval wrappersbptato2024-05-081-6/+4
* js: fix finalizer effectsbptato2024-05-083-3/+3
* js: refactorbptato2024-05-0834-173/+185
* layout: small cleanupbptato2024-05-081-39/+34
* layout: resize over-constrained table columnsbptato2024-05-082-15/+24
* dom: fix area relList elementbptato2024-05-071-1/+1
* libunicode: fix compilationbptato2024-05-071-1/+1
* Improve class parser (#289)Charlie Gordon2024-05-071-3/+9
* fix class method with name get (#258)Richard Davison2024-05-071-1/+2
* Improve libunicode and libregexp headers (#288)Charlie Gordon2024-05-075-128/+237
* Improve unicode table handling (#286)Charlie Gordon2024-05-072-49/+148
* 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
* Makefile: fix missing mkdir calls in installbptato2024-05-051-0/+2
* layout: table cell resizing fixesbptato2024-05-053-24/+57
* Use isSome instead of isOkbptato2024-05-0514-56/+49
* js: move fromJS_or_return nil check to JSError toJSbptato2024-05-042-7/+4
* Update docsbptato2024-05-044-492/+278
* client: make quit() actually quit, misc fixesbptato2024-05-0413-138/+131
* js: fix various leaks etc.bptato2024-05-0320-310/+360
* 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-016-380/+329
* Update readmebptato2024-05-011-7/+8
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-018-355/+349
* 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-272-2/+10
* png: fix check in readU8bptato2024-04-271-1/+1
* png: fix indexed color with tRNSbptato2024-04-271-5/+7
* config: fix copy image URL, document copy commandsbptato2024-04-273-1/+34
* buffer: add toggleImagesbptato2024-04-273-1/+15
* sandbox: allow getpid in seccomp network sandboxbptato2024-04-271-0/+1
* layout: fix float size in table cells; remove redundant positioningbptato2024-04-275-9/+27
* 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
* doc: include auto-generated manpages in repositorybptato2024-04-2610-33/+3371
* adapter: update code stylebptato2024-04-2610-93/+82