Commit graph

5327 commits

Author SHA1 Message Date
Bill Kendrick
3cd9e1cbfd Emitter: Hearts: Sound effect 2024-12-26 21:01:05 -08:00
Bill Kendrick
1a9942f076 Emitter: Stars: Sound effect 2024-12-26 20:53:00 -08:00
Bill Kendrick
e35e320ea8 Emitter: Sparkles: Sound effect 2024-12-26 20:41:18 -08:00
Bill Kendrick
e1b9f29c2f Magic Emitters: Motion, gravity, & spawning
Hearts float up, sparkles float down (and sometimes spawn).
Everyone gets random initial movement.
2024-12-26 20:29:44 -08:00
Bill Kendrick
51e28bdfb0 Regen POT/PO after adding emitter magic tools 2024-12-26 01:10:50 -08:00
Bill Kendrick
47947e928a Ran pngout on Magic emitter images 2024-12-26 01:10:06 -08:00
Bill Kendrick
9822270759 Magic emitters: Support color 2024-12-26 01:05:30 -08:00
Bill Kendrick
51a335a293 More work on emitter magic tools
Added heart & sparkle shapes.  Allowing for randomized rotation &/or
animation frames.  (Sparkles has frames, but does not rotate;
hearts & stars have no frames, but can rotate; hearts only +/- 45 degrees.)

