Commit graph

2792 commits

Author SHA1 Message Date
Kartik Mistry
b034dedbbd Updated Gujarati translation, checking if I still have access 2023-03-29 14:08:50 +05:30
Pere Pujal i Carabantes
3b0eea5118 Make stamp outlines be displayed on touchscreens. 2023-03-25 00:16:02 +01:00
Bill Kendrick
8577a97c23 Bump to -rc3, update appdata & win32/resources.rc; regen POT/PO 2023-03-24 00:17:12 -07:00
Bill Kendrick
f2ca8b92a7 Add note about Android onscreen keyboard bugfix
(h/t Pere)
2023-03-23 08:35:18 -07:00
Pere Pujal i Carabantes
59d42b091a Adding Android paths to onscreen keyboard.
Tux Paint would crash if the Android builds try to use the onscreen keyboards we provide.
2023-03-23 09:24:21 +01:00
Pere Pujal i Carabantes
5a5f08be29 Updating Catalan 2023-03-22 23:11:24 +01:00
dolphin6k
ab6a356705 Updated Japanese 2023-03-22 22:46:06 +09:00
dolphin6k
74482976b5 Updated po and pot after adding "double vision" magic 2023-03-22 22:41:22 +09:00
Bill Kendrick
c19f5b1d4c Thicker XOR outline around stamps 2023-03-21 23:10:08 -07:00
Bill Kendrick
98cb1e62e7 Prevent pipette dismissal upon release over 'Back'
On touch devices, the color pipette tool could easilly be
immediately dismissed due to the 'button up' event happening
right where the "Back" dismissal/cancel button appeared.
Now only pays attention to 'release' if the button was down.

(h/t Pere for reporting this)
2023-03-21 22:57:59 -07:00
Bill Kendrick
df65409671 Mend aspect ratio bug in thumbnail function
SVG-based Stamp images which were not square would get stretched and
look weird in the selector on the right.
2023-03-19 11:15:48 -07:00
Bill Kendrick
2f7971c8b9 Apply patch to allow Haiku printing to compile
h/t Luc, and sorry for not doing it sooner!

Source - 01ba520dab/media-gfx/tuxpaint/patches/tuxpaint_sdl2-0.9.28.patchset
2023-03-18 11:06:46 -07:00
dolphin6k
380967e56d Updated Japanese for appdata.xml 2023-03-17 08:54:12 +09:00
Pere Pujal i Carabantes
5eb673a771 Updatinc Catalan. 2023-03-16 16:06:48 +01:00
Bill Kendrick
f1617d5946 Regen POT & PO after org.tuxpaint.Tuxpaint.appdata.xml.in update
...added 0.9.29
2023-03-15 21:37:08 -07:00
Bill Kendrick
2d11aeac56 Add 0.9.29 release to org.tuxpaint.Tuxpaint.appdata.xml.in 2023-03-15 21:36:46 -07:00
Bill Kendrick
3ae57adf9d No 'true' 2023-03-15 21:34:08 -07:00
Bill Kendrick
b2ac965328 Bump date in tuxpaint.c & CHANGES.txt 2023-03-15 21:24:08 -07:00
Mark Kim
f95aea5bbc Dialog popup animation refinement
Also, ensure the top and left borders are drawn.
2023-03-15 22:26:48 -04:00
Mark Kim
bf26a45f6c Re-enable SDL timer full time
Enabling the SDL timer selectively was required on macOS in SDL1 for
performance reasons, but it is no longer needed on SDL2.
2023-03-15 21:37:30 -04:00
Bill Kendrick
e77e9b89d4 Tweak to prompt pop-up updated
On my laptop the prompt was basically not coming up at all
(only one animation step every few seconds), because apparently
it was stuck doing "w += 0" due to how few ticks went by within
the loop! :-D
2023-03-14 22:14:15 -07:00
Mark Kim
7103897bc7 Dialog popup animation speed fix
Play the dialog popup animation at a consistent speed across platforms.

