Changes
#671 (20-Oct-2024 12:49:51)
- select: bloom: Squash undefined behaviour sanitiser errors — Michael Drake / cgit
#670 (27-May-2024 15:09:40)
- test: dump_bytecode: Squash clang cast increases alignment warnings — Michael Drake / cgit
#669 (27-May-2024 13:54:57)
- 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
#668 (27-May-2024 09:11:30)
- computed: Remove assertion from static width accessor — Michael Drake / cgit
#667 (26-May-2024 21:51:11)
#666 (26-May-2024 20:20:31)
#665 (26-May-2024 20:11:05)
#664 (26-May-2024 19:48:42)
- 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
#663 (26-May-2024 16:46:25)
- 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
#662 (26-May-2024 13:01:10)
- parse: calc: Squash Coverity unchecked return — Michael Drake / cgit