about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* 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
* stylednode: clean up code stylebptato2024-03-181-30/+39
* Move around some modulesbptato2024-03-141-1/+1
* rudimentary support for <video>, <audio>bptato2024-03-133-2/+17
* css: fix {} macros on older Nim versionsbptato2024-03-111-6/+9
* css: simplify property & value definitionsbptato2024-03-041-266/+272
* catom: merge TagType with AttrTypebptato2024-03-042-1/+1
* cssparser: fix another anb parsing bugbptato2024-03-021-2/+2
* cssparser: fix anb parser whitespace handling bugsbptato2024-03-021-4/+7
* css: remove caption-side: left, right, fix caption-side: bottombptato2024-03-011-7/+2
* css/values: assign to the correct variablebptato2024-03-011-6/+6
* css: fix shorthands not overriding all valuesbptato2024-02-291-29/+32
* misc refactoringsbptato2024-02-271-2/+2
* term: improve pixels-per-column/line detectionbptato2024-02-251-1/+1
* css: always use defaultColor as the initial colorbptato2024-02-251-7/+4