Also, fix the issue with dialog box trail not clearing after the final
render.
2023-03-14 18:14:05 -04:00
dolphin6k
9efdfd7ad7 Updated Japanese 2023-03-13 21:04:58 +09:00
Pere Pujal i Carabantes
7a1be9e143 Updating Catalan. 2023-03-13 10:38:11 +01:00
Bill Kendrick
e0aac1ab0e More corrections to Keep/Remove Color descrs 2023-03-13 01:15:17 -07:00
dolphin6k
48e966c04e Updated Japanese 2023-03-10 23:54:20 +09:00
Bill Kendrick
6b7f59d7f1 Icon for shaped Fill tool
Also remove a WIP section from CHANGES
2023-03-07 22:33:39 -08:00
Bill Kendrick
87f4313ce8 Regen POT/PO after adding Kaleido-8 magic 2023-03-07 00:49:57 -08:00
Bill Kendrick
1bfa5f7a49 Abandoning color grabbing in color mixer
We'll end up with things like "132/245 red, 90/245 yellow, 23/245 blue".
Getting it to work will likely require some massive brute-forcing.
If people want to take an existing color and make subtle changes, they
can just use the rainbow palette HSV color picker.
2023-03-07 00:41:18 -08:00
Bill Kendrick
e913709362 Shape tool improvements
More sensible rotation when using the drag-from-corner mode
(rotates around center of the shape, as you'd expect, rather than
around one of the corners of the shape's bounding box, as it has
been doing all this time).

Stretching a shape from bottom to top causes an upside-down shape
(e.g., before, a triangle would always start out up-pointing
regardless as to whether you clicked and drag downwards or upwards;
now, it will start out down-pointing if you drag upwards when
initially placing & stretching the shape).
2023-03-06 01:07:13 -08:00
Bill Kendrick
36eb2ea70c Sync docs for cross-color stuff, and...
...deactivate all code for this within color mixer, since it's
not actually implemented yet (going to be tricky! -- probably
holding off to a future version).

Also, sound effect for cross-color grabbing within rainbow palette
dialog.
2023-03-03 01:54:20 -08:00
Bill Kendrick
75de6f23ea Color grabbing icon for new cross-color-tool feature
Also, update (c) year! (Skipped 2022, oops!)
2023-03-03 01:34:22 -08:00
Bill Kendrick
c2dfd0c2d1 Color picker can grab from pipette or mixer colors too 2023-03-03 00:29:52 -08:00
Bill Kendrick
be6878f6d8 Color picker can switch to chosen built-in color 2023-03-03 00:16:38 -08:00
Bill Kendrick
02cafd4a8b POT/PO update after adding Kaleido-X Magic tools 2023-03-01 01:24:51 -08:00
Bill Kendrick
d588c39d21 New WIP Magic tools: [De]saturate, and Keep|Remove Color 2023-02-28 01:15:16 -08:00
Karl Ove Hufthammer
42a479be53 Update Norwegian Nynorsk translation 2023-02-26 15:46:20 +01:00
Bill Kendrick
102207b9bc Wrapped up Shaped fill mode (for now) 2023-02-26 00:34:01 -08:00
Bill Kendrick
ecab00d4a9 Reworked Signed Distance Field for shaped fill
Based on http://www.codersnotes.com/notes/signed-distance-fields/
by Richard Mitton
2023-02-25 15:57:18 -08:00
dolphin6k
c27469aa8b Updated Japanese 2023-02-25 12:29:19 +09:00
Bill Kendrick
3fc76953d6 [WIP] Shaped fill tool
Similar to radial gradient, but follows the shape of the object).
(Based on https://github.com/mattdesl/image-sdf
by Matt DesLauriers (https://www.mattdesl.com/), MIT License)
2023-02-24 02:18:42 -08:00
Bill Kendrick
b2b04b4aab Update POT/PO after 3D Glasses / Color Sep. split 2023-02-22 21:01:53 -08:00
Bill Kendrick
94df556ecd Update POT/PO to grab Color Sep. name & descr. 2023-02-21 23:08:31 -08:00
Bill Kendrick
1277ad5cf6 More tweaks to Stamp rotation step
Locking to 0-degrees when mouse is within a UI-button-sized
square centered around the stamp's center (h/t Pere for the idea).

Change mouse pointer to 'hand' when in the center (so at the start
of the rotation step), and to the 'circle arrow' rotation symbol
when actually rotating.

WIP (disabled for now) Drawing a XOR'd line out of the stamp's
center to the mouse, to show the angle you're rotating at.
(Needs more work to avoid leaving residuals on the screen.)
2023-02-20 23:04:29 -08:00
Bill Kendrick
94eed500f9 Stamp rotation step OFF by default 2023-02-19 01:43:19 -08:00
Bill Kendrick
ee05855d50 Utilize stamp rotation control button! 2023-02-18 21:34:33 -08:00
Bill Kendrick
40e96b06b1 Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2023-02-18 21:15:17 -08:00
Bill Kendrick
7a4ebb7795 Button for stamp rotation
(WIP)
2023-02-18 21:14:51 -08:00
dolphin6k
23b6dd3102 Updated Japanese 2023-02-19 11:38:46 +09:00
Bill Kendrick
06935cd9b6 Stamp rotation button: Make way 2023-02-18 17:22:22 -08:00