index
:
delta/netsurf/libcss.git
baserock/morph
dsilvers/calc
jmb/mq
lcneves/flexbox
lcneves/flexbox-tidy
lcneves/select-autogen
lcneves/units
master
rjek/clang-warnings
tlsa/add-ci
tlsa/calc
tlsa/calc-wip
tlsa/computed-style-share
tlsa/improve-hints
tlsa/improve-select-tests
tlsa/jmb/mq
tlsa/jmb/mq2
tlsa/lcneves/select-autogen
tlsa/logging
tlsa/media-queries
tlsa/print-inherit-debug
tlsa/shared-styles
tlsa/units
tlsa/upfront-hints
git.netsurf-browser.org: libcss.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
libcss
/
properties.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add codes to flexbox properties.
Lucas Neves
2017-10-21
1
-3
/
+93
*
Parsing: Add support for parsing the CSS3 box-sizing property.
Michael Drake
2017-04-27
1
-0
/
+7
*
Delete trailing whitespace.
Michael Drake
2014-12-07
1
-4
/
+4
*
Fix column-width enum values.
Michael Drake
2014-12-06
1
-2
/
+2
*
Add missing CSS_COLUMN_RULE_STYLE_HIDDEN value.
Michael Drake
2014-11-16
1
-0
/
+1
*
Share enum values for another property.
Michael Drake
2014-11-07
1
-3
/
+3
*
Make enums for length/normal values match up.
Michael Drake
2014-11-07
1
-5
/
+5
*
Add support for CSS3 overflow-x and overflow-y properties.
Michael Drake
2014-06-01
1
-1
/
+2
*
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
1
-0
/
+10
*
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
*
Add support for selecting page-break-{before, after, inside}
John Mark Bell
2011-08-23
1
-0
/
+24
*
Fix warning: comma at end of enumerator list
François Revel
2011-02-09
1
-1
/
+1
*
Add support for opacity property
John Mark Bell
2011-01-29
1
-1
/
+7
*
Centralise handling of transparent colours.
John Mark Bell
2011-01-29
1
-7
/
+7
*
Sprinkle some C++ scoping around
John Mark Bell
2010-10-23
1
-0
/
+9
*
Somewhat nasty text-align magic for the benefit of HTML tables.
John Mark Bell
2009-08-23
1
-8
/
+9
*
It turns out that using magic values for text-align is simpler than having an...
John Mark Bell
2009-08-22
1
-13
/
+5
*
-libcss-align
John Mark Bell
2009-08-21
1
-1
/
+12
*
Avoid type collisions when used from C++
John Mark Bell
2009-08-02
1
-62
/
+62
*
Query client for initial values of color, font-family, quotes, and voice-fami...
John Mark Bell
2009-07-04
1
-4
/
+2
*
Introduce an initial value of border-*-color in the computed style.
John Mark Bell
2009-06-30
1
-1
/
+2
*
Completely change the approach used for presentational hints.
John Mark Bell
2009-03-23
1
-0
/
+105
*
Finally, a representation of a computed content property.
John Mark Bell
2009-02-14
1
-2
/
+4
*
Modify encoding of quotes. Move clip to accommodate.
John Mark Bell
2009-02-11
1
-1
/
+2
*
Change encoding of font-family
John Mark Bell
2009-02-11
1
-1
/
+7
*
More property handlers
John Mark Bell
2009-02-11
1
-1
/
+2
*
Border colours. Factor out common code.
John Mark Bell
2009-02-11
1
-3
/
+3
*
Restore the magical properties of background-repeat values (the bottom two bi...
John Mark Bell
2009-02-11
1
-4
/
+4
*
Map inherit to 0 for all properties, so we get a default style of everything ...
John Mark Bell
2009-02-10
1
-268
/
+268
*
Enumerated values for properties.
John Mark Bell
2009-02-05
1
-0
/
+484