Commit graph

5389 commits

Author SHA1 Message Date
Bill Kendrick
ce911b45cd Sync Swedish docs
h/t Daniel
2025-04-21 10:02:26 -07:00
Bill Kendrick
3b15ddb840 Regen all docs after Swedish updates
h/t Daniel!!!
2025-04-20 18:18:20 -07:00
Daniel Nylander
2e18e9c720 Updated Swedish translation 2025-04-20 19:26:12 +02:00
Daniel Nylander
bb2a87c567 Updated Swedish translation 2025-04-20 14:31:22 +02:00
Daniel Nylander
bbf2d1ce59 Updated Swedish translation 2025-04-20 14:03:09 +02:00
Bill Kendrick
3187a68ac9 Updated brush description text after Swedish l10n
h/t Daniel
2025-04-19 23:01:45 -07:00
Daniel Nylander
813c14393c Added Swedish translation 2025-04-20 07:21:34 +02:00
Daniel Nylander
2ba296da3c Added Swedish translation 2025-04-20 07:21:34 +02:00
Bill Kendrick
387dea9eee Un-retire a translator
Welcome back, Daniel!
2025-04-19 12:58:08 -07:00
Bill Kendrick
e70f80c831 Ran indent.sh on emitter.c & tuxpaint.c 2025-04-19 12:51:52 -07:00
Bill Kendrick
340e243cf6 Emitter magic - Mend some compiler warnings
unused variables & args
2025-04-19 12:50:44 -07:00
Bill Kendrick
a79ac184c5 Resync docs after mending formatting bug 2025-04-19 12:47:44 -07:00
Bill Kendrick
136d77ac27 Sync docs after Swedish update (needs work)
Many strings ended up being fuzzy; will talk with Daniel
2025-04-19 12:32:19 -07:00
Bill Kendrick
34937ef37a docs/Makefile -- add Swedish as a HTML->TXT target 2025-04-19 12:20:37 -07:00
Bill Kendrick
855c74da1d Doc'ing Swedish translation update
h/t Daniel!
2025-04-19 12:17:51 -07:00
Daniel Nylander
83ea4fae5f Updated Swedish translation 2025-04-19 16:24:23 +02:00
dolphin6k
f73647de18 eliminated C99 dependency 2025-04-02 21:42:26 +09:00
dolphin6k
5d25d2a1bc Require libxml2 and devel package 2025-04-02 21:25:17 +09:00
Bill Kendrick
9ddb8ff48d Setting version to 0.9.35-rc1 for beta release 2025-03-31 23:01:58 -07:00
Bill Kendrick
3036381632 Update CHANGES.txt date & fix formatting 2025-03-28 22:00:04 -07:00
dolphin6k
a33fd73347 Updated Japanese translations 2025-03-29 11:39:40 +09:00
Bill Kendrick
e74cb54ccc Don't use stat() on Android
h/t Pere
2025-03-27 20:20:02 -07:00
Bill Kendrick
e3f9e5a246 Trying #include <wctype.h> all the time, too
It was specifically NOT being done under Haiku (which Luc notes
caused a "implicit declaration of function" warning), BeOS (moot?),
macOS (__APPLE__)[*], and Android[*].

