index
:
libcss.git
dsilvers/calc
jmb/mq
lcneves/select-autogen
master
rjek/clang-warnings
tlsa/add-ci
tlsa/calc
tlsa/calc-wip
Cascading Style Sheets library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for SVG stroke-opacity property
HEAD
master
Michael Orlitzky
2023-10-01
7
-4
/
+99
*
Add support for SVG fill-opacity property
Michael Orlitzky
2023-10-01
7
-16
/
+112
*
Avoid integer types with platform dependent size
DeltaVonNeumann
2023-06-17
44
-295
/
+295
*
properties: position: Add support for 'sticky' value
Michael Drake
2022-11-03
3
-2
/
+3
*
properties: display: Add grid values
Michael Drake
2022-10-29
3
-1
/
+4
*
Parse: Nongenerated properties: Explicit defaults
Michael Drake
2022-08-29
31
-135
/
+363
*
Parse: Important: Handle new explicit defaulting values
Michael Drake
2022-08-29
1
-1
/
+1
*
Parse: Explicit default support for generated properties
Michael Drake
2022-08-29
1
-93
/
+93
*
Parse: Update code generator to support new values
Michael Drake
2022-08-29
1
-4
/
+42
*
Parse: Utils: Helper to get any value from flags
Michael Drake
2022-08-29
1
-0
/
+29
*
Parse: Propstrings: Add unset and revert
Michael Drake
2022-08-29
2
-2
/
+4
*
Parse/MQ: unknown media-types do not match
John-Mark Bell
2022-05-24
1
-4
/
+1
*
Parse/MQ: reject forbidden media-type identifiers
John-Mark Bell
2022-05-24
1
-15
/
+40
*
Units: Remove units that nobody supports.
Michael Drake
2021-05-19
2
-9
/
+0
*
parse: Squash leak of system font names.
Michael Drake
2021-05-19
1
-0
/
+3
*
parse: Perform client to parse unit conversion for system fonts.
Michael Drake
2021-05-19
1
-2
/
+45
*
add css 3.1 complex predefined counter styles for addative systems
Vincent Sanders
2021-02-15
3
-3
/
+14
*
Initialise the string map with a better macro
Vincent Sanders
2021-02-12
1
-594
/
+598
*
implement the remaining css 3.1 simple predefined counter styles
Vincent Sanders
2021-02-12
3
-3
/
+42
*
implement the firt half of the css 3.1 simple predefined counter styles
Vincent Sanders
2021-02-09
3
-67
/
+66
*
parse: properties: Add property-specific unit class masks.
Michael Drake
2020-11-15
4
-22
/
+270
*
parse: properties.gen: Convert to using unit allow masks.
Michael Drake
2020-11-15
1
-21
/
+21
*
Parse: Add missing error checks for outline shorthand.
Michael Drake
2020-02-24
1
-3
/
+12
*
Parse: Add missing error checks for list-style shorthand.
Michael Drake
2020-02-24
1
-3
/
+12
*
Parse: Add missing error checks for flex-flow shorthand.
Michael Drake
2020-02-24
1
-2
/
+8
*
Media queries: Don't set parts before allocation has failed.
Michael Drake
2020-02-24
1
-1
/
+1
*
Add end-block-content parse event
Daniel Silverstone
2019-12-01
3
-1
/
+40
*
Media queries: Tweak mq_parse_media_in_parens return style.
Michael Drake
2019-06-12
1
-3
/
+4
*
resolve use of uninitialised pointer in media query initialisation
Vincent Sanders
2019-06-12
1
-0
/
+3
*
Media queries: Simplify parsed mq data structure slightly.
Michael Drake
2019-06-11
2
-33
/
+15
*
Media queries: Squash an invalid warning from certain compilers.
Michael Drake
2019-06-09
1
-1
/
+1
*
Media queries: Handle errors in a media query list correctly.
Michael Drake
2019-06-09
1
-8
/
+39
*
Media queries: Squash error-path leaks of feature names.
Michael Drake
2019-06-05
1
-3
/
+3
*
Media queries: <ratio> isn't allowed to have 0 numerator or denominator.
Michael Drake
2019-06-05
1
-0
/
+4
*
Media queries: Pass the right tokens to mq_populate_value.
Michael Drake
2019-05-06
1
-2
/
+2
*
Media queries: A query without a type defaults to type: all.
Michael Drake
2019-05-06
1
-2
/
+6
*
Media queries: Convert to level 4 range in the correct place.
Michael Drake
2019-05-06
1
-6
/
+6
*
Media queries: Reverse operator for level 4 range conversion.
Michael Drake
2019-05-06
1
-2
/
+2
*
Media queries: Parse: Convert level 3 style ranges to level 4.
Michael Drake
2019-05-05
1
-0
/
+57
*
Media queries: Intern the query descriptor name as lower case.
Michael Drake
2019-05-05
1
-1
/
+4
*
Media queries: Imported sheets: Media type falls back to "all".
Michael Drake
2019-05-05
1
-1
/
+9
*
Media queries: Validate the query string parameters.
Michael Drake
2019-05-04
1
-0
/
+4
*
Media queries: Squash cond_parts parts leak.
Michael Drake
2019-05-04
1
-0
/
+1
*
Media queries: Move css_parse_media_query to parse/mq.c file.
Michael Drake
2019-03-10
2
-0
/
+107
*
Parse: simplify token vector cleanup.
John-Mark Bell
2019-03-10
1
-48
/
+28
*
Parse: use an explicit state for media queries.
John-Mark Bell
2019-03-10
1
-3
/
+31
*
Media queries: Ensure values get destroyed.
Michael Drake
2019-03-10
1
-5
/
+16
*
Media Queries: fix parsing of media-condition
John-Mark Bell
2019-03-10
1
-5
/
+6
*
Parse: only emit start ruleset if there's a brace
John-Mark Bell
2019-03-10
1
-11
/
+20
*
Parse: fix handling of EOF
John-Mark Bell
2019-03-10
1
-8
/
+20
[next]