summaryrefslogtreecommitdiff
path: root/src/parse/properties/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-011-0/+1
| | | | | | | | https://www.w3.org/TR/SVGTiny12/painting.html#StrokeOpacityProperty This property is unique to SVG documents, but is otherwise analogous to the usual CSS "opacity" property (and the recently-added SVG fill-opacity property).
* Add support for SVG fill-opacity propertyMichael Orlitzky2023-10-011-0/+1
| | | | | | | https://www.w3.org/TR/SVGTiny12/painting.html#FillOpacityProperty This property is unique to SVG documents, but is otherwise analogous to the usual CSS "opacity" property.
* 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
| | | | | | | | Now, overflow is a shorthand property setting both overflow-x and overflow-y. The getter for the computed overflow has been removed, and replaced with two for overflow-x and overflow-y.
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libcss/; revision=14004
* Remove out-of-sync sources comment. Make source list clearer and sort it.Michael Drake2012-02-031-27/+32
| | | | svn path=/trunk/libcss/; revision=13417
* Add parsing of CSS3 Multi-column layout module shorthand properties. ↵Michael Drake2012-02-031-1/+2
| | | | | | (columns & column-rule) svn path=/trunk/libcss/; revision=13416
* Use $(GREP) instead of grepJohn Mark Bell2011-02-051-1/+1
| | | | svn path=/trunk/libcss/; revision=11614
* Use $(PERL), instead of perl.John Mark Bell2011-02-051-1/+1
| | | | | | Also, only compute the value of AUTOGEN_PARSERS once svn path=/trunk/libcss/; revision=11612
* Add support for opacity propertyJohn Mark Bell2011-01-291-1/+1
| | | | svn path=/trunk/libcss/; revision=11527
* Fix shared library buildJohn Mark Bell2011-01-201-2/+2
| | | | svn path=/trunk/libcss/; revision=11427
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-191-114/+62
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* simple properties split in parse similar to select in preparation for future ↵Vincent Sanders2011-01-021-3/+114
| | | | | | generation svn path=/trunk/libcss/; revision=11188
* Pedantic linewrappingJohn Mark Bell2009-05-271-1/+3
| | | | svn path=/trunk/libcss/; revision=7575
* Rename boxsizing.c to display_sizing.c to better reflect its contentsJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7574
* Split out remaining UI property parsersJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7572
* Split out visual effects and stacking property parsersJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7570
* Split out table-related property parsersJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7569
* Split out box sizing property parsersJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7567
* Split out text-related property parsersJohn Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7566
* Split out page-related property parsers.John Mark Bell2009-05-271-1/+1
| | | | svn path=/trunk/libcss/; revision=7564
* Split out positioning property parsersJohn Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7563
* Split out margin and padding property parsers.John Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7562
* Split out font property parsersJohn Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7561
* Split out generated content and list property parsersJohn Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7560
* Split out border and outline property parsersJohn Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7559
* Split out background property parsersJohn Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7558
* Split out utility functions and aural property parsers.John Mark Bell2009-05-261-1/+1
| | | | svn path=/trunk/libcss/; revision=7557
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-0/+4
svn path=/trunk/libcss/; revision=7556