index
:
delta/netsurf/libcss.git
baserock/morph
dsilvers/calc
jmb/mq
lcneves/flexbox
lcneves/flexbox-tidy
lcneves/select-autogen
lcneves/units
master
rjek/clang-warnings
tlsa/add-ci
tlsa/calc
tlsa/calc-wip
tlsa/computed-style-share
tlsa/improve-hints
tlsa/improve-select-tests
tlsa/jmb/mq
tlsa/jmb/mq2
tlsa/lcneves/select-autogen
tlsa/logging
tlsa/media-queries
tlsa/print-inherit-debug
tlsa/shared-styles
tlsa/units
tlsa/upfront-hints
git.netsurf-browser.org: libcss.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bytecode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for new length units.
Lucas Neves
2017-11-13
1
-0
/
+13
*
Add codes to flexbox properties.
Lucas Neves
2017-10-21
1
-4
/
+74
*
Strip trailing whitespace.
Michael Drake
2017-09-04
1
-1
/
+1
*
Parsing: Add support for parsing the CSS3 box-sizing property.
Michael Drake
2017-04-27
1
-0
/
+5
*
Share colour enum values.
Michael Drake
2014-11-07
1
-3
/
+3
*
Column rule colour of "invert" is not allowed.
Michael Drake
2014-11-07
1
-1
/
+0
*
Add support for parsing the writing-mode property. Thanks to Caitlin Potter.
Caitlin Potter
2013-09-10
1
-0
/
+6
*
Update to new NSBUILD infrastructure
Daniel Silverstone
2012-06-29
1
-1
/
+1
*
Add support for parsing CSS3 Multi-column layout properties:
Michael Drake
2012-01-28
1
-0
/
+83
*
Add support for opacity property
John Mark Bell
2011-01-29
1
-0
/
+4
*
Centralise handling of transparent colours.
John Mark Bell
2011-01-29
1
-4
/
+10
*
Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...
Vincent Sanders
2011-01-19
1
-6
/
+8
*
It turns out that using magic values for text-align is simpler than having an...
John Mark Bell
2009-08-22
1
-8
/
+4
*
-libcss-align
John Mark Bell
2009-08-21
1
-0
/
+7
*
s/opcode/opcode_t/
John Mark Bell
2009-08-03
1
-3
/
+3
*
Avoid type collisions when used from C++
John Mark Bell
2009-08-02
1
-1
/
+1
*
Factor out common code from top,right,bottom,left parsers
John Mark Bell
2009-05-27
1
-8
/
+6
*
A bunch of c89.
John Mark Bell
2009-04-15
2
-84
/
+84
*
Port to new buildsystem
John Mark Bell
2009-03-24
1
-47
/
+1
*
Completely change the approach used for presentational hints.
John Mark Bell
2009-03-23
1
-103
/
+2
*
Purge side bits. These cause more trouble than they're worth, and it's not as...
John Mark Bell
2009-02-10
2
-84
/
+93
*
Purge stylesheet dumping code from the library.
John Mark Bell
2009-01-19
3
-1835
/
+1
*
Fix play-during
John Mark Bell
2009-01-18
1
-0
/
+1
*
Don't build the serialisation code in release mode
John Mark Bell
2009-01-14
2
-0
/
+4
*
Complete bytecode dumping code.
John Mark Bell
2009-01-12
2
-23
/
+1624
*
voice-family
John Mark Bell
2009-01-10
1
-1
/
+2
*
Beginnings of font-family
John Mark Bell
2008-12-04
1
-0
/
+1
*
counter-increment
John Mark Bell
2008-12-04
1
-4
/
+2
*
Changes to the encoding of content in bytecode to better match the spec.
John Mark Bell
2008-12-03
1
-1
/
+5
*
Something approximating clip
John Mark Bell
2008-12-02
1
-1
/
+7
*
Fix up azimuth to cater for !important after property value.
John Mark Bell
2008-12-01
1
-4
/
+4
*
The advantage of interning strings is that you don't have to store their leng...
John Mark Bell
2008-12-01
1
-7
/
+6
*
page-break-inside
John Mark Bell
2008-11-25
1
-1
/
+1
*
max-height
John Mark Bell
2008-11-25
1
-14
/
+14
*
list-style-type.
John Mark Bell
2008-11-25
1
-8
/
+7
*
border-collapse
John Mark Bell
2008-10-26
1
-0
/
+3
*
A bunch of property parsers.
John Mark Bell
2008-10-25
3
-0
/
+281
*
Something approximating a parser for clear.
John Mark Bell
2008-10-23
1
-0
/
+5
*
Actually include the opcodes header.
John Mark Bell
2008-10-22
1
-2
/
+2
*
Something approximating an enumeration of the opcode-specific value field.
John Mark Bell
2008-10-22
2
-2
/
+633
*
Bytecode stuff
John Mark Bell
2008-10-22
1
-0
/
+164