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
*
Reduce space requirements by squashing opcode + flags + value into 32 bits.
John Mark Bell
2008-10-21
1
-545
/
+431
*
All properties done.
John Mark Bell
2008-10-21
1
-23
/
+844
*
Beginnings of a bytecode format.
John Mark Bell
2008-10-21
1
-0
/
+318
*
Style information for selector rulesets can be shared between the individual ...
John Mark Bell
2008-10-20
1
-2
/
+1
*
Fix stupid.
John Mark Bell
2008-10-20
1
-4
/
+8
*
Squash warning
John Mark Bell
2008-10-20
1
-1
/
+1
*
Update comment
John Mark Bell
2008-10-19
1
-1
/
+8
*
Fix parsing of combinators: the CSS 2.1 spec grammar contains inaccuracies --...
John Mark Bell
2008-10-19
1
-11
/
+35
*
Provide an internal mechanism for dumping stylesheets to a file handle.
John Mark Bell
2008-10-19
3
-1
/
+178
*
Finish selector list parsing
John Mark Bell
2008-10-19
3
-77
/
+415
*
More work on selector list parsing
John Mark Bell
2008-10-18
1
-18
/
+99
*
Modify CSS2.1 frontend test driver to use the public stylesheet API.
John Mark Bell
2008-09-25
3
-22
/
+18
*
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
3
-3
/
+41
*
Mechanism for the client to select the language level.
John Mark Bell
2008-09-25
3
-10
/
+23
*
Add API to get/set a stylesheet's disabled state
John Mark Bell
2008-09-25
2
-2
/
+39
*
Implement most of stylesheet's public API
John Mark Bell
2008-09-25
2
-19
/
+79
*
Public stylesheet API & stubbed out implementations.
John Mark Bell
2008-09-25
7
-8
/
+193
*
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
[next]