Bill Kendrick
18f9cad6fe
Adding "indent.sh" to re-indent code; ran it!!!
2023-04-23 23:26:00 -07:00
Bill Kendrick
0517b4392c
Update URL to https://tuxpaint.org/ everywhere
...
Also, add other social media accounts to list of places to
announce Tux Paint in RELEASE docs.
Also, list a ton more options missing from default example config file
"src/tuxpaint.conf"
2022-12-11 01:29:25 -08: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
Pere Pujal i Carabantes
1e0ea6d4b3
Indentation.
2017-12-19 02:17:27 +01:00
Pere Pujal i Carabantes
9adbd1e261
Recovering fonts after recovering progressbar.
2017-12-06 06:39:39 +01:00
Pere Pujal i Carabantes
58d202d275
Progressbar seems to work again
2017-12-06 06:39:39 +01:00
Bill Kendrick
b37621c2f0
indent dirwalk.c dirwalk.h
...
Ran indent on dirwalk code; quite a bit of change.
2017-10-15 10:51:07 -07:00
Albert Cahalan
e3a971194c
options working fairly well
2009-11-23 07:45:24 +00:00
William Kendrick
0bdbefcda7
Added copyright/license to source files that lacked it.
2009-06-03 20:46:07 +00:00
William Kendrick
a219080838
Skipping locale-specific fonts, unless we're in that locale.
...
Providing option to load all locale fonts anyway (the old behavior).
Renaming zh_tw.ttf to zh_TW.ttf.
2009-06-01 04:02:40 +00: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