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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rgb() colour parser not to swap g and b.
Michael Drake
2009-07-22
1
-34
/
+34
*
Match details before considering combinators.
John Mark Bell
2009-07-22
1
-14
/
+13
*
Remove pointless parameter
John Mark Bell
2009-07-21
2
-6
/
+5
*
Always set values in result style when composing
John Mark Bell
2009-07-21
1
-335
/
+392
*
Avoid division by zero
John Mark Bell
2009-07-20
1
-2
/
+5
*
Error checking for string comparisons.
John Mark Bell
2009-07-17
1
-3
/
+13
*
Fix selector hash some more. It turns out that I'd forgotten how it was meant...
John Mark Bell
2009-07-17
3
-5
/
+37
*
Colour names are case insensitive
John Mark Bell
2009-07-17
1
-1
/
+1
*
Fix utterly broken selector chain search code.
John Mark Bell
2009-07-17
1
-12
/
+0
*
Change mechanism for handling case sensitivity of element names. Now has anot...
John Mark Bell
2009-07-17
3
-19
/
+18
*
Store em and percentage values for properties in the computed style.
John Mark Bell
2009-07-17
3
-536
/
+1983
*
It is necessary to consider the element name when matching selectors.
John Mark Bell
2009-07-17
1
-6
/
+27
*
Ensure that we merge-sort the element and universal selector chains during se...
John Mark Bell
2009-07-17
1
-44
/
+51
*
Fix matching of named ancestor combinators.
John Mark Bell
2009-07-17
1
-34
/
+166
*
Add a flag to the font size computation callback to indicate that the resulta...
John Mark Bell
2009-07-16
2
-5
/
+6
*
Hacky avoidance of element name case insensitivity. The correct solution is f...
John Mark Bell
2009-07-16
1
-1
/
+4
*
Use a proper hash function.
John Mark Bell
2009-07-16
1
-1
/
+1
*
Provide accessor for computed value of display assuming static position.
John Mark Bell
2009-07-15
2
-58
/
+2
*
Fix selection from selectors within @media blocks.
John Mark Bell
2009-07-15
1
-8
/
+14
*
Provide some API to allow retrieval of an Initial style
John Mark Bell
2009-07-12
1
-0
/
+40
*
It helps if you add files
John Mark Bell
2009-07-09
1
-0
/
+20
*
Fix processing of rules after @import -- previously, they were completely ign...
John Mark Bell
2009-07-08
2
-1
/
+3
*
Make list-style shorthand parser attempt to parse a list-style-type value bef...
John Mark Bell
2009-07-07
1
-5
/
+5
*
Simplify charToHex()
John Mark Bell
2009-07-07
1
-36
/
+9
*
Compute absolute values for all length properties.
John Mark Bell
2009-07-04
2
-6
/
+1018
*
Add callback to make client compute the font size.
John Mark Bell
2009-07-04
2
-11
/
+48
*
Ensure that any properties explicitly set to inherit on the root element are ...
John Mark Bell
2009-07-04
3
-114
/
+189
*
Move quotes property into common style block.
John Mark Bell
2009-07-04
4
-33
/
+27
*
Query client for initial values of color, font-family, quotes, and voice-fami...
John Mark Bell
2009-07-04
5
-306
/
+348
*
Factor out setting of property values from hints or initial values.
John Mark Bell
2009-07-04
1
-65
/
+73
*
Merge iterations across computed style
John Mark Bell
2009-07-04
1
-60
/
+59
*
Similar fix for empty rules in normal stylesheets.
John Mark Bell
2009-07-01
1
-0
/
+5
*
Blank inline styles, or inline styles that only contain invalid data will hav...
John Mark Bell
2009-07-01
1
-5
/
+6
*
Fixup parsing of empty inline styles -- previously, it would emit the START_S...
John Mark Bell
2009-07-01
1
-5
/
+9
*
Ensure that charset detection always returns CSS_OK unless there's a fatal er...
John Mark Bell
2009-07-01
1
-4
/
+2
*
Len already includes the NUL, so stop trying to manually terminate url/title.
John Mark Bell
2009-07-01
1
-2
/
+0
*
It probably helps to remember that @import also contains URL data.
John Mark Bell
2009-07-01
1
-1
/
+19
*
Make all URIs absolute
John Mark Bell
2009-07-01
6
-19
/
+80
*
It somewhat helps to ensure that you convert units to their external represen...
John Mark Bell
2009-06-30
1
-23
/
+83
*
Introduce an initial value of border-*-color in the computed style.
John Mark Bell
2009-06-30
1
-4
/
+4
*
Fix setting of computed display: none
John Mark Bell
2009-06-29
1
-1
/
+1
*
Ensure that the root element has its styling set to the initial values.
John Mark Bell
2009-06-29
1
-3
/
+10
*
Fix list-style shorthand parser
John Mark Bell
2009-06-27
1
-0
/
+8
*
Fix font shorthand parser to reject spurious instances of inherit
John Mark Bell
2009-06-27
1
-0
/
+32
*
Fix comma separated list parsing
John Mark Bell
2009-06-27
1
-1
/
+2
*
Fix border + outline shorthand property parsers
John Mark Bell
2009-06-27
1
-0
/
+40
*
Fix azimuth parser
John Mark Bell
2009-06-27
1
-2
/
+2
*
Fix cue and pause shorthand parsers
John Mark Bell
2009-06-27
1
-0
/
+16
*
Fix padding shorthand parser in the face of inherit.
John Mark Bell
2009-06-27
2
-0
/
+9
*
Purge "colour" from the public API -- it's just confusing
John Mark Bell
2009-06-27
2
-22
/
+22
[next]