Bill Kendrick
c7d449888d
Syncing docs (README + EXTENDING) re: Text/Label "paste"
2024-12-25 11:45:31 -08:00
Bill Kendrick
79ce7a87ca
Bump to 0.9.35
2024-11-15 00:19:10 -08:00
Bill Kendrick
a62db7f9c2
Tweaks to w3m.sh to improve TXT version of docs
...
Make headers and description terms more apparent, by adding
some more regexps into the `sed` that the HTML is piped through
before being sent to `w3m`.
2024-10-14 17:08:31 -07:00
Bill Kendrick
c089ba9f28
Sync'ing docs to get "chaotic" brush option...
...
...in EXTENDING and What's New
...and "Watercolor splotches" brush in What's New
2024-10-10 23:45:30 -07:00
Bill Kendrick
d597a250cd
Bump version to 0.9.34; sync docs for new version #
2024-07-26 00:44:42 -07:00
Bill Kendrick
a9e6a5ae9f
Sync docs after localizing macOS paths
2024-04-29 21:42:48 -07:00
Bill Kendrick
a655146677
Syncing docs again, after wrapping up path nonsense
2024-04-27 13:45:41 -07:00
Bill Kendrick
e268b598ff
Sync docs after various doc source updates
...
...mostly in terms of modularizing how various file
and directory (folder) paths are shown (for consistency in
both name and styling); add some missing paths (e.g., where
does Tux Paint save drawings on Haiku?)
2024-04-27 12:42:55 -07:00
Bill Kendrick
d7cf2df332
Syncing docs & updating appdata re: Brush descriptions
2024-03-25 23:24:38 -07:00
Bill Kendrick
40316cfe45
Bump version to 0.9.33; sync some doc changes!
2024-02-29 22:00:07 -08:00
Bill Kendrick
9bb3d969e7
Sync docs after correcting EXTENDING
2024-02-20 01:47:28 -08:00
Bill Kendrick
2e261c1bb1
Sync docs after some corrections
2024-01-26 10:01:14 -08:00
Bill Kendrick
b40e8142e0
Sync docs after bumping version to 0.9.32
2023-11-21 23:50:45 -08:00
Bill Kendrick
08832773ec
Sync docs (readme<->extending re: open/template)
2023-05-29 11:13:49 -07:00
Bill Kendrick
36d7e0daf3
Sync docs after a bunch of changes, including make-Template
2023-05-29 10:23:27 -07:00
Bill Kendrick
4b77cc7526
Regen ALL docs after bumping version to 0.9.31
2023-05-20 11:35:22 -07:00
Bill Kendrick
353d572caa
Sync docs; link to MAGIC-API from README & EXTENDING
2023-05-16 22:47:39 -07:00
Bill Kendrick
e49c55fbe6
WIP Magic size option; regen docs for 0.9.30 version
2023-04-09 23:25:48 -07:00
Bill Kendrick
f8fd27402e
Apply updated CSS; also Japanese OPTIONS txt sync
2023-02-19 01:42:53 -08:00
Bill Kendrick
d164b7e297
Sync docs after more template/starters options work
2023-02-12 13:47:01 -08:00
Bill Kendrick
82d5c0c4e7
Sync'ing docs & adding images for Starter/Template options files
2023-02-12 12:45:28 -08:00
Bill Kendrick
4b8c572123
Make sure CSS changes are pulled into all relevant HTMLs
2022-07-08 23:44:12 -07:00
Bill Kendrick
8bdcfc3d31
Bump version to 0.9.29 in docs (built)
2022-06-14 00:17:52 -07:00
Bill Kendrick
6a7aa6d840
Refresh docs; get updated date stamps
2022-06-04 00:14:33 -07:00
Bill Kendrick
a6e987cef0
Regen docs after keyboard string modularization
...
...in tuxpaint-docs
2022-05-15 16:53:13 -07:00
Bill Kendrick
b8429734de
Sync: Improve style of INSTALL doc
...
Also picking up minor update to CSS
2022-04-01 00:16:33 -07:00
Bill Kendrick
efd284f8c8
Committing translated versions of docs
...
Something didn't copy them over from tuxpaint-docs :-(
(Also, grab tweaked <ul> CSS)
2022-03-31 01:04:37 -07:00
Bill Kendrick
5fe0850827
Sync EXTENDING docs after note styling
2022-03-31 00:55:09 -07:00
Bill Kendrick
09756c3d51
Sync docs to get EXTENDING style updates
...
Also a minor CSS change (affecting README & OPTIONS)
2022-03-31 00:36:45 -07:00
Bill Kendrick
eab3e70843
Refresh DOCs 2022-02-27
2022-02-27 23:42:03 -08:00
Bill Kendrick
f078120108
Regen all docs after updating website URL
2022-01-20 00:36:40 -08:00
Bill Kendrick
41a04d93b7
Bump version to 0.9.28 lots of other places
...
(Some doc-generation Makefiles need help, apparently.)
2021-12-01 22:42:38 -08: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
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
2508f644fa
testing commit
2021-09-18 11:18:47 +02: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
e10eaf285b
All docs: Bump version #
2021-08-08 01:08:48 -07:00
Bill Kendrick
b8706be13f
Bump date in EXTENDING docs
2021-05-31 01:19:01 -07:00
Bill Kendrick
f73527636a
Refresh docs after ja_JP & gl_ES update 2021-03-10
2021-03-10 22:40:12 -08:00
Bill Kendrick
fa01932b99
Fresh rebuild of docs after date string retry
2021-03-09 21:24:49 -08:00
Bill Kendrick
2b39f8cc03
Refresh docs
2021-03-05 10:18:32 -08:00
Bill Kendrick
3606e82cd5
Galician docs translation refresh
...
Should be complete! h/t Miguel Bouzada
2021-03-05 01:05:13 -08:00
Bill Kendrick
ddc972ddde
Translated doc refresh; date format changes
...
h/t Shin-ichi for suggesting better localization method
2021-03-03 23:07:11 -08:00
Bill Kendrick
b55ea8cb33
Galician docs translation refresh 2021-03-03
...
h/t Miguel Bouzada
2021-03-03 22:42:21 -08:00
Bill Kendrick
5f7a1c68e6
Rebuilt Galician translation of docs 2021-02-10
2021-02-10 23:28:15 -08:00
Bill Kendrick
82ea621acf
Committing re-/new-translation of docs to Galician
...
Miguel Anxo Bouzada
2021-02-05 16:12:13 -08:00