summaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* make unused variable macro more portableVincent Sanders2016-02-061-1/+1
* Update for new lpu API.Michael Drake2013-12-142-21/+0
* Various changes which modify API and ABI:Michael Drake2013-12-132-2/+22
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* CSS3 SelectorsJohn Mark Bell2011-01-312-8/+19
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-202-2/+2
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-0/+2
* 1) Allocate css_style bytecode in 16 byte chunksJohn Mark Bell2009-08-291-0/+4
* Simplify charToHex()John Mark Bell2009-07-071-36/+9
* Pedantic wrappingJohn Mark Bell2009-06-181-1/+2
* Port to new buildsystemJohn Mark Bell2009-03-241-44/+2
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-0/+3
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-142-6/+23
* Make fpmath stuff public.John Mark Bell2009-02-145-190/+125
* Rework handling of imported stylesheets.John Mark Bell2009-02-141-0/+3
* Move css_error_from_string into test utilitiesDaniel Silverstone2009-02-141-30/+0
* Fix handling of max -ve numbersAdrian Lees2009-01-241-9/+26
* Range check elevation angle.John Mark Bell2009-01-231-2/+10
* There's 400 gradians in 360 degrees.John Mark Bell2009-01-231-1/+1
* Introduce fixed point constants.John Mark Bell2009-01-232-0/+22
* Move isDigit() and isHex() to utils.h.John Mark Bell2009-01-221-0/+10
* Make integer parsing more robustJohn Mark Bell2009-01-121-2/+3
* Beginnings of a colour specifier parser.John Mark Bell2009-01-111-0/+40
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-2/+2
* Fix rounding when fractional part is close to 1.John Mark Bell2008-11-241-3/+4
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-241-2/+3
* All numerical values are represented in 22:10 fixed point.John Mark Bell2008-11-232-7/+104
* Make integer_from_css_string return the number of input bytes processed.John Mark Bell2008-11-201-2/+5
* Really stop on first non-digitJohn Mark Bell2008-10-271-1/+1
* Function to extract an integer from a css_string.John Mark Bell2008-10-261-1/+43
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-014-0/+183