Changes

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

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

#669 (27-May-2024 13:54:57)

  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

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

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

#667 (26-May-2024 21:51:11)

  1. important: Process VALUE_IS_CALC — dsilvers / cgit

#666 (26-May-2024 20:20:31)

  1. calc: Add missing newline to quieten compiler warnings — dsilvers / cgit

#665 (26-May-2024 20:11:05)

  1. calc: Try and quieten a warning about alignment — dsilvers / cgit

#664 (26-May-2024 19:48:42)

  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

#663 (26-May-2024 16:46:25)

  1. test: parse: calc: Fix test data (z-index isn't a length) — Michael Drake / cgit
  2. calc: Check unit validity during parse — Michael Drake / cgit
  3. test: parse: calc: Add invalid calc unit tests — Michael Drake / cgit

#662 (26-May-2024 13:01:10)

  1. parse: calc: Squash Coverity unchecked return — Michael Drake / cgit

#661 (25-May-2024 22:49:43)

  1. API: fpmath: Add macro helper for handling percentages — Michael Drake / cgit
  2. API: computed: width: Resolve to px and have static getter — Michael Drake / cgit