Commit graph

5108 commits

Author SHA1 Message Date
Bill Kendrick
de38d07f0e Doc'ing ja & fr translation updates
h/t Jacques & Shin-ichi
2024-05-30 23:38:18 -07:00
dolphin6k
ce40f278f6 Updated UI translation, created brush description for Japanese. 2024-05-31 15:24:13 +09:00
Jacques Chion
c448a18bc9 modifié : fr.po 2024-05-30 08:39:18 +02:00
Jacques Chion
39768ba09e Validateur : Jacques Chion <jacques.chion@orange.fr>
modifié :         fr.po
2024-05-30 06:28:37 +02:00
Jacques Chion
f7988fd834 begin traslation 2024-05-29 19:26:51 +02:00
Bill Kendrick
277b9e10bf Filled Polygon "remove" sound effect
For when merging points.

Based on CC Attribution 3.0 sound by "stinkhorn"
(see CHANGES.txt & AUTHORS.txt).
2024-05-28 23:59:56 -07:00
Bill Kendrick
c00cf991f9 Filled Polygon "nearby" sound effect
When red & green endpoint dots are being dragged near each other,
play a different sound.

Based on CC Attribution 4.0 sound by Eliot Lash
(see CHANGES.txt & AUTHORS.txt).
2024-05-28 23:47:54 -07:00
Bill Kendrick
a2fece280b Sound effects for Filled Polygon magic tool
Based on some CC0 sounds by Kenneth Cooney (see AUTHORS.txt and
CHANGES.txt).
2024-05-28 23:29:57 -07:00
Bill Kendrick
02562f8b44 Avoid confusion: Remove specular reflection from CHANGES 2024-05-28 22:55:39 -07:00
Bill Kendrick
4256d81278 Mend issue of rotating brushes not drawing on single click
Rotating brushes would not draw anything if you simply
click and release with no motion in between (unless brush
spacing was set to the minimum).  It will now draw the
default "up" direction of the brush in that situation.
(h/t Pere for reporting)

Implemented by using a boolean that tracks whether there has
been any motion since a click; if not, the `brush_counter` is
forced to reset (to 999), to insist on `brush_draw()` blitting
something.  (It used to always ignore if a rotational brush,
to avoid accidentally drawing in the wrong direction on release.)
2024-05-25 11:50:17 -07:00
Pere Pujal i Carabantes
58e685e58e Updating Catalan for brushes. 2024-05-24 01:00:16 +02:00
Bill Kendrick
c1f26511ef Doc'ing Catalan updates
h/t Pere
2024-05-22 23:32:33 -07:00
Pere Pujal i Carabantes
c8095c2d44 Updating Catalan. 2024-05-23 02:07:11 +02:00
Bill Kendrick
4c42472089 Polyfill: Draw handles 'behind' lines 2024-05-19 23:56:20 -07:00
Bill Kendrick
dc49449966 Regen README after dropping Specular from What's New 2024-05-19 23:42:22 -07:00
Bill Kendrick
af5f9b8899 Removing Specular tool instructions 2024-05-19 23:34:12 -07:00
Bill Kendrick
97c547e9c7 Demoting Specular magic to a WIP 2024-05-19 23:30:12 -07:00
Bill Kendrick
4f86d60865 Sync Env Vars & Advanced Stamps Howto (for real)
...after adding CSS.
2024-05-15 00:01:19 -07:00
Bill Kendrick
073c4f422b Regen FAQ & Advanced Stamps Howto with CSS & other tweaks 2024-05-14 23:57:28 -07:00
Bill Kendrick
4a79060f26 Ran indent 2024-05-14 23:37:12 -07:00
Bill Kendrick
79d5cb5cea Don't call rsvg_handle_close(); it's deprecated
Borrowing from 825fa1c,

- rsvg_handle_close() is deprecated from librsvg 2.46, together with
  rsvg_handle_write()
- rsvg_handle_close() is only needed to be called after
  rsvg_handle_write()
- rsvg_handle_close() isn't needed to be called after
  rsvg_handle_new_from_file() [1]

1: https://gnome.pages.gitlab.gnome.org/librsvg/Rsvg-2.0/method.Handle.close.html

Shrug!

