SuccessChanges

Summary

  1. select: calc: Use pre-defined F_100 macro (details)
  2. select: unit: angle2deg: Use pre-defined F_180 macro (details)
  3. select: computed: Wrap code to fit 80 cols (details)
  4. API: computed: Change css_computed_width getter function names (details)
Commit f4092af690b7448f74969e7b4985109a7ab467ad by Michael Drake
select: calc: Use pre-defined F_100 macro
The file was modifiedsrc/select/calc.c (diff)
Commit 48da882a8a0a820c9af65b25931193e5eb1fc7ba by Michael Drake
select: unit: angle2deg: Use pre-defined F_180 macro
The file was modifiedsrc/select/unit.c (diff)
Commit 1cd7202a34a7d0c750e6555fac48f0e65d7d954a by Michael Drake
select: computed: Wrap code to fit 80 cols
The file was modifiedsrc/select/computed.c (diff)
Commit d991ff10e4b23b06a345540a4b243c50d7a40368 by Michael Drake
API: computed: Change css_computed_width getter function names
Now `css_computed_width()` is unchanged from how it always was. And
`css_computed_width_px()` is the new function to convert to device
pixels.
Also improve `css_computed_width_px()` API documentation.
The file was modifiedtest/dump_computed.h (diff)
The file was modifiedsrc/select/computed.c (diff)
The file was modifiedinclude/libcss/computed.h (diff)