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
*
Use a chaining hash for selectors -- permits easy sorting of hash entries by ...
John Mark Bell
2009-01-26
1
-4
/
+6
*
Propagate specificity of simple selectors to the head of each combinator chain.
John Mark Bell
2009-01-26
1
-0
/
+3
*
Assert preconditions, rather than returning runtime errors.
John Mark Bell
2009-01-25
1
-19
/
+22
*
Implement css_stylesheet_{add,remove}_rule, thus (de)populating the selector ...
John Mark Bell
2009-01-25
1
-7
/
+191
*
Clean up rules when destroying sheet
John Mark Bell
2009-01-25
1
-1
/
+12
*
Destroy rules
John Mark Bell
2009-01-25
1
-4
/
+81
*
Destroy selectors
John Mark Bell
2009-01-25
1
-5
/
+17
*
Beginnings of specificity.
John Mark Bell
2009-01-25
1
-2
/
+28
*
Simplify API of css_stylesheet_selector_create -- it's always used to create ...
John Mark Bell
2009-01-25
1
-7
/
+4
*
Destroy style objects
John Mark Bell
2009-01-25
1
-3
/
+3
*
Destroy parser on completion of parse, rather than keeping it around until we...
John Mark Bell
2009-01-25
1
-11
/
+26
*
Selector hash.
John Mark Bell
2009-01-25
1
-2
/
+13
*
Purge stylesheet dumping code from the library.
John Mark Bell
2009-01-19
1
-234
/
+0
*
Don't build the serialisation code in release mode
John Mark Bell
2009-01-14
1
-0
/
+2
*
Make @import actually create a rule and attempt some kind of fetch logic.
John Mark Bell
2009-01-14
1
-0
/
+26
*
Create charset rule objects.
John Mark Bell
2009-01-14
1
-0
/
+26
*
Given that we're going to be copying selector details, anyway, it seems point...
John Mark Bell
2008-12-01
1
-41
/
+11
*
Retain pointer to dictionary entries so we don't have to rediscover it later.
John Mark Bell
2008-12-01
1
-48
/
+9
*
Divorce css_string from whatever gets stored in lpu hashes.
John Mark Bell
2008-12-01
1
-4
/
+6
*
Use parserutils_hash instead of parserutils_dict.
John Mark Bell
2008-11-30
1
-10
/
+10
*
Tidy things up somewhat.
John Mark Bell
2008-11-28
1
-13
/
+5
*
Optimise css_stylesheet_add_rule by the cunning approach of not iterating thr...
John Mark Bell
2008-11-28
1
-9
/
+6
*
Change the way in which css_rules are defined. This is more compact than the ...
John Mark Bell
2008-11-28
1
-25
/
+61
*
css_string is now the same as a parserutils_dict_entry. This allows us to use...
John Mark Bell
2008-11-27
1
-55
/
+198
*
Calculate some kind of ballpark figure for the memory requirements of a style...
John Mark Bell
2008-11-27
1
-12
/
+31
*
Make stylesheet component constructors/destructors report errors
John Mark Bell
2008-11-09
1
-50
/
+84
*
Port libcss to new lpu API.
John Mark Bell
2008-11-09
1
-6
/
+7
*
Fix memory corruption. This took far too long to debug. Bah.
John Mark Bell
2008-10-25
1
-1
/
+2
*
A bunch of property parsers.
John Mark Bell
2008-10-25
1
-0
/
+17
*
Something approximating a parser for clear.
John Mark Bell
2008-10-23
1
-0
/
+92
*
Fix stupid.
John Mark Bell
2008-10-20
1
-4
/
+8
*
Squash warning
John Mark Bell
2008-10-20
1
-1
/
+1
*
Provide an internal mechanism for dumping stylesheets to a file handle.
John Mark Bell
2008-10-19
1
-0
/
+172
*
Finish selector list parsing
John Mark Bell
2008-10-19
1
-1
/
+2
*
Modify CSS2.1 frontend test driver to use the public stylesheet API.
John Mark Bell
2008-09-25
1
-1
/
+1
*
Implement css_stylesheet_append_data and css_stylesheet_data_done
John Mark Bell
2008-09-25
1
-10
/
+6
*
Create a parser instance for a stylesheet. Also create a level-specific front...
John Mark Bell
2008-09-25
1
-2
/
+34
*
Mechanism for the client to select the language level.
John Mark Bell
2008-09-25
1
-2
/
+3
*
Add API to get/set a stylesheet's disabled state
John Mark Bell
2008-09-25
1
-0
/
+36
*
Implement most of stylesheet's public API
John Mark Bell
2008-09-25
1
-19
/
+77
*
Public stylesheet API & stubbed out implementations.
John Mark Bell
2008-09-25
1
-0
/
+135
*
Implement a bunch of css_stylesheet_*
John Mark Bell
2008-09-20
1
-24
/
+103
*
More API munging. Also stub out implementations of new APIs.
John Mark Bell
2008-09-13
1
-0
/
+186