Commit graph

195 commits

Author SHA1 Message Date
Bill Kendrick
038350e3da Sync README to grab Japanese updates
h/t Shin-ichi
2023-07-07 21:24:37 -07:00
Bill Kendrick
1d17ee6b0d Sync Japanese doc updates (& credit Shin-ichi) 2023-07-05 14:12:03 -07:00
Bill Kendrick
ab8b36d820 Dumb whitespace due to a new PHP comment 2023-06-29 17:50:14 -07:00
Bill Kendrick
81cf486d4d Resync docs to get is_IS tp_magic_example.c 2023-06-29 17:35:23 -07:00
Bill Kendrick
d4869ac062 Mend color picker on label change; drop LOW_QUALITY_COLOR_SELECTOR
When selecting a label that has a color not found in the built-ins,
we change to the color picker; however, when rendering its button,
it looked wrong and would not fit to the right size (had 48x48
hard-coder in there, still!)  Instead, using `render_color_button()`
to just re-render it.

Also, dropping LOW_QUALITY_COLOR_SELECTOR which had been used by
some embedded platforms we don't seem to support any more (Nokia Maemo
and OLPC XO-1).
2023-06-19 12:05:17 -07:00
Bill Kendrick
1cf2fa245d --listfonts option to show all font families Pango finds 2023-06-01 23:31:04 -07:00
Bill Kendrick
34b0760aea WIP Ability to Erase persoanl templates from New
Sync docs
2023-06-01 22:48:56 -07:00
Bill Kendrick
6755d67937 Sync docs to grab "--noerase" option documentation 2023-06-01 21:44:45 -07:00
Bill Kendrick
71ff56df96 Sync docs after uifont addition, etc. 2023-05-29 13:40:53 -07:00
Bill Kendrick
08832773ec Sync docs (readme<->extending re: open/template) 2023-05-29 11:13:49 -07:00
Bill Kendrick
65378f6fdd Ability to disable Template creation from Open dialog 2023-05-29 10:50:55 -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
91139c9026 Sync docs for Fuzzy Eraser & 0.9.31 new Magic tools so far 2023-05-22 23:25:20 -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
bd241bb90f Sync docs after Japanese updates
h/t Shin-ichi
2023-05-18 23:36:20 -07:00
Bill Kendrick
94153b75d3 Remove -rc1, sync docs / get updated doc dates 2023-05-18 18:27:02 -07:00
Bill Kendrick
353d572caa Sync docs; link to MAGIC-API from README & EXTENDING 2023-05-16 22:47:39 -07:00
Bill Kendrick
afc120e5d4 Sync docs after ja_JP update
h/t Shin-ichi
2023-05-14 10:26:10 -07:00
Bill Kendrick
ab722453e8 Sync docs after quickstart (magic sizes) & date bumps 2023-05-09 23:53:32 -07:00
Bill Kendrick
fcb392aec3 Re-sync docs to get updated INSTALL (Haiku + more) 2023-05-07 01:06:36 -07:00
Bill Kendrick
b89bc3644b Sync docs to grab WIP Haiku install docs
Will format them nicely later.  h/t Luc.
2023-05-06 18:48:58 -07:00
Bill Kendrick
7247d58f09 Sync docs to catch updated revision dates 2023-05-05 00:35:02 -07:00
Bill Kendrick
5f594d6929 Sync README: Magic sizing added in 0.9.30 note 2023-05-02 22:53:29 -07:00
Bill Kendrick
7cd85e5a5a Sync docs - README: Screenshot of Magic tool control buttons 2023-05-02 22:40:23 -07:00
Bill Kendrick
0b891ff4c6 Sync docs to grab Japanese updates
h/t Shin-ichi

Also, comment added to Makefile about how Japanese TXT alternatives
come out poor (due to lack of word-wrapping in many cases).
2023-05-02 22:26:32 -07:00
Bill Kendrick
e14992d8af Sync INSTALL docs: SDL2_Pango no longer optional 2023-04-30 16:23:17 -07:00
Bill Kendrick
378b2acca6 Accept SDL_VIDEO_WINDOW_POS in --fullscreen too
This seems to allow me to specify which display (monitor) to make
Tux Paint appear on my two-monitor set-up (laptop + external monitor)!

Closes https://sourceforge.net/p/tuxpaint/bugs/277/
2023-04-28 00:13:32 -07:00
Bill Kendrick
03e0bf65b0 Sync README docs for better 0.9.30 "What's new" 2023-04-22 10:44:09 -07:00
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
121f5a3129 Sync mending of ja_JP <strong> tag bug 2023-03-14 22:16:57 -07:00
Bill Kendrick
a66c25dad5 Regen docs after Japanese updates 2023-03-13 22:09:11 -07:00
Bill Kendrick
97051f754c Sync docs after README What's New addition 2023-03-12 15:23:11 -07:00