summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-011-0/+1
* Add support for SVG fill-opacity propertyMichael Orlitzky2023-10-011-0/+1
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-211-0/+2
* Update to use correct BUILD/HOST variables due to buildsystem changesVincent Sanders2014-12-191-1/+1
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-0/+1
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Remove out-of-sync sources comment. Make source list clearer and sort it.Michael Drake2012-02-031-27/+32
* Add parsing of CSS3 Multi-column layout module shorthand properties. (column...Michael Drake2012-02-031-1/+2
* Use $(GREP) instead of grepJohn Mark Bell2011-02-051-1/+1
* Use $(PERL), instead of perl.John Mark Bell2011-02-051-1/+1
* Add support for opacity propertyJohn Mark Bell2011-01-291-1/+1
* Fix shared library buildJohn Mark Bell2011-01-201-2/+2
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-114/+62
* simple properties split in parse similar to select in preparation for future ...Vincent Sanders2011-01-021-3/+114
* Pedantic linewrappingJohn Mark Bell2009-05-271-1/+3
* Rename boxsizing.c to display_sizing.c to better reflect its contentsJohn Mark Bell2009-05-271-1/+1
* Split out remaining UI property parsersJohn Mark Bell2009-05-271-1/+1
* Split out visual effects and stacking property parsersJohn Mark Bell2009-05-271-1/+1
* Split out table-related property parsersJohn Mark Bell2009-05-271-1/+1
* Split out box sizing property parsersJohn Mark Bell2009-05-271-1/+1
* Split out text-related property parsersJohn Mark Bell2009-05-271-1/+1
* Split out page-related property parsers.John Mark Bell2009-05-271-1/+1
* Split out positioning property parsersJohn Mark Bell2009-05-261-1/+1
* Split out margin and padding property parsers.John Mark Bell2009-05-261-1/+1
* Split out font property parsersJohn Mark Bell2009-05-261-1/+1
* Split out generated content and list property parsersJohn Mark Bell2009-05-261-1/+1
* Split out border and outline property parsersJohn Mark Bell2009-05-261-1/+1
* Split out background property parsersJohn Mark Bell2009-05-261-1/+1
* Split out utility functions and aural property parsers.John Mark Bell2009-05-261-1/+1
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-0/+4