Bill Kendrick
18f9cad6fe
Adding "indent.sh" to re-indent code; ran it!!!
2023-04-23 23:26:00 -07:00
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
4e3a9fbc8c
Re-ran indent on .c files
...
Also, added a few places where indent is disabled
(via `/* *INDENT-OFF* */`).
See https://sourceforge.net/p/tuxpaint/mailman/message/36077409/
from Oct. 2017.
2019-04-13 12:00:44 -07:00
Bill Kendrick
9144ebd705
More function documentation
2018-05-17 00:30:48 -07:00
Bill Kendrick
f8c4dc626c
indent, and tr -d "\r", win32_dirent.c & .h
...
Ran indent on win32_dirent.* and also removed MSDOS CR ("^M" aka "\r")
2017-10-15 11:09:17 -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
Mark K. Kim
8a896438a1
CVS Id tags added to several files for easier version tracking.
2005-11-27 08:09:37 +00:00
William Kendrick
8dee572c9d
Tacked GPL into comments. More hq4x tweaks.
2003-12-21 00:50:52 +00:00
William Kendrick
365fe3e5b6
Initial revision
2003-02-24 01:46:52 +00:00