Change most printfs to DEBUG_PRINTF()
Avoids need to wrap tons of things in #ifdef DEBUG ... #endif
This commit is contained in:
parent
eaeebdc7a6
commit
ed6e3da74f
2 changed files with 233 additions and 555 deletions
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
|
|||
https://tuxpaint.org/
|
||||
|
||||
|
||||
2023.February.12 (0.9.29)
|
||||
2023.February.16 (0.9.29)
|
||||
* Improvements to "Stamp" tool:
|
||||
-----------------------------
|
||||
* Stamps may now be rotated.
|
||||
|
|
@ -68,7 +68,7 @@ https://tuxpaint.org/
|
|||
|
||||
* 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
|
||||
created which describes whether it's okay to scale and crop
|
||||
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>
|
||||
and Pere Pujal i Carabantes <perepujal@gmail.com>
|
||||
|
||||
TODO:
|
||||
+ Remove debugging printf()s (change to DEBUG_PRINTF()?)
|
||||
|
||||
* Other Improvements:
|
||||
-------------------
|
||||
* A keyboard shortcut is now available for quickly accessing
|
||||
|
|
|
|||
781
src/tuxpaint.c
781
src/tuxpaint.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue