summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Pedantic linewrappingJohn Mark Bell2009-05-271-1/+3
* Rename boxsizing.c to display_sizing.c to better reflect its contentsJohn Mark Bell2009-05-272-1/+1
* Move display parserJohn Mark Bell2009-05-272-71/+72
* Split out remaining UI property parsersJohn Mark Bell2009-05-273-267/+281
* Move color parser to text.cJohn Mark Bell2009-05-272-54/+54
* Split out visual effects and stacking property parsersJohn Mark Bell2009-05-273-273/+287
* Split out table-related property parsersJohn Mark Bell2009-05-273-124/+138
* Move float and alignment property parsers into positioning.cJohn Mark Bell2009-05-272-183/+183
* Split out box sizing property parsersJohn Mark Bell2009-05-273-492/+506
* Split out text-related property parsersJohn Mark Bell2009-05-273-486/+500
* Quotes property is also generated content, so move to appropriate fileJohn Mark Bell2009-05-272-164/+170
* Split out page-related property parsers.John Mark Bell2009-05-273-256/+270
* Split out positioning property parsersJohn Mark Bell2009-05-263-307/+320
* Split out margin and padding property parsers.John Mark Bell2009-05-264-199/+228
* Split out font property parsersJohn Mark Bell2009-05-263-616/+630
* Split out generated content and list property parsersJohn Mark Bell2009-05-263-961/+977
* Split out border and outline property parsersJohn Mark Bell2009-05-263-531/+546
* Split out background property parsersJohn Mark Bell2009-05-263-355/+370
* Split out utility functions and aural property parsers.John Mark Bell2009-05-265-2049/+2091
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-268-523/+542
* Groundwork for property parser refactoring.John Mark Bell2009-05-263-312/+324
* Pedantic line wrappingJohn Mark Bell2009-05-261-1/+2
* Fix tests for unicode escape sequences to actually have the correct expected ...John Mark Bell2009-05-261-6/+57
* Flag use of alloca -- these need to die.John Mark Bell2009-04-162-0/+6
* A bunch of c89.John Mark Bell2009-04-157-119/+125
* Reject any non-ASCII charset detected using the ASCII-compatible detectorJohn Mark Bell2009-04-021-0/+18
* Autodetect UTF-16 and UTF-32 charsetsJohn Mark Bell2009-04-021-14/+277
* Support named colours.John Mark Bell2009-04-012-7/+360
* Port to new buildsystemJohn Mark Bell2009-03-247-323/+13
* Implement set_*_from_hintJohn Mark Bell2009-03-231-5/+876
* Make dispatch.c legibleJohn Mark Bell2009-03-231-100/+792
* Completely change the approach used for presentational hints.John Mark Bell2009-03-239-318/+446
* Sketch out something for presentational hints.John Mark Bell2009-03-221-1/+13
* z-index is a signed int, not a css_fixed value.John Mark Bell2009-03-051-0/+49
* 7 more.John Mark Bell2009-03-051-0/+85
* 5 more.John Mark Bell2009-03-051-0/+65
* 7 more.John Mark Bell2009-03-051-0/+77
* Compose position and quotesJohn Mark Bell2009-03-051-0/+51
* 8 more.John Mark Bell2009-03-051-0/+88
* 5 more.John Mark Bell2009-03-051-0/+79
* 4 more.John Mark Bell2009-03-051-0/+58
* Compose {min,max}{width,height}John Mark Bell2009-03-051-0/+68
* 10 more.John Mark Bell2009-03-051-0/+162
* 4 moreJohn Mark Bell2009-03-051-0/+51
* Compose font-familyJohn Mark Bell2009-03-051-0/+38
* 5 more.John Mark Bell2009-03-051-0/+56
* Compose cue-after, cue-before, cursor.John Mark Bell2009-03-041-0/+62
* Constify.John Mark Bell2009-03-041-1/+81
* compute_content()John Mark Bell2009-03-041-0/+41
* Implement initial_content()John Mark Bell2009-03-041-3/+1