Commit graph

173 commits

Author SHA1 Message Date
Bill Kendrick
28ec1c7faf Sync README to grab "what's new" for 0.9.29 2023-04-22 10:02:40 -07:00
Bill Kendrick
a9c3aaed57 Regen README after X Corp stuff 2023-04-20 20:26:01 -07:00
Bill Kendrick
a0bb47d9da Sync MAGIC-API after some tweaks 2023-04-19 14:53:35 -07:00
Bill Kendrick
7964091a23 Resync docs to grab README -> Magic updates
...mentioning magic sizing, and updating magic controls section.
2023-04-18 22:57:41 -07:00
Bill Kendrick
7d68f38dc7 Sync docs for new tp_magic_example.c 2023-04-13 21:13:07 -07:00
Bill Kendrick
b2535d59ba Magic size capabilites on a per-mode basis
e.g., useful to set size for paint-mode blur, but meaningless
for fullscreen-mode blur.
2023-04-12 23:39:55 -07:00
Bill Kendrick
eda0a646be Parse support for [no]magicsizes; new MAGIC_FEATURE_CONTROL bitmask 2023-04-12 00:11:11 -07:00
Bill Kendrick
9b74f2a25e Sync MAGIC-API; sync OPTIONS for "nomagicsizes" 2023-04-11 22:26:53 -07:00
Bill Kendrick
7bdb19ff0f More work on Magic size support; "kalidescope" <sic> is underway 2023-04-11 22:16:45 -07:00
Bill Kendrick
84bfec3365 Sync docs & more info re: forthcoming Magic size feature 2023-04-11 21:55: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
ff9d8d0888 Regen docs after 0.9.30 ver bump...
...and removal of "what's new" items
2023-04-03 22:09:06 -07:00
Bill Kendrick
553f23ebbb Bump dates in README, CHANGES, mapage, and appdata 2023-04-02 10:05:45 -07:00
Bill Kendrick
bd78357172 Sync docs; Android INSTALL & new README date 2023-04-01 11:09:27 -07:00
Bill Kendrick
47728d07d8 Sync docs to correct 0.9.29 release notes
h/t Shin-ichi
2023-03-30 08:52:34 -07:00
Bill Kendrick
55f49380ea Sync docs for Android build in INSTALL 2023-03-29 01:04:35 -07:00
Bill Kendrick
983e24974c Regen INSTALL after Win32 sdl2 drop; also ja_JP magic docs 2023-03-23 08:36:43 -07:00
Bill Kendrick
0c56ee5137 Update docs re: Double Vision magic 2023-03-22 00:20:27 -07:00
Bill Kendrick
de5a2a5aae Regen docs 2023-03-16 22:03:34 -07:00
Bill Kendrick
97051f754c Sync docs after README What's New addition 2023-03-12 15:23:11 -07:00
Bill Kendrick
93370e7e73 Sync README for WIP updates to "About" section 2023-03-12 14:42:53 -07:00
Bill Kendrick
d6c04d84de Regen README to grab social media section 2023-03-12 13:43:50 -07:00
Bill Kendrick
085de03613 Regen docs after POT/PO updates 2023-03-11 22:16:29 -08:00
Bill Kendrick
056e812ff0 Sync docs after quickstart guide update re: colors 2023-03-07 01:06:36 -08:00
Bill Kendrick
36eb2ea70c Sync docs for cross-color stuff, and...
...deactivate all code for this within color mixer, since it's
not actually implemented yet (going to be tricky! -- probably
holding off to a future version).

Also, sound effect for cross-color grabbing within rainbow palette
dialog.
2023-03-03 01:54:20 -08:00
Bill Kendrick
a94347e0da Syncing docs to get Shaped fill tool mode updates 2023-02-25 16:01:14 -08:00
Bill Kendrick
aa6749acf6 Sync Quickstart Guide (re: Stamp rotation update) 2023-02-19 22:01:09 -08:00
Bill Kendrick
337eccbee8 Sync docs after OPTIONS update re: cfg files 2023-02-19 03:26:13 -08:00
Bill Kendrick
f8fd27402e Apply updated CSS; also Japanese OPTIONS txt sync 2023-02-19 01:42:53 -08:00
Bill Kendrick
152c35c50a Sync README docs; get updated Stamps section 2023-02-19 01:30:21 -08:00
Bill Kendrick
844a5aa554 Sync docs: joystick-btn-fill option 2023-02-18 14:24:37 -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
c7b0c78fb9 Sync docs: Grab Magic API set_color() change 2023-01-25 02:25:43 -08:00
Bill Kendrick
51c270b519 Avoid window larger than sole display size is capable of
If only one display is available, when running in windowed mode
and asking for Tux Paint to appear in a width and/or height larger
than the display's dimensions, Tux Paint will fall back to
the maximum(s) the display is capable of.

e.g., on my laptop with 1920x1080, running "tuxpaint --2048x2048"
will fall back to 1920x1080 (and display a warning to stdout).
However, if I have my external monitor (also 1920x1080) attached,
it will happily open a 2048x2048 window.  Not perfect, but an
improvement.

Closes https://sourceforge.net/p/tuxpaint/feature-requests/113/
2023-01-19 00:56:07 -08:00
Bill Kendrick
71ee416210 README: Bump date
It's 2023!
2023-01-04 21:51:23 -08:00
Bill Kendrick
798ac772c2 Sync docs; catch new 2023-01-02 date 2023-01-02 11:58:49 -08:00
Bill Kendrick
3e6415e408 Bump date in README doc 2022-12-09 21:38:10 -08:00
Bill Kendrick
f8d57b2dbf Sync quickstart guide after mending l10n/etc. issues 2022-11-12 22:08:23 -08:00
Bill Kendrick
da9c8e8453 Adding Quickstart Guide to tuxpaint repo
Maintained in `tuxpaint-docs` report as HTML + PHP + gettext PO files,
like everything else.
2022-11-02 00:46:56 -07:00
Bill Kendrick
3f588ff6c0 Sync tp_magic_example.c again (mended bogus %s) 2022-10-19 01:44:12 -07:00
Bill Kendrick
1a0a07ea32 Sync tp_magic_example.c from tuxpaint-docs 2022-10-19 01:42:23 -07:00
Bill Kendrick
9986ef2a49 Sync'd docs to get new tp_magic_example.c
...now localizable!
2022-10-18 01:27:36 -07:00
Bill Kendrick
812d7e5767 Sync docs after Magic API POT/PO file split 2022-10-04 02:44:39 -07:00
Bill Kendrick
f9ecc42725 Sync docs after finishing initial rework of Magic API docs 2022-10-04 02:10:27 -07:00
Bill Kendrick
c3141ad2d1 Sync MAGIC-API docs after initial work 2022-10-04 00:52:26 -07:00
Bill Kendrick
c9ed43f6b2 Magic API docs will be managed in tuxpaint-docs 2022-10-03 23:01:46 -07:00
Bill Kendrick
b34c4f3f07 Sync docs re: [Del]->[X] change for eraser quick access 2022-09-28 22:05:46 -07:00
Bill Kendrick
aeed46eba9 Sync'ing docs re: --buttonsize=auto 2022-09-28 01:48:46 -07:00
Bill Kendrick
9dac45d2a6 Sync docs re: [Del] for quick access eraser 2022-09-28 01:22:00 -07:00