Bill Kendrick
cc05925d9e
Re-ran indent on all .c & .h source code files
...
Like so --
find . -name "*.c" -or -name "*.h" -exec indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;
The `indent` invocation differs from the last one noted in
CHANGES.txt (from 2006!?), in that I've added "--no-tabs",
to ensure indents are all space-based.
2022-09-15 00:14:20 -07:00
Bill Kendrick
9144ebd705
More function documentation
2018-05-17 00:30:48 -07:00
Bill Kendrick
c7c5a53324
indent rgblinear.c rgblinear.h
2017-10-15 11:06:27 -07:00
William Kendrick
7716a05281
Ran source code through "indent -nbfda -npcs -npsl -bli0".
2006-08-27 21:00:52 +00:00
William Kendrick
e964eb17a0
More splits from "tuxpaint.c":
...
+ "debug.h": Defines whether debugging printf() calls should be enabled.
+ "dirwalk.c/h": Callback functions for recursive directory traversal.
+ "fonts.c/h": Font loading/grouping/discarding variables and functions.
+ "get_fname.c/h": Functions for constructing preferred file paths.
2006-02-19 08:02:39 +00:00
William Kendrick
7448cd879d
Consolodating description of source extraction in CHANGES.txt.
...
Extracted do_floodfill, playsound, draw_progressbar and RGB-to-linear functions.
2006-02-18 09:32:12 +00:00