Bill Kendrick
47b8a4163e
Refresh docs
...
Grab French update to EXTENDING, and a typo fix that hadn't
made it to the EXTENDING.txt docs due to my own oversight.
2021-09-19 23:23:58 -07:00
Bill Kendrick
2f8ec50556
Expanded explanation: how stamp tinting modes work
2021-09-19 12:40:06 -07:00
Bill Kendrick
65a565d7a7
Refresh EXTENDING; re: sfx/descr sound l10n
2021-09-19 11:57:05 -07:00
Bill Kendrick
82708e60fa
Removed various translations of COPYING
...
They are unofficial, some were documents _about_ the GPL,
and not actual translations of the GPL itself.
Simplifying things.
2021-09-18 21:59:22 -07:00
Bill Kendrick
45a10b9a6b
Refresh French INSTALL docs
2021-09-18 11:04:59 -07:00
Bill Kendrick
d1a97638b9
Revert lost translations in es, gl, ja
...
Looks like Jacques needs to enable these locales on his system.
2021-09-18 11:04:16 -07:00
Jacques Chion
dd2689786e
new test for commiting
2021-09-18 17:30:44 +02:00
Jacques Chion
2508f644fa
testing commit
2021-09-18 11:18:47 +02:00
Jacques Chion
cbf2b5b2fa
updating translation, without putting files from tuxpaint-docs
2021-09-18 11:01:02 +02:00
Bill Kendrick
b82214c19c
Emboss can now effect the entire canvas at once
...
h/t @jpeg2k on Twitter for reminding me!
2021-09-18 00:27:54 -07:00
Bill Kendrick
e1b80eb5d9
Portuguese translation update
...
Welcome, new contributor Hugo Carvalho!
2021-09-17 10:38:35 -07:00
Bill Kendrick
8f17edc10e
Clean up installed docs
...
All old, outdated, manually-generated translations of docs now
go into an "outdated" subdirectory. The "tuxpaint-docs"/gettext-based
ones are the "first-class citizens".
Don't install the docs directory's "Makefile", or the instructions
for how to release Tux Paint, as those are not necessary to end users.
2021-09-17 00:11:33 -07:00
Bill Kendrick
6263e42708
French doc corrections & SDL+Win32 doc updates
...
More from Jacques & Shin-Ichi, respectively
2021-09-16 23:57:27 -07:00
Bill Kendrick
1c312023d5
French refresh
2021-09-16 13:17:41 -07:00
Bill Kendrick
e39e3c354c
Refresh docs after recent changes
...
Fix in an HTML tag in French README (h/t Jacques), and INSTALL docs
regarding Win32 (h/t Shin-Ichi)
2021-09-16 00:21:24 -07:00
Shin-ichi TOYAMAA
5e5eb6d62a
Tell linker to build GUI application.
2021-09-16 13:40:07 +09:00
Bill Kendrick
8d6cd35acb
Mend formatting issue on manpage
2021-09-14 13:37:57 -07:00
Bill Kendrick
a2b5a3d41f
Tux Paint French manpage update
...
French docs translation complete (for the moment). h/t Jacques!
2021-09-14 13:25:37 -07:00
Bill Kendrick
35e24fca0e
Doc refresh: More French updates
...
h/t Jacques
2021-09-13 21:05:37 -07:00
Bill Kendrick
dc22853595
Doc'ing Japanese translation updates
2021-09-12 22:33:11 -07:00
Shin-ichi TOYAMAA
61eeb794f4
Updated Japanese translations.
2021-09-13 10:55:59 +09:00
Bill Kendrick
7cd1e01826
Updating INSTALl docs re: SDL_gfx on macOS
2021-09-12 13:04:08 -07:00
Bill Kendrick
e432fb92af
Bump INSTALL docs' update date
2021-09-12 02:05:16 -07:00
Bill Kendrick
6f0861bf17
Doc refresh: SDL_gfx + MinGW/MSYS2 & French update
2021-09-12 02:03:47 -07:00
Shin-ichi TOYAMAA
78da292624
Added SDL_gfx support for build on Windows XP/2000
2021-09-11 14:19:14 +09:00
Bill Kendrick
393fe8f524
More French docs update
...
Jacques still at it!
2021-09-10 00:39:03 -07:00
Bill Kendrick
52c6964b3c
Updated French docs
...
More from Jacques!
2021-09-10 00:00:24 -07:00
Bill Kendrick
3487236f93
Animated brushes can rotate now
...
Takes advantage of SDL_gfxBlitRGBA(), also from SDL_gfx.
2021-09-08 00:53:47 -07:00
Bill Kendrick
cba6f45772
Refresh Docs to grab more French updates
...
h/t Jacques
2021-09-07 10:38:32 -07:00
Bill Kendrick
a3080eef18
WIP Rotational brushes now supported
...
Unlike "directional" brushes, in which a 3x3 grid representing the
8 cardinal directions (45 degree steps) is used, only a single brush
image is required, and Tux Paint will rotate it between 0 and 360 degrees,
depending on the direction the mouse is going.
The brush's ".dat" file should contain a line consisting of the word
"rotate".
Note: This adds a dependency on "SDL_gfx" library (Homepage:
https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
SourceForge project page: https://sourceforge.net/projects/sdlgfx/ )
as this feature use it's "rotozoom" functionality.
WIP -- Doesn't handle animated brushes correctly yet!
Closes https://sourceforge.net/p/tuxpaint/feature-requests/122/
2021-09-06 23:45:35 -07:00
Bill Kendrick
8a97e83a7b
Always show the appropriate tips for Fill/Shapes
...
Always show the appropriate instructions at the bottom when the
"Fill" (depends on which sub-tool chosen) and "Shapes" (depends
on whether "simpleshapes" option is set) tools are selected
(e.g., when returning from the "Open" dialog).
Closes https://sourceforge.net/p/tuxpaint/feature-requests/186/
2021-09-06 22:07:37 -07:00
Bill Kendrick
226958f658
Doc'ed "Fix compilation error on Linux w/ HOST..."
...
...in CHANGES.txt.
2021-09-06 21:15:23 -07:00
Mark Kim
6adf0fa723
Fix compilation error on Linux with HOST environment variable set
...
The Makefile variable "HOST" was introduced to cross-compile Tux Paint
for iOS. Unfortunately this variable is often set at the environment
variable level on many Linux distributions so it can cause the Makefile
to think it is attempting to be cross-compiled when that is not the
intention.
This change modifies the Makefile so it attempts to cross compile only
when both HOST and HOSTROOT environment variable (which are both
required for cross compilation) are set.
2021-09-06 17:36:40 -04:00
Bill Kendrick
8bf9594d75
Icelandic TP updates
...
From Sveinn í Felli
2021-09-06 12:59:07 -07:00
Bill Kendrick
47aa2cd63a
Doc'ing French app translation update
...
h/t Jacques
2021-09-06 12:52:27 -07:00
Bill Kendrick
de7ad4583b
Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
2021-09-06 12:51:32 -07:00
Bill Kendrick
c92aba36e2
French documentation translation updates
...
Thanks to Jacques Chion
2021-09-06 12:51:00 -07:00
Jacques Chion
e82f0ab6b4
fixing a mistake
2021-09-06 14:23:58 +02:00
Jacques Chion
db14f16a60
updating translation
2021-09-06 14:12:29 +02:00
Bill Kendrick
fa23c099f2
"Opposite" Magic tool: Complementary colors
...
Closes https://sourceforge.net/p/tuxpaint/feature-requests/136/
2021-09-06 01:36:08 -07:00
Bill Kendrick
78ea74b5b3
Mention animated/directional brushes re: Line tool
...
Pulling from tuxpaint-docs again, oof!
2021-09-05 23:29:33 -07:00
Bill Kendrick
66e6a7f947
Doc'ing animated & directional brushes in README
...
Pulling from tuxpaint-docs...
2021-09-05 23:26:05 -07:00
Bill Kendrick
664cfe4c5a
Randomly animated brushes didn't get their icon
...
Mended
2021-09-05 23:21:05 -07:00
Bill Kendrick
2ee0080ffd
Icons denoting animated/directional on brushes
...
Closes https://sourceforge.net/p/tuxpaint/bugs/183/
2021-09-05 23:16:20 -07:00
Bill Kendrick
ad47062a1a
More macOS install docs & some doc & manpage fixes
...
h/t Mark K. Kim & Shin-Ichi TOYAMA
2021-09-05 15:14:31 -07:00
Bill Kendrick
36c4be5549
Update POs to include text from new Panels tool
2021-09-05 14:50:18 -07:00
Bill Kendrick
11eb1b48e6
Icon for "Halftone" magic tool
...
It somehow had the same icon as "Zoom" (!?!)
2021-09-04 23:32:23 -07:00
Bill Kendrick
f6c74f897e
"Halftone" can now affect the entire image at once
2021-09-04 23:28:33 -07:00
Bill Kendrick
c5fd47b1af
"Halftone" works much better
2021-09-04 16:25:19 -07:00
Bill Kendrick
4b7715940d
Fix weird artifacting in "Zoom" magic tool icon
2021-09-04 14:36:27 -07:00