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
/
parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to use correct BUILD/HOST variables due to buildsystem changes
Vincent Sanders
2014-12-19
1
-1
/
+1
*
strncasecmp is defined in strings.h
Vincent Sanders
2014-09-05
1
-0
/
+1
*
Fix advancing when play-during rule has !important set.
Michael Drake
2014-07-24
1
-1
/
+1
*
Fix warning.
Michael Drake
2014-06-02
1
-1
/
+2
*
Add support for CSS3 overflow-x and overflow-y properties.
Michael Drake
2014-06-01
7
-11
/
+121
*
ensure generation tool exits if it cannot open its output file. (coverity 112...
Vincent Sanders
2014-01-24
1
-0
/
+1
*
Fix destruction of wrong style. Coverity #1137922.
Michael Drake
2013-12-15
1
-1
/
+1
*
Update for new lpu API.
Michael Drake
2013-12-14
3
-8
/
+6
*
Various changes which modify API and ABI:
Michael Drake
2013-12-13
6
-68
/
+36
*
Fixup for insensitive hash utilisation.
Michael Drake
2013-12-02
1
-4
/
+10
*
Ensure that element/class/id names in selector details always get their casel...
Michael Drake
2013-12-02
1
-0
/
+18
*
Handle css__stylesheet_style_append() returning error. Coverity #1127060.
Michael Drake
2013-11-08
1
-4
/
+22
*
Add computed style accessor for writing-mode and and writing-mode to the prop...
Michael Drake
2013-09-10
1
-0
/
+1
*
Add support for parsing the writing-mode property. Thanks to Caitlin Potter.
Caitlin Potter
2013-09-10
4
-2
/
+11
*
Apply slightly modified patch from Murat Gocmen.
Michael Drake
2013-09-10
1
-4
/
+12
*
Early return after processing @namespace.
John-Mark Bell
2013-04-29
1
-0
/
+3
*
ensure enough parameetrs to IDENT list exist
Vincent Sanders
2013-04-22
1
-67
/
+75
*
Hopefully silence a warning
Daniel Silverstone
2012-10-15
1
-1
/
+1
*
Cleanup: Remove unused UNUSED()
Daniel Silverstone
2012-07-19
1
-2
/
+0
*
Update to new NSBUILD infrastructure
Daniel Silverstone
2012-06-29
2
-2
/
+2
*
Git ignores
Daniel Silverstone
2012-06-04
1
-0
/
+2
*
correctly apply enum casts to avoid warnings about casting between
Vincent Sanders
2012-04-14
1
-36
/
+37
*
Fix debug build (warnings about comparing different enums).
François Revel
2012-04-06
1
-32
/
+36
*
Add common CSS tokens to stylesheet string table.
Michael Drake
2012-03-29
2
-0
/
+11
*
Correct type of out parameter
John Mark Bell
2012-03-24
2
-2
/
+2
*
Dodgy bodge to shut clang up
Daniel Silverstone
2012-03-24
1
-1
/
+3
*
Remove out-of-sync sources comment. Make source list clearer and sort it.
Michael Drake
2012-02-03
1
-27
/
+32
*
Add parsing of CSS3 Multi-column layout module shorthand properties. (column...
Michael Drake
2012-02-03
7
-6
/
+335
*
Add support for parsing CSS3 Multi-column layout properties:
Michael Drake
2012-01-28
6
-18
/
+119
*
Fix \!important for opacity property.
Michael Drake
2012-01-27
1
-0
/
+5
*
@font-face support. Credit: James Montgomerie
John Mark Bell
2011-12-04
8
-13
/
+540
*
Extend lifetime of property strings
John Mark Bell
2011-10-06
1
-9
/
+1
*
Tidy up
John Mark Bell
2011-10-06
4
-13
/
+7
*
Avoid interning propstrings table for every stylesheet, style tag and style a...
Michael Drake
2011-10-06
4
-15
/
+76
*
Fix build with GCC 4.6
John Mark Bell
2011-07-26
1
-9
/
+0
*
Saturated maths in css fixed point
Vincent Sanders
2011-03-12
3
-21
/
+21
*
CSS3 Namespaces
John Mark Bell
2011-03-12
4
-38
/
+316
*
Use $(GREP) instead of grep
John Mark Bell
2011-02-05
1
-1
/
+1
*
Use $(PERL), instead of perl.
John Mark Bell
2011-02-05
1
-1
/
+1
*
No. Just no.
John Mark Bell
2011-02-03
1
-3
/
+0
*
add system font hook
Vincent Sanders
2011-02-02
1
-0
/
+172
*
Pedantic whitespace insertion
John Mark Bell
2011-01-31
1
-0
/
+1
*
C89.
François Revel
2011-01-31
1
-1
/
+2
*
CSS3 Selectors
John Mark Bell
2011-01-31
3
-76
/
+423
*
Add support for opacity property
John Mark Bell
2011-01-29
6
-2
/
+86
*
Centralise handling of transparent colours.
John Mark Bell
2011-01-29
7
-39
/
+30
*
Provide hook for system colour name -> RGB conversion
John Mark Bell
2011-01-29
1
-8
/
+13
*
Rename all css_[^_] internal symbols to css__ so that they're nicely namespaced
Daniel Silverstone
2011-01-26
29
-281
/
+281
*
Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...
Daniel Silverstone
2011-01-26
2
-2
/
+2
*
Trivial optimisation of HSL->RGB conversion
John Mark Bell
2011-01-22
1
-3
/
+4
[next]