Changes

#245 (27-May-2024 15:09:40)

  1. test: dump_bytecode: Squash clang cast increases alignment warnings — Michael Drake / cgit

#244 (27-May-2024 13:58:59)

  1. select: calc: Use pre-defined F_100 macro — Michael Drake / cgit
  2. select: unit: angle2deg: Use pre-defined F_180 macro — Michael Drake / cgit
  3. select: computed: Wrap code to fit 80 cols — Michael Drake / cgit
  4. API: computed: Change css_computed_width getter function names — Michael Drake / cgit

#243 (27-May-2024 09:11:30)

  1. computed: Remove assertion from static width accessor — Michael Drake / cgit

#242 (26-May-2024 21:51:07)

  1. important: Process VALUE_IS_CALC — dsilvers / cgit

#241 (26-May-2024 20:20:26)

  1. select: Update computed style data structure for calc() — dsilvers / cgit
  2. select: Add header guards to autogenerated files — dsilvers / cgit
  3. select: Turn on width as calc property — dsilvers / cgit
  4. select: Make width as calc() property compile — dsilvers / cgit
  5. select: Add destructors to the generator — dsilvers / cgit
  6. test: Add a trivial calc check to select test — dsilvers / cgit
  7. select/unit: Add internal angle-to-degrees converter — dsilvers / cgit
  8. select: Add initial calculator — dsilvers / cgit
  9. computed: Fix css_computed_width — dsilvers / cgit
  10. select/calc: Add canary to check for leaked calculators — dsilvers / cgit
  11. select: Create and hand off calculators during selection — dsilvers / cgit
  12. test: Add select2 tests — dsilvers / cgit
  13. select: Fix generator to access type bits properly — dsilvers / cgit
  14. helpers: Fix calc helper — dsilvers / cgit
  15. calculator: Fix some constness and swap u/v — dsilvers / cgit
  16. computed: support calc() in css_computed_width — dsilvers / cgit
  17. test: Remove incorrect test from select — dsilvers / cgit
  18. test: Add calc test to select2 set — dsilvers / cgit
  19. computed: Fix initial value in css_computed_width_static — dsilvers / cgit
  20. calc: Try and quieten a warning about alignment — dsilvers / cgit
  21. calc: Add missing newline to quieten compiler warnings — dsilvers / cgit