Closes https://sourceforge.net/p/tuxpaint/bugs/278/
2024-05-14 23:28:50 -07:00
Bill Kendrick
ca537e2fbb Color Sep: Correctly abuse default size value 2024-05-14 23:26:00 -07:00
Bill Kendrick
d26b4f28ff Polyfill - Address compiler warnings, other cleanup 2024-05-14 23:09:18 -07:00
Bill Kendrick
73f66294f4 Warn when 2 magic tools in a group w/ identical order 2024-05-14 23:00:17 -07:00
Bill Kendrick
51d47d554e Syncing tp_magic_example.c (indent & transliteration) 2024-05-10 01:29:05 -07:00
Bill Kendrick
bd10e955a1 CHANGES: Doc'ing updates to tp_magic_example.c 2024-05-10 01:02:54 -07:00
Bill Kendrick
e096b9a5dd Sync docs for updated tp_magic_example.c's 2024-05-10 01:00:31 -07:00
Bill Kendrick
5bdbc2766b Ran indent.sh to re-indent all source files 2024-05-10 00:26:10 -07:00
Bill Kendrick
fbb46751c6 Cleaned up compiler warnings in dither.c Magic tool 2024-05-10 00:16:17 -07:00
Bill Kendrick
a9e6a5ae9f Sync docs after localizing macOS paths 2024-04-29 21:42:48 -07:00
Bill Kendrick
3983ce69b1 Regen POT & POs after 3D Glasses updates 2024-04-29 01:01:17 -07:00
Bill Kendrick
1b5386fba1 Sync docs after 3D Glasses update 2024-04-29 00:54:09 -07:00
Bill Kendrick
d95e7084df 3D Glasses - Now offers various anaglyph color combos
The size option is being misused to allow different
color combinations: Red/Cyan, Red/Blue, Red/Green, and Magenta/Cyan
(there are others we could add, if only someone could figure out the
math :-D)

Note - If Tux Paint is running in "Novice" complexity mode, no choices
will be available; it will use Red/Cyan, as before.

h/t O'Hare The Rabbit for the idea
2024-04-28 18:03:28 -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
9c2a75455d Regen docs after more path modularizing; --nosysconfig correction 2024-04-27 11:07:45 -07:00
Bill Kendrick
5f8e2b51bd FAQ & OPTIONS: Haiku config file path
h/t Luc
2024-04-27 10:41:26 -07:00
Bill Kendrick
6554ac644a More TROUBLESHOOTING.txt changes 2024-04-27 10:38:22 -07:00
Bill Kendrick
28110dcba0 Update TROUBLESHOOTING.txt re: macOS
h/t Mark Kim
2024-04-27 10:16:43 -07:00
Bill Kendrick
0aa370ba44 Attempting to prevent invalid memory access...
...during linear gradient fill.

h/t Peter Link <peterlink3 on SourceForge>
https://sourceforge.net/p/tuxpaint/bugs/287/
2024-04-18 00:25:02 -07:00
Bill Kendrick
d3e229ad47 New Acrylic brush
Also, added descriptions of new Pencil & Acrylic brushes.
Also, increased spacing of Sparkles brush.
2024-04-12 20:03:01 -07:00
Bill Kendrick
ae899da68d Filled polygon: Icon; tweaked on-screen instructions 2024-04-12 09:24:19 -07:00
Bill Kendrick
f603adb648 Filled Polygon example image for docs 2024-04-12 09:18:56 -07:00
Bill Kendrick
14cabfcdc7 Sync docs after reorg'ing & adding Magic tools 2024-04-11 00:23:44 -07:00
Bill Kendrick
465374158b Sync'ing docs after doc'ing [un]groupmagictools option 2024-04-10 23:13:01 -07:00
Bill Kendrick
850b733f4b Activate [un]groupmagictools option 2024-04-10 23:03:17 -07:00
Bill Kendrick
4ad4bb59a2 Sync Docs after updating README: What's New 2024-04-08 23:27:00 -07:00
Bill Kendrick
f822947554 Regen POT/POs after updating appdata 2024-04-08 23:26:14 -07:00
Bill Kendrick
d285a169d5 Appdata: Mention filled polygon tool & magic ungrouping 2024-04-08 23:25:25 -07:00
Bill Kendrick
554c6145fc WIP Ability to ungroup Magic tools
Put them in a big long list, without left/right pagination buttons,
like pre-0.9.27 Tux Paint.

Code is in place, but no way of activating it.

For https://sourceforge.net/p/tuxpaint/feature-requests/229/
2024-04-08 22:15:23 -07:00