diff --git a/Makefile b/Makefile index b29ceefad..a01df229a 100644 --- a/Makefile +++ b/Makefile @@ -547,7 +547,7 @@ trans: ###### -windows_ARCH_INSTALL:=install-dlls install-tpconf-i18n +windows_ARCH_INSTALL:= macos_ARCH_INSTALL:=install-macbundle ios_ARCH_INSTALL:=install-iosbundle linux_ARCH_INSTALL:=install-xdg install-man install-importscript install-bash-completion @@ -669,6 +669,9 @@ bdist-win32: COMPLETIONDIR:=./win32/bdist \ INCLUDE_PREFIX:=./win32/bdist/plugins/include \ MAGIC_PREFIX:=./win32/bdist/plugins + make install-dlls install-tpconf-i18n \ + BIN_PREFIX:=./win32/bdist \ + LOCALE_PREFIX:=./win32/bdist/locale # "make bdist-clean" deletes the 'bdist' directory .PHONY: bdist-clean diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 1f14d3a47..55f836252 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt) http://www.tuxpaint.org/ -2022.January.27 (0.9.28) +2022.January.28 (0.9.28) * Improvements to "Paint" and "Lines" tools: ------------------------------------------ * Brush spacing may now be altered within Tux Paint. @@ -75,10 +75,9 @@ http://www.tuxpaint.org/ Closes https://sourceforge.net/p/tuxpaint/feature-requests/209/ * A new color mixer has been added, allowing red (magenta-ish), - yellow, and blue (cyan-ish), along with white ("tint"), - grey ("tone"), and black ("shade") to be added together to - form a desired color. - + WIP: I'd like to add Undo/Redo options to the dialog. -bjk 2021.01.27 + yellow, and blue (cyan-ish) primary colors, along with white + ("tint"), grey ("tone"), and black ("shade") to be added together to + form a desired color. Undo/Redo is available! * Show a "pipette"-shaped mouse pointer when selecting a color from the color palette, or the picture. @@ -86,6 +85,11 @@ http://www.tuxpaint.org/ * Don't play 'bubble' paint sound when color picker or selector (or new mixer) are aborted (via their "Back" buttons or [Esc] key). + * New Magic Tools: + ---------------- + * "Tile Zoom"; like the regular "Zoom", but tiles the results when + you scale down (similar to "Panels", but with non-integer scaling). + * Localization Updates: --------------------- * Albanian translation diff --git a/magic/icons/tilezoom.png b/magic/icons/tilezoom.png new file mode 100644 index 000000000..930f67b91 Binary files /dev/null and b/magic/icons/tilezoom.png differ diff --git a/magic/magic-docs/en/html/index.html b/magic/magic-docs/en/html/index.html index f75d673fb..8254d39e4 100644 --- a/magic/magic-docs/en/html/index.html +++ b/magic/magic-docs/en/html/index.html @@ -51,6 +51,7 @@
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.
+See also: tilezoom
Tux Paint 0.9.28