summaryrefslogtreecommitdiff
path: root/src/parse/properties
Commit message (Expand)AuthorAgeFilesLines
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-102-0/+4
* Apply slightly modified patch from Murat Gocmen.Michael Drake2013-09-101-4/+12
* ensure enough parameetrs to IDENT list existVincent Sanders2013-04-221-67/+75
* Hopefully silence a warningDaniel Silverstone2012-10-151-1/+1
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Git ignoresDaniel Silverstone2012-06-041-0/+2
* Correct type of out parameterJohn Mark Bell2012-03-242-2/+2
* Dodgy bodge to shut clang upDaniel Silverstone2012-03-241-1/+3
* 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-035-1/+328
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-283-0/+68
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-042-4/+55
* Fix build with GCC 4.6John Mark Bell2011-07-261-9/+0
* Saturated maths in css fixed point Vincent Sanders2011-03-123-21/+21
* Use $(GREP) instead of grepJohn Mark Bell2011-02-051-1/+1
* Use $(PERL), instead of perl.John Mark Bell2011-02-051-1/+1
* add system font hookVincent Sanders2011-02-021-0/+172
* Add support for opacity propertyJohn Mark Bell2011-01-294-1/+84
* Centralise handling of transparent colours.John Mark Bell2011-01-295-38/+28
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-291-8/+13
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-2625-197/+197
* Trivial optimisation of HSL->RGB conversionJohn Mark Bell2011-01-221-3/+4
* Use css_fixed for fixed-point arithmetic. Simplify HSL->RGB conversion a little.John Mark Bell2011-01-211-112/+86
* Add transparent keyword to colour value parsingVincent Sanders2011-01-211-0/+6
* improve accuracy of lightness and saturationVincent Sanders2011-01-211-27/+42
* Fix GCC3 build. LibCSS doesn't currently build natively on RO.Michael Drake2011-01-211-1/+1
* integer based HSL to RGBVincent Sanders2011-01-211-7/+15
* mostly working integer implementationVincent Sanders2011-01-211-7/+49
* improve hsl hue angle representationVincent Sanders2011-01-211-12/+14
* add hsl colour supportVincent Sanders2011-01-211-2/+176
* Fix shared library buildJohn Mark Bell2011-01-201-2/+2
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-2032-415/+415
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-19119-11016/+2959
* simple properties split in parse similar to select in preparation for future ...Vincent Sanders2011-01-02125-10456/+11968
* Hack around platform headers doing the likes of typedef float FLOAT;John Mark Bell2010-12-293-4/+4
* Fix obvious bugDaniel Silverstone2010-12-201-1/+1
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-051-10/+39
* alter external representation of colours to be AARRGGBB (r=jmb)Vincent Sanders2010-12-041-156/+156
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-287-476/+476
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-2715-822/+416
* Lose redundant assignments.John Mark Bell2009-11-223-6/+4
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-223-84/+18
* -libcss-alignJohn Mark Bell2009-08-213-0/+82
* Remove pointless todosJohn Mark Bell2009-08-031-2/+0
* More apparent warnings squashedJohn Mark Bell2009-08-021-3/+6
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-2715-425/+1708
* Fix rgb() colour parser not to swap g and b.Michael Drake2009-07-221-34/+34
* Colour names are case insensitiveJohn Mark Bell2009-07-171-1/+1
* Make list-style shorthand parser attempt to parse a list-style-type value bef...John Mark Bell2009-07-071-5/+5
* Make all URIs absoluteJohn Mark Bell2009-07-014-18/+67