Commit graph

165 commits

Author SHA1 Message Date
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
Bill Kendrick
f2674920c8 Sync docs: INSTALL update re: SDL2.0 2022-09-23 21:20:07 -07:00
Bill Kendrick
bd07489702 check_translations.sh; easier life, and check LINGUAS
Updated `src/po/check_translations.sh` sanity-checking script
to check `src/po/LINGUAS` file.  Also, OPTION docs (and
Tux Paint Config. source) updated to make the script's job easier.
2022-09-09 00:59:49 -07:00
Bill Kendrick
83ff3afcc2 Sync docs to get Stamps rotation info 2022-09-05 00:48:04 -07:00
Bill Kendrick
5e3aac3889 Doc refresh to get "A patch for SDL2_Pango..."
"...is no longer necessary."
2022-07-09 19:04:26 -07:00
Bill Kendrick
f39502771c Sync INSTALL docs re: Win STDERR/STDOUT 2022-07-09 10:57:44 -07:00
Bill Kendrick
4b8c572123 Make sure CSS changes are pulled into all relevant HTMLs 2022-07-08 23:44:12 -07:00
Bill Kendrick
148d26af7f Trying to sync INSTALL w/ Shin-Ichi's page 2022-07-08 23:42:25 -07:00
Bill Kendrick
db8ee6d6de Doc'ing that macOS supports Trash since 0.9.29 2022-07-02 22:30:39 -07:00
Bill Kendrick
f0eaaaf376 Sync INSTALL docs for sdl2 change 2022-06-28 19:22:34 -07:00
Bill Kendrick
8bdcfc3d31 Bump version to 0.9.29 in docs (built) 2022-06-14 00:17:52 -07:00
Bill Kendrick
e03e8a7c93 Sync doc's w/ new macOS Install changes
h/t Mark Kim
2022-06-05 13:49:58 -07:00
Bill Kendrick
6a7aa6d840 Refresh docs; get updated date stamps 2022-06-04 00:14:33 -07:00
Bill Kendrick
f361794eb9 Sync README & INSTALL 2022-05-22 23:48:39 -07:00
Bill Kendrick
83b56e64e6 Refresh docs after Win build process update
(https://sourceforge.net/p/tuxpaint/tuxpaint-docs/ci/af2070ce899cd5339027107dba125bf753c4ac59/)
2022-05-16 22:33:16 -07:00
Bill Kendrick
3a0741db8b Syncing docs to grab --reversesort option's docs 2022-05-16 00:09:19 -07:00
Bill Kendrick
a8af21e073 Refresh FAQ; drop Windows95/etc., add Windows 11 2022-05-15 16:57:31 -07:00
Bill Kendrick
a6e987cef0 Regen docs after keyboard string modularization
...in tuxpaint-docs
2022-05-15 16:53:13 -07:00
Bill Kendrick
544b1c3e65 Re-sync docs 2022-04-24 2022-04-24 12:23:03 -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
d969c73968 Sync: Style updates to PNG docs 2022-03-31 23:17:10 -07:00
Bill Kendrick
f6c549b3b4 Sync: Style, update, add more apps to SVG docs 2022-03-31 23:08:38 -07:00
Bill Kendrick
084adab616 Sync SIGNALS doc after style updates 2022-03-31 22:51:19 -07:00
Bill Kendrick
799670ac24 Sync docs after stylizing Notes in OPTIONS 2022-03-31 01:24:25 -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
80b5319999 Sync docs after wrapping up OPTIONS styling 2022-03-30 00:43:36 -07:00
Bill Kendrick
2f0cb68147 Sync docs 2022-03-29 2022-03-29 23:51:44 -07:00
Bill Kendrick
30d82dfc6a README: Link to Tux Paint Tumblr 2022-03-18 00:04:19 -07:00
Bill Kendrick
afb7c3c028 README - expanding section on color choices 2022-03-17 01:59:01 -07:00
dolphin6k
43b84c774a Changed e-mail address of shin-ichi. 2022-03-11 19:57:56 +09:00
Bill Kendrick
9328dfcb79 Sync docs re: HSV color picker 2022-03-02 01:40:45 -08:00
Bill Kendrick
128f73f731 Refresh docs; grab Magic rainbow "see also"s 2022-03-01 01:12:37 -08:00