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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update component version to 0.9.1 for release
release/0.9.1
Vincent Sanders
2020-05-24
1
-2
/
+2
*
Computed styles: Check length pair getter type before using result.
Michael Drake
2020-02-24
1
-0
/
+4
*
Computed styles: Handle invalid width types.
Michael Drake
2020-02-24
1
-0
/
+2
*
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
*
tests: Add test for dodgy media block
Daniel Silverstone
2019-12-01
2
-0
/
+10
*
Add end-block-content parse event
Daniel Silverstone
2019-12-01
3
-1
/
+40
*
Select hash: Simplify insertion at start of non-empty list.
Michael Drake
2019-08-01
1
-11
/
+10
*
Update Component version for release
release/0.9.0
Vincent Sanders
2019-06-26
1
-1
/
+1
*
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
3
-40
/
+20
*
Stylesheet: Increase size of storage for selector count for rules.
Michael Drake
2019-06-09
1
-4
/
+4
*
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
*
Computed styles: Remove last traces of extension blocks.
Michael Drake
2019-05-12
8
-722
/
+548
*
Tests: Add test for non-inherited properties.
Michael Drake
2019-05-12
1
-0
/
+128
*
Computed styles: Drop uncommon extension blocks.
Michael Drake
2019-05-12
24
-2732
/
+2059
*
Media queries: Feature matching: Compare lengths in pixels.
Michael Drake
2019-05-07
2
-47
/
+148
*
Media queries: Start implementing feature matching.
Michael Drake
2019-05-06
1
-5
/
+85
*
lexer: Emit ">=" tokens.
Michael Drake
2019-05-06
1
-0
/
+18
*
Media queries: Pass the right tokens to mq_populate_value.
Michael Drake
2019-05-06
1
-2
/
+2
*
lexer: Emit "<=" as a CSS_TOKEN_CHAR.
Michael Drake
2019-05-06
1
-0
/
+5
*
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
*
Fix typo in assertion.
Michael Drake
2019-05-05
1
-1
/
+1
*
Media queries: Selection: Start implementing mq matching.
Michael Drake
2019-05-05
1
-8
/
+60
*
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
*
Merge branch 'tlsa/jmb/mq2'
Michael Drake
2019-05-04
26
-244
/
+1698
|
\
|
*
Example: Update for new API for media queries.
Michael Drake
2019-05-04
1
-2
/
+5
|
*
Tests: Update for new API for media queries.
Michael Drake
2019-05-04
1
-13
/
+14
|
*
Media queries: Update selection API to support media queries.
Michael Drake
2019-05-04
6
-26
/
+48
|
*
Media queries: Fix documentation typo.
Michael Drake
2019-05-04
1
-1
/
+1
|
*
Media queries: Selection: For now, we just say the condition matches.
Michael Drake
2019-05-04
1
-1
/
+2
|
*
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
|
*
Stylesheet: Drop temporary code to test media query parsing.
Michael Drake
2019-03-10
1
-7
/
+0
|
*
Media queries: Add media type member to struct css_media.
Michael Drake
2019-03-10
1
-0
/
+3
|
*
Media queries: Move css_parse_media_query to parse/mq.c file.
Michael Drake
2019-03-10
3
-106
/
+107
|
*
Media queries: Make css_parse_media_query return the parsed css_mq_query.
Michael Drake
2019-03-10
1
-9
/
+28
|
*
Media queries: Drop parse debug output.
Michael Drake
2019-03-10
1
-17
/
+1
|
*
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
[next]