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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Interface: Add public API for getting box-sizing from computed style.
Michael Drake
2017-04-27
1
-0
/
+3
*
Parsing: Add support for parsing the CSS3 box-sizing property.
Michael Drake
2017-04-27
1
-0
/
+7
*
Remove redundant API surface.
Michael Drake
2016-11-19
1
-4
/
+0
*
Intern partial styles.
Michael Drake
2016-11-19
2
-3
/
+7
*
Remove trailing tab.
Michael Drake
2016-11-19
1
-1
/
+1
*
After composing styles, intern the result in the style sharing arena.
Michael Drake
2016-11-19
1
-2
/
+2
*
Change how presentational hints are handled.
Michael Drake
2016-02-02
2
-3
/
+4
*
Remove trailing whitespace.
Michael Drake
2015-11-01
1
-1
/
+1
*
Add "96" to useful DPI values. (CSS pixels are 1/96 inch.)
Michael Drake
2015-08-05
1
-0
/
+1
*
Add break-inside property support.
Michael Drake
2014-12-29
1
-0
/
+3
*
Add break-before property support.
Michael Drake
2014-12-29
1
-0
/
+3
*
Add break-after property support.
Michael Drake
2014-12-29
1
-0
/
+3
*
Delete trailing whitespace.
Michael Drake
2014-12-07
1
-4
/
+4
*
Add public accessor for column-width property.
Michael Drake
2014-12-06
1
-0
/
+4
*
Fix column-width enum values.
Michael Drake
2014-12-06
1
-2
/
+2
*
Add public accessor for column-span property.
Michael Drake
2014-12-06
1
-0
/
+3
*
Add public computed style accessor for column-rule-width prop.
Michael Drake
2014-11-16
1
-0
/
+4
*
Add public computed style accessor for column-rule-style property.
Michael Drake
2014-11-16
1
-0
/
+3
*
Add missing CSS_COLUMN_RULE_STYLE_HIDDEN value.
Michael Drake
2014-11-16
1
-0
/
+1
*
Add public accessor for column-rule-color in computed styles.
Michael Drake
2014-11-15
1
-0
/
+4
*
Share enum values for another property.
Michael Drake
2014-11-07
1
-3
/
+3
*
Add public computed style access function for column-gap property.
Michael Drake
2014-11-07
1
-0
/
+4
*
Make enums for length/normal values match up.
Michael Drake
2014-11-07
1
-5
/
+5
*
Add public accessor for column-fill property value.
Michael Drake
2014-11-07
1
-0
/
+3
*
Add public accessor for column-count in computed styles.
Michael Drake
2014-10-04
1
-0
/
+4
*
Remove trailing whitespace.
Michael Drake
2014-10-04
1
-127
/
+127
*
Add support for CSS3 overflow-x and overflow-y properties.
Michael Drake
2014-06-01
2
-4
/
+8
*
Various changes which modify API and ABI:
Michael Drake
2013-12-13
6
-222
/
+65
*
Significantly optimise CSS selection performance.
Michael Drake
2013-12-01
2
-0
/
+3
*
Bloom filter implementation for selection optimisation.
Michael Drake
2013-12-01
1
-0
/
+205
*
Add computed style accessor for writing-mode and and writing-mode to the prop...
Michael Drake
2013-09-10
1
-0
/
+3
*
Add support for parsing the writing-mode property. Thanks to Caitlin Potter.
Caitlin Potter
2013-09-10
1
-0
/
+8
*
Complete widows and orphans support. Thanks to James Montgomerie.
Michael Drake
2012-04-13
2
-0
/
+17
*
Fix comma at end of enumerator list warning.
François Revel
2012-03-25
1
-1
/
+1
*
Add support for parsing CSS3 Multi-column layout properties:
Michael Drake
2012-01-28
1
-95
/
+197
*
@font-face support. Credit: James Montgomerie
John Mark Bell
2011-12-04
4
-1
/
+104
*
Explicitly narrow result
John Mark Bell
2011-09-06
1
-1
/
+1
*
Make "params" argument to css_stylesheet_create const. Thanks to James Montg...
Michael Drake
2011-09-02
1
-1
/
+1
*
Add support for selecting page-break-{before, after, inside}
John Mark Bell
2011-08-23
2
-0
/
+33
*
Add structure versioning for client input
John Mark Bell
2011-03-13
2
-0
/
+14
*
Saturated maths in css fixed point
Vincent Sanders
2011-03-12
1
-17
/
+105
*
CSS3 Namespaces
John Mark Bell
2011-03-12
2
-15
/
+34
*
Hide the CSS computed style itself. Only expose a few simple structures whic...
Daniel Silverstone
2011-03-12
1
-2084
/
+258
*
Fix warning: comma at end of enumerator list
François Revel
2011-02-09
1
-1
/
+1
*
Minor documentation fixes.
John Mark Bell
2011-02-02
2
-8
/
+7
*
add system font hook
Vincent Sanders
2011-02-02
2
-0
/
+36
*
CSS3 Selectors
John Mark Bell
2011-01-31
1
-1
/
+22
*
Add support for opacity property
John Mark Bell
2011-01-29
3
-3
/
+34
*
Centralise handling of transparent colours.
John Mark Bell
2011-01-29
1
-7
/
+7
*
Provide hook for system colour name -> RGB conversion
John Mark Bell
2011-01-29
1
-5
/
+48
[next]