Commit graph

1517 commits

Author SHA1 Message Date
Bill Kendrick
ff9eff4e60 Sort magic tools by ..._get_order() value, when possible
Tools in n_pt_persp plugin provide orders.  (More coming!)
2024-01-16 20:33:58 -08:00
Bill Kendrick
f7972d04a7 WIP New _get_order() function in API
So far just CHANGES.txt update and sync'ing update tp_magic_example.c
in the docs.
2024-01-16 20:23:56 -08:00
Bill Kendrick
f92bcefab8 Doc'ing Japanese translation update
h/t Shin-ichi
2024-01-16 19:48:10 -08:00
Bill Kendrick
ab4cd4fdde Mend Trochoid math
h/t Pere for pointing out my mistake!
2024-01-15 22:14:33 -08:00
Bill Kendrick
9ab7b2b3b7 Trochoids need adjustment!
h/t Pere :-D
2024-01-15 17:20:31 -08:00
Bill Kendrick
0fa1ea33f6 Build Tux Paint with -O2, everything with -ffast-math 2024-01-14 13:44:03 -08:00
Bill Kendrick
4fbe005003 n_pt_persp: Snap to grid; improved some guides 2024-01-14 11:33:34 -08:00
Bill Kendrick
2766254db9 Icons for Di & Trimetric & Oblique angle editors 2024-01-13 19:34:20 -08:00
Bill Kendrick
edbc68f0d7 Icons for Iso/Di/Trimetric & Oblique drawing tools 2024-01-13 18:19:16 -08:00
Bill Kendrick
df746eb58f Doc'ing Iso/Di/Trimetric & Oblique tools author (me) 2024-01-13 18:07:50 -08:00
Bill Kendrick
df6905a3c3 Oblique, Dimetric & Trimetric seem to work! 2024-01-13 18:04:47 -08:00
Bill Kendrick
fe3fecce82 Continue WIP Iso, Di, Trimetric & Oblique: Selectors
Ability to adjust angles; guides show them, on drag.
2024-01-13 00:56:19 -08:00
Bill Kendrick
5d1cdd6c3f WIP Adding more graphical projection drawing tools
Stubbing out tools for drawing in axonometric projection -- Isometric,
Dimetric, Trimetric -- and in oblique projection.

Also, placed 1-, 2-, and 3-point perspective tools, along with these
new ones, into a new Magic Tool group, MAGIC_TYPE_PROJECTIONS.

See https://sourceforge.net/p/tuxpaint/feature-requests/252/
and https://sourceforge.net/p/tuxpaint/feature-requests/253/
2024-01-12 21:19:39 -08:00
Bill Kendrick
5ab5293866 Albanian translation update
h/t Besnik
2024-01-08 00:56:06 -08:00
Bill Kendrick
62b85b0337 Icons for Epitrochoid & Hypotrochoid tools 2024-01-07 13:49:16 -08:00
Bill Kendrick
fe83cf723c Trochoids: Dragging sound effect
Plus a bunch of refactoring & wrapping up of the sound routine.
2024-01-07 13:30:04 -08:00
Bill Kendrick
31ceeff596 Centered trochoids: Sound effects on release 2024-01-07 13:13:15 -08:00
Bill Kendrick
6b4e82c8b4 WIP Centered trochoids tools
Epitrochoid & Hypotrochoid to draw Spiralgraph / Wondergraph
style line artwork.

See https://sourceforge.net/p/tuxpaint/feature-requests/248/
2024-01-07 02:42:22 -08:00
Bill Kendrick
cecb344faf Portuguese localization update
h/t Hugo!
2024-01-02 22:24:55 -08:00
Bill Kendrick
c4a42b6a90 Sync docs; update org.tuxpaint.Tuxpaint.appdata.xml.in
Syncing docs to grab version & date updates, MAGIC-API tweak,
and updated quickstart guide.

Update `org.tuxpaint.Tuxpaint.appdata.xml.in` to mention
2- and 3-point perspective, and "complexity" option, too.

