Commit graph

64 commits

Author SHA1 Message Date
Pere Pujal i Carabantes
2a159dd049 Merge branch 'master' into sdl2.0 2020-12-30 19:57:26 +01:00
Pere Pujal i Carabantes
dc332fc161 0.9.25
Merge branch 'master' into sdl2.0
2020-12-28 21:55:49 +01:00
Bill Kendrick
e3356eb4d8 Mended broken links in README.html
Mended some broken relative links in README.html that
pointed to other parts of the docs.

Also, rename "Mac OS X" to "macOS" in more places.
2020-12-27 18:11:27 -08:00
Bill Kendrick
bcc233b542 Bump ver to 0.9.26; Expanded release steps
Expanded the steps for making and posting releases
(docs/RELEASE.txt).

Bumped version to 0.9.26.
2020-12-27 17:45:13 -08:00
Bill Kendrick
1c07b66c9f Bump release date; tidy HTML files 2020-12-27 00:37:23 -08:00
Bill Kendrick
f81ad1936c Pointing default_colors.txt link to existing file
h/t Pere (who mended the copy in tuxpaint-website)
2020-12-25 22:00:22 -08:00
Pere Pujal i Carabantes
3b44b4929f 2020/12/02 Merge branch 'master' into sdl2.0 2020-12-02 20:24:43 +01:00
Bill Kendrick
71152d1369 Bump latest mod. date in docs and tuxpaint.c 2020-11-21 14:27:26 -08:00
Bill Kendrick
92d69d77f1 Converted FAQ from bullet lists to definition lists. 2020-11-06 22:03:24 +01:00
Bill Kendrick
14bdacdc2b Mention 'nostereo' option in the FAQ 2020-11-06 22:03:13 +01:00
Pere Pujal i Carabantes
aae22f0593 Correcting Devaganari to Devanagari 2020-11-06 21:47:42 +01:00
Pere Pujal i Carabantes
f9db53fe19 Correcting Devaganari to Devanagari 2020-11-05 03:38:42 +01:00
Bill Kendrick
de96578f22 Converted FAQ from bullet lists to definition lists. 2020-10-30 13:46:25 -07:00
Bill Kendrick
71116ecf1f Mention 'nostereo' option in the FAQ 2020-10-30 13:16:49 -07:00
Pere Pujal i Carabantes
63e060afa3 Merge branch 'master' into sdl2.0 2020-10-28 17:03:05 +01:00
Bill Kendrick
0376ed8543 Wrapped up EXTENDING re: on-screen keyboard
I did my best. :)
2020-08-29 23:54:33 -07:00
Bill Kendrick
69faf22bb4 WIP: EXTENDING: On-screen keyboard creation
Fleshing out what on-screen keyboard files are and do...
Work-in-progress.
2020-08-29 18:36:20 -07:00
Bill Kendrick
4bbb17f0c4 EXTENDING: Misc improvements; stub of OSK section
Stub of on-screen keyboard section.  More misc. improvements
to the doc (e.g., replace "+/- 180 degrees" with "±180°")
2020-08-29 17:20:49 -07:00
Bill Kendrick
3381f46f8f EXTENDING: link to Git, not CVS
Git is the new hotness.
2020-08-29 17:00:42 -07:00
Bill Kendrick
552c148817 EXTENDING docs clean-up; adding TOC
* Add linked table of contents
 * <cite> some terms
 * <code> some paths
 * Replace &nbsp; with CSS
 * Brushes no longer limited to max 40x40 pixels in size
 * Mac OS X is now macOS
 * Other misc improvements
2020-08-29 16:58:31 -07:00
Bill Kendrick
1a21e1d56d README didn't mention Templates
It only mentioned Starters!
2020-08-25 19:55:54 -07:00
Pere Pujal i Carabantes
2bc40bd9d0 Merge branch 'master' into sdl2.0 2020-08-16 11:36:52 +02:00
Bill Kendrick
d2d9b98291 Wrapping up "shapes from corner" option
Works well, or at least well enough, for our current batch of
shapes.
2020-08-15 16:20:51 -07:00
Bill Kendrick
2159f8616b WIP: Shape controls -- center vs corner
Adding control buttons to the Shapes tool, allowing for shapes
to be drawn from the center (as before) or from a corner
(more like other paint packages).  The controls do nothing
at this time, but are visible and can be clicked.  This is a
work in progress.

The controls may be removed using a configuration option.
2020-08-15 00:55:31 -07:00
Pere Pujal i Carabantes
436a535003 Merge branch 'master' with export features made by Bill and some updated translations into sdl2.0 2020-08-06 00:48:08 +02:00
Bill Kendrick
63b5aa15d6 Sub-section links w/n README's Table of Contents 2020-07-27 23:41:00 -07:00
Bill Kendrick
dfdf720895 Documenting Export & GIF Export in README 2020-07-27 23:28:41 -07:00
Bill Kendrick
cbb56c4041 Ran English HTML docs through HTML Tidy
See "RELEASE.txt" for the invocation.  Mended a few things prior
to final run of `tidy`, based on HTML Tidy's output.