[*] I've asked Mark & Pere to check that macOS & Android builds are
still happy.  See tuxpaint-maintainers thread
https://sourceforge.net/p/tuxpaint/mailman/tuxpaint-maintainers/thread/Z-O0V3aa6joXl6zl%40bill-t480s/#msg59165314
2025-03-27 10:47:28 -07:00
Bill Kendrick
6683da3d22 Always #include <wchar.h>
It was happening in both an #if and its corresponding #else
2025-03-27 10:45:32 -07:00
Bill Kendrick
07d39211fe Doc'ing French update
h/t Jacques
2025-03-26 09:25:41 -07:00
Jacques Chion
2f638092a0 updating 2025-03-26 11:05:22 +01:00
Bill Kendrick
e80254df51 Ran indent.sh to re-indent all source code 2025-03-24 19:33:13 -07:00
Bill Kendrick
75fbc97e9f Bump date in docs & AppData file
README
CHANGES
manpage
2025-03-24 19:14:30 -07:00
Bill Kendrick
68be23f1c2 Doc'ing Catalan update
h/t Pere
2025-03-19 17:17:07 -07:00
Pere Pujal i Carabantes
708973ebba Updating Catalan. 2025-03-19 23:06:11 +01:00
Bill Kendrick
65760a5867 German: Try to soft-word-wrap a few tool labels
(Eraser, Undo, and Redo)
2025-03-06 01:38:16 -08:00
Bill Kendrick
db58de2953 German translation update
h/t Holger W. (via Jonathan C.)
2025-03-06 01:22:56 -08:00
Bill Kendrick
6a5f8d3075 Apparently done looking for "fonts.conf" FontConfig files 2025-02-22 15:59:53 -08:00
Bill Kendrick
7f1ab23292 Support for <dir prefix="relative"> in "fonts.conf" 2025-02-22 13:06:43 -08:00
Bill Kendrick
e04bfc651a Starting work to support <dir prefix=...> in fonts.conf
FontConfig fonts.conf's <dir> tags support a few different
"prefix" attributes.  We'll need to support "xdg" (done here)
and "relative" (forthcoming).
2025-02-22 12:52:27 -08:00
Bill Kendrick
8499dc57c5 dirwalk.c: Add debug option to show opendir() failures 2025-02-22 12:03:18 -08:00
Bill Kendrick
653f1a20c5 Windows: Load fonts.conf that ships w/ Tux Paint
Plus more comments & FIXMEs!
2025-02-22 02:52:05 -08:00
Bill Kendrick
96b91b9fba Search for fonts.conf on Linux/etc. more intelligently
Don't assume `/etc/fonts/fonts.conf`, but use $FONTCONFIG_PATH if set.
Don't assume `$HOME/.config/fonts.conf`, but use $XDG_CONFIG_HOME if set.
More comments in `load_user_fonts()`.
2025-02-22 02:00:56 -08:00
Bill Kendrick
2627b87316 CHANGES.txt: Note where Windows users fonts are read from 2025-02-22 01:22:47 -08:00
Bill Kendrick
223803e641 RELEASE: Reminder to create new milestone @ SourceForge 2025-02-16 12:06:09 -08:00
Bill Kendrick
bc47f0e36f Sync docs after INSTALL/FAQ update re: /SILENT 2025-01-24 00:27:43 -08:00
Bill Kendrick
473c649b9a Sync docs to grab /SILENT option in INSTALL & FAQ docs 2025-01-24 00:05:05 -08:00
Bill Kendrick
b88145b924 Regen DOCs after clean up (removal of "as of..." notes) 2025-01-12 10:40:45 -08:00
dolphin6k
277d902235 Changed "convert" to "magick convert" for build on Windows
Confirmed that latest Windows binary release of ImageMagick does
not provide "convert" command, which conflict with windows system
command, even as a legacy program.
In addition, currently "magick convert" or "magick composite"
style is a standard way of usage.
2025-01-12 17:17:40 +09:00
Bill Kendrick
5797769eb8 Sync docs after noting AppData & .tuxpaint are hidden...
...and ways to access them.
2025-01-09 00:52:54 -08:00
Bill Kendrick
e2f33a491b Sync docs after dropping Windows 7...
...from "saved files"
2025-01-06 14:11:29 -08:00
Bill Kendrick
233b3b90c6 Sync docs after bumping README & manpage dates 2025-01-06 00:56:10 -08:00
Bill Kendrick
bb675a9e4b Look for FontConfig "fonts.conf" on Haiku, too
h/t Luc
2025-01-03 21:21:44 -08:00
Bill Kendrick
1b293283a5 Makefile checks for uname -s of "NetBSD"
h/t Thomas
2025-01-03 13:43:37 -08:00
Bill Kendrick
68df71b325 Doc'ing Win user font loading
h/t Shin-ichi
2025-01-02 23:11:09 -08:00