Regen. POT & PO files to grab new strings from appdata file.
2024-01-01 11:06:48 -08:00
Bill Kendrick
5855d34a6e N-pt perspective supports beginner complexity level
The three "select" (vanishing point editors) are not available,
and a second 3-point perspective drawing tool, with an alternative
(downward-looking) set of vanishing points, is made available.
2023-12-30 13:45:20 -08:00
Bill Kendrick
24d84731ff Wrapped up tuxpaint side of complexity tool
Need to work more on N-Point Perspective tools.
(Also need to add configuration UI to `tuxpaint-config`)
2023-12-29 16:43:51 -08:00
Bill Kendrick
5f8522766c N-pt perspective: Don't operate in novice mode 2023-12-29 15:49:12 -08:00
Bill Kendrick
d21a4a7a34 Clone magic: Don't operate in "novice" mode 2023-12-29 15:42:04 -08:00
Bill Kendrick
8a71895bda Syncing MAGIC-API docs to reflext complexity_level arg to init() 2023-12-29 15:00:14 -08:00
Bill Kendrick
0bc54921d9 WIP - Extending Magic plugin API to support complexity
For https://sourceforge.net/p/tuxpaint/feature-requests/247/
2023-12-29 14:20:07 -08:00
Bill Kendrick
3e662b9edc N-pt perspective Magic tools: Sound effects! 2023-12-23 13:28:43 -08:00
Bill Kendrick
920026b14b CHANGES: Mention 2-pt perspectiva
Also, rebuild README.txt alternatives.
2023-12-22 01:24:08 -08:00
Bill Kendrick
f68909c70e Avoid potential crash using HSV color from New dialog 2023-12-17 11:46:19 -08:00
Bill Kendrick
f88069572c Un-flag 1-pt perspective as "WIP"
It could surely be improved, but I think it's working well enough for
release.
2023-12-17 10:51:17 -08:00
Bill Kendrick
063f73265e More changelog'ing of Pere's starter clean-up 2023-12-15 20:53:18 -08:00
Bill Kendrick
940132c30f WIP 1-point perspective (vanishing point) Magic tool 2023-12-14 22:12:29 -08:00
Bill Kendrick
7478b3676b Doc'ing Starter/Template updates
h/t Pere
2023-12-14 20:54:58 -08:00
Bill Kendrick
d7668ddaba Don't pollute documentation folder ($DOC_PREFIX) with build scripts. 2023-11-21 23:44:44 -08:00
Bill Kendrick
ea63917d0e "Rail" & "Fretwork": avoid crash if can't load image 2023-11-12 15:27:30 -08:00
Bill Kendrick
3cf0223947 "Foam" magic: avoid crash if can't load image data 2023-11-12 15:14:09 -08:00
Bill Kendrick
ca68c47bbd Doc'ing Windows AppData log file update
https://sourceforge.net/p/tuxpaint/tuxpaint/ci/848517dbe485f6a91a47670e38ee52759cee2d3d/
h/t Shin-ichi
2023-11-12 14:59:42 -08:00
Bill Kendrick
76de8d9220 Doc'ing Windows version # display
h/t Shin-ichi
2023-10-28 16:52:05 -07:00
Bill Kendrick
b94044f557 Text/Label tools: Show font info in instructions at the bottom 2023-10-14 00:17:18 -07:00
Bill Kendrick
90ef703403 Ensure hand pointer appears when hovering over tool controls
...e.g. size controls in Magic, flip/mirror, size, and rotate
controls in Stamps, text style controls in Text and Label, etc.
2023-10-13 23:58:04 -07:00
Bill Kendrick
e43c506d20 Mend scroll-down arrow bug Stamps selector...
...when stamp controls were disabled.
2023-10-13 23:18:00 -07:00
Bill Kendrick
ae9df2d294 Add Bulgarian translation update to changelog
h/t Vankata453
(See https://sourceforge.net/p/tuxpaint/tuxpaint/merge-requests/18/)
2023-10-05 14:09:42 -07:00
Bill Kendrick
67773cbc9d Sync French doc updates
h/t Jacques
2023-09-05 14:21:05 -07:00
Bill Kendrick
f77cfb78c9 Portuguese translation update
h/t Hugo
2023-09-01 11:27:55 -07:00
Bill Kendrick
f5799b7996 Syncing French docs again
h/t Jacques
2023-08-30 11:10:04 -07:00
Bill Kendrick
6873e73daf Sync French docs
h/t Jacques!
2023-08-29 10:03:27 -07:00
Bill Kendrick
1e2b81f7e9 Sync more French doc updates... 2023-08-27 09:38:52 -07:00
Bill Kendrick
a4e6563609 Syncing more French doc updates
h/t Jacques
2023-08-26 10:35:47 -07:00
Bill Kendrick
d570f12f0b Sync docs: macOS build info & French translation
h/t Mark & Jacques
2023-08-20 09:27:15 -07:00
Bill Kendrick
89a8cc5efe Doc'ing French translation updates
h/t Jacques
2023-08-06 11:59:12 -07:00