Updated any affected TXT files via Makefile.
2020-07-27 23:01:06 -07:00
Bill Kendrick
8a5bcb3fe5 README.html - Mend some HTML syntax issues
Wrap attributes in quotes, don't store lists within <p>...</p>, etc.
2020-07-27 22:33:38 -07:00
Bill Kendrick
513498ada7 OPTIONS.html - close dangling <li>s 2020-07-27 22:02:05 -07:00
Bill Kendrick
a07c5b5917 FAQ.html - close dangling <li>s 2020-07-27 21:59:11 -07:00
Bill Kendrick
c1c23558cc ADVANCED-STAMPS-HOWTO.html - close dangling <li>s 2020-07-27 21:56:21 -07:00
Bill Kendrick
e28ab7938f README.html - close dangling <li> tags 2020-07-27 21:55:20 -07:00
Bill Kendrick
b0a2b4dacc Completed single image export function
From "Open" dialog, select an image (single click, or use
arrow keys / etc., to highlight the image), then select the
"Export" button at the lower right.

The image will be saved in the export directory.  By default
this will be based on the config found via the XDG_CONFIG_HOME
environment variable, which is scanned for a "XDG_PICTURES_DIR"
setting.  If none is found, "Pictures" in the directory specified
by the HOME env. var. will be used.  In both cases, a new
"TuxPaint" subdirectory will be created, and exports will be placed
there.

The export location may be overridden using the "--exportdir"
command-line option or "exportdir" config file option
(e.g., "--exportdir /path/to/dir" or "exportdir=/path/to/dir",
respectively).  In this case, the directory is assumed to preexist,
and no "TuxPaint" subdirectory will be made.

There's currently no way to disable the export feature altogether.
If there's demand, we can add it as a simplification option.

Finally, this feature simply copies the PNG file (but no extra
data files) from Tux Paint's "saved" directory to the export dir.

Closes https://sourceforge.net/p/tuxpaint/feature-requests/192/
2020-07-26 14:10:03 -07:00
Bill Kendrick
f8cce36435 Further work on animated GIF export: XDG Pictures
Using XDG's user dir settings to determine where pictures are
stored for a user (e.g., "~/Pictures" -- used as a fallback).
May be overridden using "--exportdir".

Also, while I was updating some docs, replace references to
"Mac OS X" with "macOS", the new name of that OS these days.
2020-07-25 16:45:17 -07:00
Bill Kendrick
af039e6f7b Rebuilt TXT versions of HTML docs
After 0.9.24->0.9.25 bump.
2020-06-22 23:06:16 -07:00
Bill Kendrick
b65d7f9da4 Bumping version to 0.9.25 2020-06-22 22:58:12 -07:00
Pere Pujal i Carabantes
7769410b2e Merge 0.9.24 master branch into sdl2.0 2020-05-31 00:47:19 +02:00
Bill Kendrick
90871308ef Bump release date to today (2020-05-29) 2020-05-29 20:15:45 -07:00
Bill Kendrick
10c833e565 Bump version date -> 2020-05-23 2020-05-23 23:32:49 -07:00
Bill Kendrick
d172f38d4d Win32 build (& doc) tweaks
TOYAMA Shin-ichi noticed that when building for Win32 under mingw/msys,
an #include of "librsvg-cairo.h" was also necessary.

He also bumped the version # in win32/resources.rc
(and I put his credit in there).

I updated docs/RELEASE.txt to mention that .rc file also needing
updated when preparing a new release.
2020-04-10 19:05:52 -07:00
Pere Pujal i Carabantes
e6f583bd8e Merge branch 'master' into sdl2.0 2020-04-02 16:27:42 +02:00
Bill Kendrick
b9c929a0a1 Rework how progress bar shown with stamps
Was drawing progress bar while DRAWING stamps into the UI
(in https://sourceforge.net/p/tuxpaint/tuxpaint/ci/ad4bfde57c170082d93979a7073f7358872eca21/),
even if they were already loaded and thumbnailed.

Now only doing it when loading a new stamp.  Should hopefully
help with performance.  (h/t Pere for reporting slowness on Android)
2020-04-01 22:29:57 -07:00
Pere Pujal i Carabantes
937b40e449 0.9.24 Merge branch 'master' into sdl2.0 2020-03-29 16:35:50 +02:00
Bill Kendrick
5ad2621abc Ensure all docs/etc. show 0.9.24 version # 2020-03-28 22:38:10 -07:00
Bill Kendrick
ad4bfde57c Show progress bar while loading (more) stamps 2020-03-15 13:06:13 -07:00
Pere Pujal i Carabantes
a1c778135d Merge branch 'master' into sdl2.0
Merging master 2019-september-24 into sdl2.0 branch
2019-09-24 14:52:40 +02:00
Bill Kendrick
f7d30d3222 Added --nostereo option
Ability to disable stereo panning effect (e.g., paint brush, UI
elements sound effect feedback, etc.), useful for users with
hearing impairment in one ear, or situations where one speaker or
headphone is being used.  Use "--nostereo" command-line option
or "nostereo=yes" config. file option.
2019-09-21 16:33:55 -07:00
Bill Kendrick
2911b35a50 Elevate "Fill" from Magic Tool to real Tool
Replace the somewhat-recently-added "nothing" item in the tool bar
with the "Fill" tool, which has been converted back from a Magic tool
to a regular tool.

Also, change bash "==" to sh "=" in "if [ ... ]" tests in Makefile.

Also, link to math library (via "-lm") to make sure "max()" is available to
magic tools.

Also, add missing mention of "--newcolorslast" and "--newcolorsfirst" to manpage.
2019-09-12 23:04:13 -07:00
Pere Pujal i Carabantes
4d3ef642da Updating to master 2019/6/6 2019-06-06 20:22:55 +02:00