Changes
#156 (20-Oct-2024 12:49:51)
- select: bloom: Squash undefined behaviour sanitiser errors — Michael Drake / cgit
#155 (27-May-2024 15:09:45)
- test: dump_bytecode: Squash clang cast increases alignment warnings — Michael Drake / cgit
#154 (27-May-2024 13:59:05)
- select: calc: Use pre-defined F_100 macro — Michael Drake / cgit
- select: unit: angle2deg: Use pre-defined F_180 macro — Michael Drake / cgit
- select: computed: Wrap code to fit 80 cols — Michael Drake / cgit
- API: computed: Change css_computed_width getter function names — Michael Drake / cgit
#153 (27-May-2024 09:11:30)
- computed: Remove assertion from static width accessor — Michael Drake / cgit
#152 (26-May-2024 21:51:07)
#150 (26-May-2024 20:20:26)
- select: Update computed style data structure for calc() — dsilvers / cgit
- select: Add header guards to autogenerated files — dsilvers / cgit
- select: Turn on width as calc property — dsilvers / cgit
- select: Make width as calc() property compile — dsilvers / cgit
- select: Add destructors to the generator — dsilvers / cgit
- test: Add a trivial calc check to select test — dsilvers / cgit
- select/unit: Add internal angle-to-degrees converter — dsilvers / cgit
- select: Add initial calculator — dsilvers / cgit
- computed: Fix css_computed_width — dsilvers / cgit
- select/calc: Add canary to check for leaked calculators — dsilvers / cgit
- select: Create and hand off calculators during selection — dsilvers / cgit
- test: Add select2 tests — dsilvers / cgit
- select: Fix generator to access type bits properly — dsilvers / cgit
- helpers: Fix calc helper — dsilvers / cgit
- calculator: Fix some constness and swap u/v — dsilvers / cgit
- computed: support calc() in css_computed_width — dsilvers / cgit
- test: Remove incorrect test from select — dsilvers / cgit
- test: Add calc test to select2 set — dsilvers / cgit
- computed: Fix initial value in css_computed_width_static — dsilvers / cgit
- calc: Try and quieten a warning about alignment — dsilvers / cgit
- calc: Add missing newline to quieten compiler warnings — dsilvers / cgit
#149 (26-May-2024 16:43:55)
- test: parse: calc: Fix test data (z-index isn't a length) — Michael Drake / cgit
- calc: Check unit validity during parse — Michael Drake / cgit
- test: parse: calc: Add invalid calc unit tests — Michael Drake / cgit
#148 (26-May-2024 13:01:10)
- parse: calc: Squash Coverity unchecked return — Michael Drake / cgit
#147 (25-May-2024 22:49:43)
- API: fpmath: Add macro helper for handling percentages — Michael Drake / cgit
- API: computed: width: Resolve to px and have static getter — Michael Drake / cgit