summaryrefslogtreecommitdiff
path: root/include/libcss/computed.h
Commit message (Collapse)AuthorAgeFilesLines
* z-index is a signed int, not a css_fixed value.John Mark Bell2009-03-051-1/+1
| | | | | | Compose width, word-spacing and z-index. svn path=/trunk/libcss/; revision=6709
* Constify.John Mark Bell2009-03-041-2/+2
| | | | | | | Compose counter-increment and counter-reset. Fix compose_content. svn path=/trunk/libcss/; revision=6692
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-11/+11
| | | | svn path=/trunk/libcss/; revision=6536
* Fix maths in commentaryJohn Mark Bell2009-02-151-8/+6
| | | | svn path=/trunk/libcss/; revision=6518
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-25/+27
| | | | | | | | | It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517
* Replace pointers to aural/page properties with pointers to void as placeholdersJohn Mark Bell2009-02-141-12/+2
| | | | svn path=/trunk/libcss/; revision=6516
* Finally, a representation of a computed content property.John Mark Bell2009-02-141-7/+66
| | | | svn path=/trunk/libcss/; revision=6515
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-141-21/+42
| | | | svn path=/trunk/libcss/; revision=6514
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-2/+2
| | | | svn path=/trunk/libcss/; revision=6482
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-111-16/+15
| | | | svn path=/trunk/libcss/; revision=6442
* Change encoding of font-familyJohn Mark Bell2009-02-111-38/+38
| | | | | | Move list-style-position to make room for it. svn path=/trunk/libcss/; revision=6440
* Handle counter-increment/counter-resetJohn Mark Bell2009-02-111-2/+2
| | | | svn path=/trunk/libcss/; revision=6435
* Change the representation of any data that includes a css_string. They're ↵John Mark Bell2009-02-111-26/+30
| | | | | | now either embedded directly in the computed style object, or are comprised of an array of objects (rather than pointers to objects) svn path=/trunk/libcss/; revision=6432
* Oh look, I've changed my mind again.John Mark Bell2009-02-071-1/+3
| | | | | | It's far better that the client creates computed style objects which we then populate. This will allow more efficient composition of styles as, in the most common case, it won't require any memory allocation. svn path=/trunk/libcss/; revision=6390
* More API changes.John Mark Bell2009-02-071-3/+1
| | | | | | | Make css_computed_style_create() private. Implement css_computed_style_[create,destroy](). svn path=/trunk/libcss/; revision=6389
* It probably helps to ensure the allocation routine is accessible.John Mark Bell2009-02-071-1/+4
| | | | | | Minor fix for an accessor. svn path=/trunk/libcss/; revision=6387
* More accessorsJohn Mark Bell2009-02-061-0/+102
| | | | svn path=/trunk/libcss/; revision=6386
* More accessorsJohn Mark Bell2009-02-061-0/+68
| | | | svn path=/trunk/libcss/; revision=6385
* More accessorsJohn Mark Bell2009-02-061-0/+67
| | | | svn path=/trunk/libcss/; revision=6384
* More accessorsJohn Mark Bell2009-02-061-0/+39
| | | | svn path=/trunk/libcss/; revision=6383
* More accessorsJohn Mark Bell2009-02-061-0/+40
| | | | svn path=/trunk/libcss/; revision=6382
* More accessorsJohn Mark Bell2009-02-061-2/+161
| | | | svn path=/trunk/libcss/; revision=6381
* More accessorsJohn Mark Bell2009-02-061-0/+81
| | | | svn path=/trunk/libcss/; revision=6380
* More accessorsJohn Mark Bell2009-02-061-0/+120
| | | | svn path=/trunk/libcss/; revision=6379
* More accessorsJohn Mark Bell2009-02-061-0/+160
| | | | svn path=/trunk/libcss/; revision=6378
* More accessorsJohn Mark Bell2009-02-061-0/+90
| | | | svn path=/trunk/libcss/; revision=6377
* More accessorsJohn Mark Bell2009-02-061-0/+172
| | | | svn path=/trunk/libcss/; revision=6376
* More accessorsJohn Mark Bell2009-02-061-0/+218
| | | | svn path=/trunk/libcss/; revision=6375
* More accessorsJohn Mark Bell2009-02-061-1/+168
| | | | svn path=/trunk/libcss/; revision=6374
* I've changed my mind. Don't assume that _INHERIT doesn't exist here.John Mark Bell2009-02-061-15/+56
| | | | svn path=/trunk/libcss/; revision=6373
* Some property accessors.John Mark Bell2009-02-061-2/+122
| | | | | | Define css_unit type. svn path=/trunk/libcss/; revision=6372
* Bit allocations.John Mark Bell2009-02-061-0/+49
| | | | svn path=/trunk/libcss/; revision=6369
* Enumerated values for properties.John Mark Bell2009-02-051-16/+17
| | | | | | Fixes to bit allocations. svn path=/trunk/libcss/; revision=6367
* Fill in members of css_computed_{style,uncommon}John Mark Bell2009-02-051-15/+97
| | | | | | Add a couple of types to types.h -- the fixed point stuff needs thinking about. svn path=/trunk/libcss/; revision=6365
* cursor:, which I omitted from the previous commit.John Mark Bell2009-01-291-4/+11
| | | | svn path=/trunk/libcss/; revision=6292
* More maths. I have no idea if this approach is sane, btw. More importantly, ↵John Mark Bell2009-01-291-11/+24
| | | | | | I've no useful ideas as to how to represent content: svn path=/trunk/libcss/; revision=6291
* Create header containing computed style representation. This isn't remotely ↵John Mark Bell2009-01-271-0/+138
complete. svn path=/trunk/libcss/; revision=6289