summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/select/dispatch.c: fill-opacity and stroke-opacity are inheritedMichael Orlitzky2023-12-161-2/+2
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-0117-60/+298
* Add support for SVG fill-opacity propertyMichael Orlitzky2023-10-0117-37/+277
* select: opacity: correct valueJohn-Mark Bell2023-10-011-1/+1
* src/select/Makefile: the select_generator target is PHONYMichael Orlitzky2023-09-181-0/+1
* src/stylesheet.h: set uses_revert flag for shorthand propertiesMichael Orlitzky2023-09-171-1/+5
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-1744-295/+295
* select: generator: Simplify function parameter generationMichael Drake2022-12-031-6/+4
* select: generator: Declare and define bits togetherMichael Drake2022-12-032-316/+105
* select: generator: Remove dead codeMichael Drake2022-12-032-150/+36
* select: generator: Generate _bits variantsMichael Drake2022-11-273-114/+1017
* select: generator: Split out propget printerMichael Drake2022-11-271-58/+61
* select: autogen source: Update to stable outputMichael Drake2022-11-033-539/+540
* select: codegen: Deterministic output by subsorting props by nameMichael Drake2022-11-031-1/+1
* select: codegen: Squash comparison with literal warningsMichael Drake2022-11-031-24/+24
* properties: Define align-self values in terms of align-itemsMichael Drake2022-11-031-5/+5
* properties: position: Add support for 'sticky' valueMichael Drake2022-11-035-3/+8
* properties: display: Add grid valuesMichael Drake2022-10-296-2/+15
* select: Fix blank pseudo style reversionMichael Drake2022-10-231-0/+8
* Select: Only store UA and USER origin styles if revert is usedMichael Drake2022-08-291-5/+13
* Stylesheet: Track whether stylesheet used revert property valueMichael Drake2022-08-291-0/+6
* Select: Move revert style tracking to separate allocationMichael Drake2022-08-292-8/+18
* Select: Split out duplicated revert handlingMichael Drake2022-08-291-52/+47
* Select: Support CSS property-wide 'revert' valueMichael Drake2022-08-291-0/+79
* Select: Clone UA and author styles for revertMichael Drake2022-08-292-0/+38
* Select: Add computed style clone functionMichael Drake2022-08-292-0/+35
* Select: Properties: Add copy hander to dispatch tableMichael Drake2022-08-292-0/+3
* Select: Properties: Implement copy handler for complex propertiesMichael Drake2022-08-298-155/+306
* Select: Properties: Add copy handler for simple propertiesMichael Drake2022-08-29118-507/+1778
* Select: Support CSS property-wide 'unset' valueMichael Drake2022-08-291-3/+18
* Select: Support CSS property-wide 'initial' valueMichael Drake2022-08-291-3/+6
* Select: Make inherit flag handling aware of other default valuesMichael Drake2022-08-2969-170/+172
* Parse: Nongenerated properties: Explicit defaultsMichael Drake2022-08-2931-135/+363
* Parse: Important: Handle new explicit defaulting valuesMichael Drake2022-08-291-1/+1
* Parse: Explicit default support for generated propertiesMichael Drake2022-08-291-93/+93
* Parse: Update code generator to support new valuesMichael Drake2022-08-291-4/+42
* Stylesheet: Helpers for all default property valuesMichael Drake2022-08-291-1/+33
* Parse: Utils: Helper to get any value from flagsMichael Drake2022-08-291-0/+29
* Bytecode: Flag values for explicit defaultingMichael Drake2022-08-291-4/+25
* Parse: Propstrings: Add unset and revertMichael Drake2022-08-292-2/+4
* Select: MQ: Support prefers-color-scheme in boolean contextMichael Drake2022-08-281-4/+5
* Select: MQ: Use interned strings for media featuresMichael Drake2022-08-284-36/+63
* Select: Add strings for media query featuresMichael Drake2022-08-282-0/+29
* Select: Split out useful stringsMichael Drake2022-08-284-289/+320
* Selection: Media queries: Apply prefers-color-schemeMichael Drake2022-07-311-0/+33
* Parse/MQ: unknown media-types do not matchJohn-Mark Bell2022-05-241-4/+1
* Parse/MQ: reject forbidden media-type identifiersJohn-Mark Bell2022-05-241-15/+40
* Select: Hash: Fix bloom instrumentation for size != 4.Michael Drake2022-03-161-1/+1
* Bloom: Init: Switch to memset.Michael Drake2022-03-161-21/+2
* Bloom: Style: Align function parameters.Michael Drake2022-03-161-2/+3