summaryrefslogtreecommitdiff
path: root/content/handlers/css/dump.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up print format specifier usageMichael Drake2023-06-171-2/+2
|
* Avoid integer types with platform dependent sizeDeltaVonNeumann2023-06-171-10/+12
|
* css: Fix dump of display: inline-flexMichael Drake2022-10-291-0/+6
|
* CSS: Update to latest libcss: Remove weird units.Michael Drake2021-05-301-9/+0
| | | | The 'rlh', 'ic' and 'cap' units were never implemented by anyone.
* CSS: Add new libcss unit types to computed style dump.Michael Drake2018-01-021-0/+39
|
* CSS: Wrappers for computed style getters that return unsupported values.Michael Drake2017-10-201-3/+4
| | | | We don't yet handle the Flexbox-related values for certain properties.
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
|
* move the CSS content handlerVincent Sanders2016-05-261-0/+1793