Change most printfs to DEBUG_PRINTF()

Avoids need to wrap tons of things in #ifdef DEBUG ... #endif
This commit is contained in:
Bill Kendrick 2023-02-16 01:08:41 -08:00
parent eaeebdc7a6
commit ed6e3da74f
2 changed files with 233 additions and 555 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/ https://tuxpaint.org/
2023.February.12 (0.9.29) 2023.February.16 (0.9.29)
* Improvements to "Stamp" tool: * Improvements to "Stamp" tool:
----------------------------- -----------------------------
* Stamps may now be rotated. * Stamps may now be rotated.
@ -68,7 +68,7 @@ https://tuxpaint.org/
* Starter and Template Improvements * Starter and Template Improvements
--------------------------------- ---------------------------------
* [WIP] Now possible to set scaling and smearing options for * Now possible to set scaling and smearing options for
each starter or template image. A ".dat" file can be each starter or template image. A ".dat" file can be
created which describes whether it's okay to scale and crop created which describes whether it's okay to scale and crop
the image's top/bottom and/or left/right, and if not both, the image's top/bottom and/or left/right, and if not both,
@ -82,9 +82,6 @@ https://tuxpaint.org/
with suggestions from Albert Cahalan <acahalan@gmail.com> with suggestions from Albert Cahalan <acahalan@gmail.com>
and Pere Pujal i Carabantes <perepujal@gmail.com> and Pere Pujal i Carabantes <perepujal@gmail.com>
TODO:
+ Remove debugging printf()s (change to DEBUG_PRINTF()?)
* Other Improvements: * Other Improvements:
------------------- -------------------
* A keyboard shortcut is now available for quickly accessing * A keyboard shortcut is now available for quickly accessing

File diff suppressed because it is too large Load diff