about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
...
* mediaquery: fix and after bare keywordbptato2024-12-011-1/+0
* dom: add support for @importbptato2024-12-012-26/+49
* cascade: allow presentational hints with styling=falsebptato2024-11-291-2/+2
* layout: remove mystery startOffset adjustmentbptato2024-11-281-2/+0
* twtstr: add mypairsbptato2024-11-282-7/+7
* layout, term, url: misc cleanupbptato2024-11-281-1/+0
* cascade: apply buffer.styling to inline stylesbptato2024-11-271-8/+11
* layout: support br clearbptato2024-11-271-28/+34
* buffer: optimize hover switchingbptato2024-11-261-0/+6
* layout: another intrinsic min width fixbptato2024-11-241-2/+4
* layout: fix intrinsic min width for words with wrapping opportunitiesbptato2024-11-241-11/+18
* match, stylednode: remove generics, refactorbptato2024-11-193-137/+91
* layout: fix intrinsic min width with whitespace: prebptato2024-11-191-0/+1
* layout: fix indefinitely sized flex items with boundsbptato2024-11-191-1/+8
* layout: fix crash on overlapping rowspan/colspanbptato2024-11-171-2/+3
* js: reorganize modules, update docsbptato2024-11-152-2/+2
* cssvalues: reduce CSSComputedValue sizebptato2024-11-145-91/+102
* layout: fix another flex sizing bugbptato2024-11-141-1/+8
* layout: remove inline paddingbptato2024-11-131-24/+5
* buffer: fix broken gotoAnchor behaviorbptato2024-11-122-5/+11
* cascade: adjust prefers-color-scheme based on terminal backgroundbptato2024-11-101-1/+1
* layout -> cssbptato2024-11-106-2/+4080
* renderdocument: basic stacking context supportbptato2024-11-091-1/+9
* utils, types: merge some modulesbptato2024-11-032-2/+0
* cssparser: fix parsing of unrecognized at rulesbptato2024-11-022-25/+20
* Clean up forward declarations a bitbptato2024-10-272-4/+5
* selectorparser: fix parsing of invalid pseudo elementsbptato2024-10-261-16/+35
* cssparser: do not accept invalid rulesbptato2024-10-251-2/+3
* css: add reverse video extensionbptato2024-10-151-0/+1
* dom: html -> documentElementbptato2024-10-102-2/+2
* color: reduce CellColor size, misc color refactoringbptato2024-10-062-17/+17
* 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