about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* dom: optimize element size, remove importc hack & dead codebptato2024-09-301-13/+13
* layout: remove line-heightbptato2024-09-211-22/+5
* Refactor img/*bptato2024-09-151-1/+1
* utils: add twtunibptato2024-09-082-26/+26
* twtstr: type erase binarySearch instantiationbptato2024-09-061-5/+9
* cascade: add missing nil checkbptato2024-09-021-1/+1
* canvas: move to separate CGI scriptbptato2024-09-012-8/+10
* winattrs: un-snakeifybptato2024-08-232-6/+6
* cssvalues: fix broken vmin, vmaxbptato2024-08-231-2/+2
* cssvalues, color: use parseEnumNoCase morebptato2024-08-031-39/+18
* cssvalues, sheet: fix some more case sensitivity bugsbptato2024-08-023-18/+6
* cssvalues, twtstr, mediaquery: refactor & fixesbptato2024-08-023-405/+309
* css: hash attribute namesbptato2024-07-292-44/+56
* cascade: move some presentational hints to ua.cssbptato2024-07-291-66/+0
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-3/+3
* cssvalues: fix parseDimensionValues bugbptato2024-07-271-9/+10
* cascade: add some presentational hintsbptato2024-07-271-3/+7
* selectorparser: fix broken tostrbptato2024-07-251-11/+27
* dom, match, event: small cleanupbptato2024-07-171-6/+6
* css: clean up a bitbptato2024-07-123-54/+18
* cascade: reduce allocationsbptato2024-07-101-57/+42
* cascade: fix style cachingbptato2024-07-092-6/+8
* selectorparser: fix parseNthChild `of' token checkbptato2024-07-071-1/+3
* layout: reduce copiesbptato2024-07-031-2/+5
* css, html: fix CSS dependency invalidationbptato2024-07-032-36/+19
* cascade: support align=left, align=right on imgbptato2024-06-291-2/+14
* img, loader: add image resizing, misc fixesbptato2024-06-281-2/+3
* misc cleanupsbptato2024-06-223-6/+3
* cssvalues: add "clear" to table wrapper boxbptato2024-06-111-1/+3
* css: slightly optimize cascadebptato2024-06-024-136/+145
* stylednode: remove `text' fieldbptato2024-05-282-10/+12
* stylednode: move invalidation data to DOMbptato2024-05-272-25/+16
* layout: add wrapper box for table caption + misc stuffbptato2024-05-241-15/+35
* layout, layoutunit: remove some automatic convertersbptato2024-05-221-5/+5
* css: stub overflowbptato2024-05-181-1/+15
* css/values -> css/cssvaluesbptato2024-05-164-3/+3
* cssvalues: fix casingbptato2024-05-161-61/+61
* luwrap: use separate context (+ various cleanups)bptato2024-05-101-0/+90
* cascade: avoid empty ::before/::afterbptato2024-05-051-3/+2
* color: separate out JS convertersbptato2024-05-051-0/+1
* Use isSome instead of isOkbptato2024-05-052-6/+6
* cssparser: refactorbptato2024-05-015-139/+84
* css, dom: simplify ident parsing, canvas fixesbptato2024-05-013-371/+287
* css/values: refactorbptato2024-04-281-283/+222
* color: RGBAColor -> ARGBColorbptato2024-04-261-3/+3
* Initial image supportbptato2024-04-251-1/+5
* Update code stylebptato2024-04-178-972/+956
* css, layout: flexbox fixesbptato2024-04-061-2/+29
* Initial flexbox supportbptato2024-04-051-38/+158
* catom: at -> satbptato2024-03-212-19/+19