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
/
stylesheet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stylesheet: Drop temporary code to test media query parsing.
Michael Drake
2019-03-10
1
-7
/
+0
*
Media queries: Move css_parse_media_query to parse/mq.c file.
Michael Drake
2019-03-10
1
-106
/
+0
*
Media queries: Make css_parse_media_query return the parsed css_mq_query.
Michael Drake
2019-03-10
1
-9
/
+28
*
Media queries: Drop parse debug output.
Michael Drake
2019-03-10
1
-17
/
+1
*
HACKS for testing Media Queries parsing.
Michael Drake
2019-03-10
1
-0
/
+110
*
Media Queries: sort out object lifetimes
John-Mark Bell
2019-03-10
1
-2
/
+10
*
Media Queries: datastructures and plumbing.
John-Mark Bell
2019-03-10
1
-9
/
+6
*
Strip trailing whitespace.
Michael Drake
2017-09-04
1
-57
/
+57
*
Various changes which modify API and ABI:
Michael Drake
2013-12-13
1
-73
/
+55
*
Clear up CLANG warnings in css__stylesheet_selector_append_specific
Daniel Silverstone
2012-07-01
1
-4
/
+4
*
@font-face support. Credit: James Montgomerie
John Mark Bell
2011-12-04
1
-13
/
+13
*
Extend lifetime of property strings
John Mark Bell
2011-10-06
1
-0
/
+14
*
Make "params" argument to css_stylesheet_create const. Thanks to James Montg...
Michael Drake
2011-09-02
1
-1
/
+1
*
Add structure versioning for client input
John Mark Bell
2011-03-13
1
-1
/
+3
*
CSS3 Namespaces
John Mark Bell
2011-03-12
1
-13
/
+28
*
add system font hook
Vincent Sanders
2011-02-02
1
-0
/
+3
*
Fix specificity calculation for prefix, suffix, and substring attribute selec...
John Mark Bell
2011-01-31
1
-0
/
+3
*
CSS3 Selectors
John Mark Bell
2011-01-31
1
-14
/
+24
*
Provide hook for system colour name -> RGB conversion
John Mark Bell
2011-01-29
1
-41
/
+34
*
Rename all css_[^_] internal symbols to css__ so that they're nicely namespaced
Daniel Silverstone
2011-01-26
1
-59
/
+59
*
Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...
Daniel Silverstone
2011-01-26
1
-1
/
+1
*
Ensure there are zero global symbols without css_ or css__ in front of them. ...
Daniel Silverstone
2011-01-20
1
-1
/
+1
*
Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...
Vincent Sanders
2011-01-19
1
-118
/
+170
*
Ensure that string vector exists before freeing it
John Mark Bell
2011-01-05
1
-1
/
+3
*
Add string vector capability to stylesheet (r=jmb)
Vincent Sanders
2010-12-05
1
-0
/
+85
*
Provide notification hook for imported stylesheets, to enable clients to para...
John Mark Bell
2010-12-05
1
-0
/
+6
*
Remove ownerNode and ownerRule fields from stylesheet objects.
John Mark Bell
2010-06-27
1
-2
/
+0
*
Ownership of imported stylesheets is retained by the client.
John Mark Bell
2010-04-11
1
-3
/
+2
*
Fix RISC OS build
John Mark Bell
2010-04-05
1
-3
/
+3
*
Do not unref strings referenced by bytecode we've just copied when appending ...
John Mark Bell
2010-03-28
1
-2
/
+2
*
Make libcss suitable for the new libwapcaplet behaviour.
Daniel Silverstone
2010-03-28
1
-143
/
+157
*
Fix libcss to use new libwapcaplet behaviour.
Daniel Silverstone
2010-03-27
1
-22
/
+16
*
Origin and media are not properties of the stylesheet.
John Mark Bell
2010-01-12
1
-41
/
+1
*
1) Allocate css_style bytecode in 16 byte chunks
John Mark Bell
2009-08-29
1
-13
/
+66
*
Calculate the in-memory size of stylesheets and provide some API to access this.
John Mark Bell
2009-07-27
1
-0
/
+137
*
Fix selector hash some more. It turns out that I'd forgotten how it was meant...
John Mark Bell
2009-07-17
1
-1
/
+2
*
Fix processing of rules after @import -- previously, they were completely ign...
John Mark Bell
2009-07-08
1
-0
/
+2
*
Len already includes the NUL, so stop trying to manually terminate url/title.
John Mark Bell
2009-07-01
1
-2
/
+0
*
Make all URIs absolute
John Mark Bell
2009-07-01
1
-1
/
+10
*
Support for parsing inline styles
John Mark Bell
2009-06-26
1
-7
/
+22
*
Nested block support.
John Mark Bell
2009-06-26
1
-71
/
+114
*
Most of the interned string lifetimes are at least no shorter than we think t...
Daniel Silverstone
2009-02-15
1
-6
/
+41
*
Quirks mode parsing
John Mark Bell
2009-02-15
1
-2
/
+53
*
Port libcss to libwapcaplet.
Daniel Silverstone
2009-02-14
1
-26
/
+11
*
Rework handling of imported stylesheets.
John Mark Bell
2009-02-14
1
-15
/
+139
*
Drop css_error_handler and rename css_alloc to css_allocator_fn
Daniel Silverstone
2009-02-14
1
-1
/
+1
*
Discard selectors that contain pseudo elements in non-terminal simple selectors.
John Mark Bell
2009-02-14
1
-2
/
+10
*
Synchronise media type bitfield with reality -- it's 64bits wide.
John Mark Bell
2009-02-12
1
-2
/
+2
*
Distinguish between pseudo classes and pseudo elements
John Mark Bell
2009-02-10
1
-5
/
+2
*
Use a chaining hash for selectors -- permits easy sorting of hash entries by ...
John Mark Bell
2009-01-26
1
-4
/
+6
[next]