Bill Kendrick
7d1bd7fac9
Regen POT/PO after adding Fill->Brush tool
2021-10-19 00:42:48 -07:00
Bill Kendrick
71da1f1a6a
Mend swapped args to draw_brush_fill()
2021-10-19 00:31:01 -07:00
Bill Kendrick
dcdebe9882
New Fill tool mode: Brush
...
Similar to solid fill (classic mode), but allows freehand
filling of an area.
Closes https://sourceforge.net/p/tuxpaint/feature-requests/207/
2021-10-19 00:26:26 -07:00
dolphin6k
910cd298e5
Inno Setup shows COPYING.txt as follows with "Next" and "Cancel" buttons.
...
Setup - Tux Paint 0.9.27
Information
Please read the following important information before continuing.
------------------------------------------------------------------------
When you are ready to continue with Setup, click Next.
---------------------------------
| COPYING.txt for Tux Paint
|
|Tux Paint - A simple drawing program for children.
|
2021-10-17 22:49:17 +09:00
dolphin6k
d7f0a47e37
Missing format specifier and wrong maximum length for swprintf().
2021-10-17 21:08:39 +09:00
Bill Kendrick
9e2826b220
Doc'ing recent Win32 and Japanese IM changes...
...
...by Shin-Ichi
2021-10-17 00:28:27 -07:00
dolphin6k
90baae6dfe
Fixed crash bug regarding onscreen_keyboard and labels.
...
Every version after when onscreen-keyboard implimented has this bug,
which first became apparent in Windows 10. (Because of more strict
memory handling or something?)
Recommend every windows user to upgrade to 0.9.26-5.
2021-10-17 08:43:44 +09:00
dolphin6k
1c87dd98c4
deleted OCSetupHlp.iss
2021-10-15 22:54:42 +09:00
dolphin6k
641aa348ec
Added shell script to build windows installer and portable zip archive.
2021-10-15 22:54:04 +09:00
dolphin6k
0f7d425f96
Bumped version to 0.9.27
2021-10-15 21:01:24 +09:00
dolphin6k
f0bffa6202
Deleted support for Windows XP and 2000
2021-10-15 18:37:04 +09:00
dolphin6k
e1492d3b65
Left Alt key also mapped to the switch for Japanese. (I found my laptop does not have right Alt ;-)
...
How about for Thai?
2021-10-15 16:49:24 +09:00
dolphin6k
0e7d39b941
Removed OpenCandy stuff and localized COPYINGs.
2021-10-15 16:26:37 +09:00
dolphin6k
20bd72e75c
Also removed old windows specific code mtw() from tuxpaint.c
2021-10-10 17:50:18 +09:00
Bill Kendrick
cce996356a
Doc'ing Shin-Ichi removing mtw() from OSK code
...
See https://sourceforge.net/p/tuxpaint/bugs/235/
2021-10-10 01:02:32 -07:00
dolphin6k
bedc2b43ad
Removed old unnecessary windows specific code which cause crash bug.
2021-10-10 14:49:33 +09:00
dolphin6k
527fc27a2a
Updated Japanese translations
2021-10-07 13:07:26 +09:00
dolphin6k
07fef89984
Set version 0.9.27, doc/Makefile no longer installed
2021-10-07 11:34:39 +09:00
Pere Pujal i Carabantes
13313846bf
Updating Catalan.
2021-10-06 23:34:03 +02:00
Pere Pujal i Carabantes
8d7897029f
Run update-po.sh to expose new strings.
2021-10-06 23:07:22 +02:00
Pere Pujal i Carabantes
85bf1dc181
Panels do not use colors, new string for fullscreen mode Halftone.
2021-10-06 00:31:57 +02:00
Pere Pujal i Carabantes
3e5b136c2c
Updating Catalan.
2021-10-03 00:15:15 +02:00
Bill Kendrick
948a911336
Doc'ing ISS AppVersion update from Easton
...
(https://sourceforge.net/p/tuxpaint/tuxpaint/merge-requests/9/ )
2021-09-29 22:12:43 -07:00
Easton Pillay
8095c22159
Added AppVersion to InnoSetup config.
2021-09-29 12:17:54 -05:00
Bill Kendrick
79437733f2
Add Magic tool doc translations; install them
...
Adding snapshot of (basically untranslated) Magic tool docs
in the other locales currently supported by 'tuxpaint-docs'.
Update Makefile to install them.
2021-09-28 21:25:37 -07:00
Bill Kendrick
80ae9cc1a4
Magic tool docs are now coming from tuxpaint-docs
...
Rebuilt the English ones.
2021-09-28 21:19:05 -07:00
Bill Kendrick
097ec15ebf
Grouping Magic tools within Magic tool docs
2021-09-28 20:06:27 -07:00
Bill Kendrick
08b7a673ac
Drop "WIP" from Lightning in CHANGES.txt
...
I always forget to do something
2021-09-27 10:34:34 -07:00
Bill Kendrick
74f5748da5
Adding Lightning to Magic tool docs
2021-09-27 10:29:14 -07:00
Bill Kendrick
e7c7a51a00
Lightning Magic tool looking good
...
Could be better, but it's a start.
2021-09-27 00:53:01 -07:00
Bill Kendrick
4965cc95f1
Angle calculation for WIP Lightning effect
2021-09-26 23:34:49 -07:00
Bill Kendrick
2bd9b74dd6
WIP Lightning Magic tool
...
UI, icon, sfx working; not actually rendering the bolt yet.
2021-09-26 22:50:41 -07:00
Bill Kendrick
e6a15fbe5c
Sync French translation of docs
2021-09-26 12:05:26 -07:00
Bill Kendrick
5b6b1a39c5
Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint
2021-09-25 23:49:39 -07:00
Bill Kendrick
d248b7041a
Avoid crashing if Magic returns NULL icon img
...
Was blindly calling thumbnail() on what came back
(which would be NULL if the image failed to load).
Also, mend bug where magic group arrays were being cleared
at the same time as stamp group ones; the latter is larger.
2021-09-25 23:48:45 -07:00
Mark Kim
4b83412ea7
IM debugging updates
...
- Control debugging via debug.h (previously im.c had its own
defined constant to control this.)
- Remove reference to an undefined symbol im_event_fp within a DEBUG
block.
Also:
- Explicitly include i18n.h required by im.c (though it appears to be
getting included by another file indirectly.) This should be a no-op
change.
2021-09-23 17:07:40 -04:00
Jacques Chion
42e0effe9b
update rainbow
2021-09-23 11:38:29 +02:00
Bill Kendrick
786dbed777
Magic group change: mend problem w/ color options
2021-09-23 00:39:15 -07:00
Bill Kendrick
2f9526f986
Refresh PO & POT to sync up with source code
...
No string changes
2021-09-23 00:17:48 -07:00
Bill Kendrick
e3d1f85ac9
Magic tool pagination now possible
2021-09-23 00:15:27 -07:00
Bill Kendrick
901230c710
Storing Magic tools within groups
...
Still a WIP; no way to paginate yet. (So now, only able to
access group #0 (MAGIC_TYPE_DISTORTS) magic tools)
2021-09-23 00:00:31 -07:00
Bill Kendrick
8b30a278c2
"Smooth Rainbow" magic tool (variant of "Rainbow")
...
Numerous people commented on Twitter that a piece of artwork
("Chromie Squiggle #7583 ", created in "ArtBlocks") looked like it
was made in Tux Paint.
However, the classic (2002-era) "Rainbow" tool cycled coarsely
through solid colors. This adds a gradient.
2021-09-22 23:01:26 -07:00
Bill Kendrick
1d5dd8eb9f
Finished organizing Magic tools; updated docs
...
Added group code to `tp_magic_example.c`, and documented
in the "Creating Tux Paint Magic Tool Plugins" docs.
2021-09-21 01:02:22 -07:00
Bill Kendrick
5882a48412
Even more Magic tools to their groups...
...
Nearly done.
2021-09-21 00:32:19 -07:00
Bill Kendrick
f381073d48
Putting more Magic tools into groups...
2021-09-21 00:24:26 -07:00
Bill Kendrick
448a4b4487
Put more Magic tools into their groups
...
...WIP
2021-09-21 00:07:14 -07:00
Bill Kendrick
12b503be9c
Adding more Magic tools to their groups...
...
WIP
2021-09-20 23:47:31 -07:00
Bill Kendrick
7381c936c4
Trim space off the end of a gettext()'d string
...
Didn't find any others, when I checked via
find . -name "*.c" -exec grep -H "gettext" {} \; | grep ' ")'
2021-09-20 23:37:56 -07:00
Bill Kendrick
3963d74f43
Show Magic tool group pagination buttons
...
Make room for them, but they don't do anything yet.
2021-09-20 23:36:19 -07:00
Bill Kendrick
3eece8635c
WIP Working on Magic tool grouping
...
Fretwork is in one group; Blocks, Chalk, and Drip in another.
The rest do not currently report (so will not load!).
No UI change to the Magic tool interface yet.
2021-09-20 23:09:33 -07:00