summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
Commit message (Expand)AuthorAgeFilesLines
* API: Client media spec: Allow colour scheme preferenceMichael Drake2022-07-311-0/+2
* Selection: Don't duplicate unit conversion members in media descriptor.Michael Drake2021-05-191-4/+0
* Units: Remove units that nobody supports.Michael Drake2021-05-191-14/+11
* Media queries: Feature matching: Compare lengths in pixels.Michael Drake2019-05-071-8/+7
* Media queries: Add media type member to struct css_media.Michael Drake2019-03-101-0/+3
* Media Queries: Client media specification structure.Michael Drake2019-03-101-0/+126
* Code style: Use spaces for alignment.Michael Drake2019-03-101-4/+4
* Add support for new length units.Lucas Neves2017-11-131-20/+33
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-0/+4
* CSS3 NamespacesJohn Mark Bell2011-03-121-0/+21
* Minor documentation fixes.John Mark Bell2011-02-021-2/+0
* add system font hookVincent Sanders2011-02-021-0/+2
* Sync comment with realityJohn Mark Bell2010-12-051-1/+1
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-1/+1
* A bunch of c89.John Mark Bell2009-04-151-1/+1
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-1/+1
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-8/+0
* Make fpmath stuff public.John Mark Bell2009-02-141-4/+2
* Trivial header cleanups.Daniel Silverstone2009-02-141-12/+14
* Enumerate all media types defined in CSS 2.1 (includes aural, which is deprec...John Mark Bell2009-02-121-2/+15
* Some property accessors.John Mark Bell2009-02-061-3/+27
* Fill in members of css_computed_{style,uncommon}John Mark Bell2009-02-051-2/+7
* Introduce ability to create/destroy selection contexts.John Mark Bell2009-01-261-0/+4
* Divorce css_string from whatever gets stored in lpu hashes.John Mark Bell2008-12-011-4/+4
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-301-3/+3
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-4/+6
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-241-1/+2
* Modify CSS2.1 frontend test driver to use the public stylesheet API.John Mark Bell2008-09-251-0/+8
* Mechanism for the client to select the language level.John Mark Bell2008-09-251-7/+18
* Public stylesheet API & stubbed out implementations.John Mark Bell2008-09-251-2/+11
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+2
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+33