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
/
libcss
/
computed.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Selection: Don't duplicate unit conversion members in media descriptor.
Michael Drake
2021-05-19
1
-1
/
+1
*
Selection: Remove client callback for unit conversion.
Michael Drake
2021-05-19
1
-4
/
+2
*
add text formatting of values with list styles
Vincent Sanders
2021-02-05
1
-1
/
+24
*
Selection: Add support for the flexbox properties.
Lucas Neves
2017-10-21
1
-0
/
+35
*
Interface: Add public API for getting box-sizing from computed style.
Michael Drake
2017-04-27
1
-0
/
+3
*
Remove redundant API surface.
Michael Drake
2016-11-19
1
-4
/
+0
*
Intern partial styles.
Michael Drake
2016-11-19
1
-3
/
+4
*
After composing styles, intern the result in the style sharing arena.
Michael Drake
2016-11-19
1
-2
/
+2
*
Remove trailing whitespace.
Michael Drake
2015-11-01
1
-1
/
+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
*
Add public accessor for column-width property.
Michael Drake
2014-12-06
1
-0
/
+4
*
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 public accessor for column-rule-color in computed styles.
Michael Drake
2014-11-15
1
-0
/
+4
*
Add public computed style access function for column-gap property.
Michael Drake
2014-11-07
1
-0
/
+4
*
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
1
-3
/
+6
*
Various changes which modify API and ABI:
Michael Drake
2013-12-13
1
-2
/
+1
*
Add computed style accessor for writing-mode and and writing-mode to the prop...
Michael Drake
2013-09-10
1
-0
/
+3
*
Complete widows and orphans support. Thanks to James Montgomerie.
Michael Drake
2012-04-13
1
-0
/
+7
*
Add support for selecting page-break-{before, after, inside}
John Mark Bell
2011-08-23
1
-0
/
+9
*
Hide the CSS computed style itself. Only expose a few simple structures whic...
Daniel Silverstone
2011-03-12
1
-2084
/
+258
*
Add support for opacity property
John Mark Bell
2011-01-29
1
-2
/
+26
*
Sprinkle some C++ scoping around
John Mark Bell
2010-10-23
1
-0
/
+9
*
Namespace preprocessor macros. I'm not entirely sure why I didn't do this in ...
John Mark Bell
2009-08-24
1
-739
/
+740
*
It turns out that using magic values for text-align is simpler than having an...
John Mark Bell
2009-08-22
1
-34
/
+16
*
-libcss-align
John Mark Bell
2009-08-21
1
-3
/
+21
*
Apparently, converting from int to enum requires a cast.
John Mark Bell
2009-08-02
1
-45
/
+45
*
Plug potential memory leaks in property setting
John Mark Bell
2009-07-30
1
-0
/
+2
*
Completely screw over any other client of libcss because NetSurf wants to imp...
John Mark Bell
2009-07-23
1
-372
/
+0
*
Remove pointless parameter
John Mark Bell
2009-07-21
1
-1
/
+0
*
Silence warnings in release mode
John Mark Bell
2009-07-17
1
-64
/
+64
*
Store em and percentage values for properties in the computed style.
John Mark Bell
2009-07-17
1
-26
/
+515
*
Add a flag to the font size computation callback to indicate that the resulta...
John Mark Bell
2009-07-16
1
-0
/
+1
*
Provide accessor for computed value of display assuming static position.
John Mark Bell
2009-07-15
1
-0
/
+41
*
Provide some API to allow retrieval of an Initial style
John Mark Bell
2009-07-12
1
-0
/
+4
*
Compute absolute values for all length properties.
John Mark Bell
2009-07-04
1
-1
/
+4
*
Add callback to make client compute the font size.
John Mark Bell
2009-07-04
1
-0
/
+6
*
Move quotes property into common style block.
John Mark Bell
2009-07-04
1
-44
/
+36
*
Query client for initial values of color, font-family, quotes, and voice-fami...
John Mark Bell
2009-07-04
1
-8
/
+12
*
Purge "colour" from the public API -- it's just confusing
John Mark Bell
2009-06-27
1
-11
/
+11
*
z-index is a signed int, not a css_fixed value.
John Mark Bell
2009-03-05
1
-1
/
+1
*
Constify.
John Mark Bell
2009-03-04
1
-2
/
+2
*
Some changes. No idea what they are, mind you.
John Mark Bell
2009-02-15
1
-11
/
+11
*
Fix maths in commentary
John Mark Bell
2009-02-15
1
-8
/
+6
[next]