For https://sourceforge.net/p/tuxpaint/feature-requests/266
2024-12-25 23:49:27 -08:00
Bill Kendrick
323aa6c42d WIP: Emitter magic tools
Star image so far.  Lots more to do.
For https://sourceforge.net/p/tuxpaint/feature-requests/266/
2024-12-25 23:15:26 -08:00
Bill Kendrick
07e338d717 Text/Label paste: Word-wrap on space (eaten) or dash 2024-12-25 13:42:25 -08:00
Bill Kendrick
c7d449888d Syncing docs (README + EXTENDING) re: Text/Label "paste" 2024-12-25 11:45:31 -08:00
Bill Kendrick
023fafe54f Remove some OSK debugging printf()s I forgot about 2024-12-25 11:35:39 -08:00
Bill Kendrick
3278fff6d9 Keyboard layouts missing 4th "Paste"
So AltGr+Shift combo made it act incorrectly.
2024-12-25 11:08:42 -08:00
Bill Kendrick
0b94297c33 Noting Text/Label paste support in AppData file 2024-12-25 10:42:50 -08:00
Bill Kendrick
f9728edd05 Getting On-Screen Keyboard "Paste" button to work
I THINK I've got it.  I admit I don't understand the OSK code _at all_.
2024-12-25 10:39:49 -08:00
Bill Kendrick
9103b783ce Improving commentary for text_label_tool_enter() 2024-12-25 10:15:14 -08:00
Bill Kendrick
79bc5b2df4 WIP Adding "Paste" button to On Screen Keyboard
Appears, but does not yet actually invoke a paste event.
Does not have an icon.
2024-12-20 12:32:41 -08:00
Bill Kendrick
4de111df25 WIP - Text/Label tools: Ability to paste text clipboard
Lots still to do, but the basic functionality is there
(thanks to SDL2's clipboard functions).

For https://sourceforge.net/p/tuxpaint/feature-requests/95/
2024-12-20 01:36:08 -08:00
Bill Kendrick
199f11ce31 Less stdout noise when running Tux Paint
Avoid warnings when we cannot load non-existent SVGs by checking for file existence first.
(h/t Thomas K)

Add some "Info" and "Warning" labels to some output; improve some messages.

Free gerror that rsvg_handle_new_from_file() allocates.
2024-12-20 00:13:59 -08:00
Bill Kendrick
fa2f06792e Don't use Linux-specific invocation of "install"
Per Thomas, NetBSD's install(1) does not support '-t' and '-D' means
something else than on Linux.
2024-12-19 16:37:57 -08:00
Bill Kendrick
3d2dab5fc2 Improved color picker behavior
Better behavior when clicking/tapping and dragging hue/saturation box
and value slider.
2024-11-15 00:59:46 -08:00
Bill Kendrick
79ce7a87ca Bump to 0.9.35 2024-11-15 00:19:10 -08:00
Bill Kendrick
5de3c8778d Sync docs after bumping date & updating Quick Start Guide 2024-10-25 16:16:22 -07:00
Bill Kendrick
8d6179a514 indent.sh: Add reminder to clean up backup ~ files 2024-10-23 23:30:44 -07:00
Bill Kendrick
c88616e13e Don't Magic switch-out & -in on pointless Ctrl-R/Z
h/t Pere for a correction for Ctrl-R (I also applied to Ctlr-Z)
and Miyagi for reporting the issue

Closes https://sourceforge.net/p/tuxpaint/bugs/294/
2024-10-23 20:55:13 -07:00
Bill Kendrick
53a108c8ce Regen brush descriptions after Catalan update
h/t Pere
2024-10-21 22:10:55 -07:00
Pere Pujal i Carabantes
d06489e779 Updating Catalan. 2024-10-22 00:24:16 +02:00
Bill Kendrick
97dc7bc9c3 Sync docs after "What's New" update 2024-10-21 00:43:13 -07:00
Bill Kendrick
849cc46d10 New "Impasto" brush
Sneaking in before 0.9.34 final >:-)
2024-10-20 23:47:01 -07:00
Bill Kendrick
244ba7b76c Regen POT & PO after running indent against source 2024-10-20 11:26:16 -07:00
Bill Kendrick
699e130e31 Regen TXT versions of all docs under new w3m
Upgraded my system from Kubuntu 22.04 -> 24.04, and now have
w3m 0.5.3, which behaves differently be default, re: bullet point
glyphs, and some indentation.
2024-10-20 11:24:58 -07:00
Bill Kendrick
44d7d0ee5d Re-run indent.sh under GNU indent 2.2.13
Slight change to its default behavior re: pointer variables
(before: "type * var"; now seems to prefer: "type *var").
2024-10-20 11:22:30 -07:00
Bill Kendrick
073ac19ce6 tp_magic_example.c refresh, due to indent upgrade
Updated my system from Kubuntu 22.04 -> 24.04 and am now on
GNU indent 2.2.13, which behaves slightly differently be default.
2024-10-20 11:20:47 -07:00
Bill Kendrick
f91923eddf Avoid potentially unset variable in get_fname.c 2024-10-20 11:02:49 -07:00
Mark Kim
df8f792cc3 macOS build to link against SDL2_gfx 2024-10-19 10:51:24 -04:00
Bill Kendrick
79759c120a RELEASE: Reminder to sync docs onto website
I forgot for 0.9.33 :-o
2024-10-18 20:18:03 -07:00
Bill Kendrick
f56bbb2728 RELEASE docs: Info about website download links 2024-10-18 20:13:26 -07:00
Bill Kendrick
c53a4cb6f1 Setting version to 0.9.34-rc1 for release candidate! 2024-10-16 21:31:07 -07:00
Bill Kendrick
f214d90a7e RELEASE: Doc the steps for making release candidates 2024-10-16 21:29:49 -07:00
Bill Kendrick
71b578d111 RELEASE: Mention Magic docs plaintext gen & Features webpage 2024-10-16 21:23:25 -07:00
Bill Kendrick
a31f7b5811 Regen brush descriptions to catch localization 2024-10-16 21:21:39 -07:00
Bill Kendrick
a62db7f9c2 Tweaks to w3m.sh to improve TXT version of docs
Make headers and description terms more apparent, by adding
some more regexps into the `sed` that the HTML is piped through
before being sent to `w3m`.
2024-10-14 17:08:31 -07:00
Bill Kendrick
3032afb85f Syncing docs after updating README re: new templates 2024-10-12 22:21:25 -07:00
Bill Kendrick
5e8eee5e3e Two new templates: Clouds from airplane & Lough Leane 2024-10-12 21:58:51 -07:00
Bill Kendrick
781d15f421 Syncing docs: README->What's New: new brushes 2024-10-12 21:08:49 -07:00
Bill Kendrick
a407ce1295 New brush: Smoke
Based on "Smoke" in Krita 4 brush bundle.
2024-10-12 21:05:58 -07:00
Bill Kendrick
7cb752edca New brush: Graphite
Based on Graphite Grain from Krita 4 brush bundle.
2024-10-12 20:58:07 -07:00
Bill Kendrick
cf42c4b265 New brush: Paint Splats
Based on Paint Splats from Krita 4 brush bundle.
2024-10-12 20:45:13 -07:00
Bill Kendrick
e5b20f903f New brush: Water (still)
Based on "Water Still" from Krita 4 brush bundle.
2024-10-12 20:35:54 -07:00
Bill Kendrick
bdb490898d New brush: Spines
Lifted from Krita 4 brushes bundle.
2024-10-12 20:22:07 -07:00