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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a bunch of css_stylesheet_*
John Mark Bell
2008-09-20
2
-24
/
+107
*
More API munging. Also stub out implementations of new APIs.
John Mark Bell
2008-09-13
3
-1
/
+190
*
Some idle API poking.
John Mark Bell
2008-09-12
1
-7
/
+27
*
OS X friendly install invocation
John Mark Bell
2008-09-10
1
-3
/
+3
*
Make install/uninstall non-silent
John Mark Bell
2008-09-09
1
-6
/
+6
*
Make install/uninstall consider DESTDIR
John Mark Bell
2008-09-09
1
-8
/
+8
*
Fix compilation of test drivers on 64bit platforms.
John Mark Bell
2008-09-05
3
-17
/
+28
*
Dependency tracking
John Mark Bell
2008-09-05
4
-5
/
+64
*
Fix testutils line reader
John Mark Bell
2008-09-05
1
-1
/
+1
*
Minor changes.
John Mark Bell
2008-09-05
2
-3
/
+14
*
Make export target useful
John Mark Bell
2008-09-05
1
-4
/
+3
*
Add test case for broken comment in rule on haiku-os site.
Michael Drake
2008-08-28
2
-0
/
+32
*
Turn internal representation outline into a header file.
John Mark Bell
2008-08-08
2
-0
/
+139
*
Provide a way of modelling the likes of a[hello="foo"][bar="baz"] { ... }
John Mark Bell
2008-08-07
1
-2
/
+4
*
Sketch out the internal representation of a stylesheet
John Mark Bell
2008-08-07
1
-0
/
+96
*
Flag hideous todo thanks to CSSOM
John Mark Bell
2008-08-05
1
-0
/
+3
*
s/handleSelector/handleSelectorList/
John Mark Bell
2008-08-05
1
-3
/
+3
*
Disable @media and @page -- I'd rather focus on non-nested blocks in the firs...
John Mark Bell
2008-08-05
1
-0
/
+7
*
Make selector token vector be associated with the ruleset, rather than having...
John Mark Bell
2008-08-05
4
-84
/
+98
*
Something approximating @import
John Mark Bell
2008-08-04
1
-4
/
+29
*
Beginnings of a mechanism to intern known strings and compare pointers effect...
John Mark Bell
2008-08-04
3
-13
/
+61
*
For tokens where there's a possibility of case differences requiring case ins...
John Mark Bell
2008-08-04
3
-89
/
+140
*
Handle @charset
John Mark Bell
2008-08-04
1
-1
/
+24
*
Stub out at-rule handling
John Mark Bell
2008-08-04
2
-1
/
+47
*
Change API of event callback to return css_error (this is more useful than bool)
John Mark Bell
2008-08-04
4
-52
/
+162
*
Only intern strings when we get a token from the lexer. Strings in tokens tha...
John Mark Bell
2008-08-01
5
-51
/
+60
*
More stub.
John Mark Bell
2008-08-01
1
-3
/
+140
*
Stub out a CSS 2.1 stage 2 parser.
John Mark Bell
2008-08-01
9
-14
/
+224
*
Allow silencing of parser test driver.
John Mark Bell
2008-08-01
2
-1
/
+8
*
Silence debug
John Mark Bell
2008-08-01
1
-1
/
+1
*
EOF isn't a parse error
John Mark Bell
2008-08-01
1
-2
/
+0
*
Fix handling of empty strings.
John Mark Bell
2008-08-01
4
-28
/
+23
*
Fix at-rule processing.
John Mark Bell
2008-07-31
3
-8
/
+14
*
Something approximating recovery from malformed at-rules.
John Mark Bell
2008-07-31
2
-6
/
+142
*
Improve recovery from malformed declarations
John Mark Bell
2008-07-31
2
-69
/
+198
*
Generate and emit events
John Mark Bell
2008-07-30
3
-0
/
+148
*
Implement error recovery for malformed declarations.
John Mark Bell
2008-07-30
3
-12
/
+185
*
Implement the first-stage parser.
John Mark Bell
2008-07-30
11
-2
/
+2070
*
Whoops. Missed this when adding the invalid string stuff.
John Mark Bell
2008-07-15
1
-0
/
+3
*
Update lexer documentation
John Mark Bell
2008-06-26
2
-0
/
+2
*
Correctly process unterminated strings.
John Mark Bell
2008-06-26
4
-27
/
+126
*
Pedantic linewrapping
John Mark Bell
2008-05-20
1
-2
/
+8
*
A more complex test, taken from the CSS3 syntax module
John Mark Bell
2008-05-05
2
-0
/
+30
*
Match expected token data with that output by the lexer.
John Mark Bell
2008-05-05
2
-4
/
+59
*
Fix testdriver to accept # in input
John Mark Bell
2008-05-03
3
-7
/
+628
*
Testdriver for automated lexer tests. This needs a little more work to verify...
John Mark Bell
2008-05-01
6
-1
/
+302
*
Add space
John Mark Bell
2008-05-01
1
-1
/
+1
*
Import beginnings of a CSS parsing library.
John Mark Bell
2008-05-01
39
-0
/
+57244