head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.12 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.10 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.8 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.6 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.4 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.2 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.2.0.36 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.34 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.32 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.30 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.28 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.26 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.24 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.22 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.20 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.18 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.16 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.14 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.12 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.10 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.8 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.6 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.4 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.2 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2024.11.29.22.59.41; author wiz; state Exp; branches; next 1.2; commitid XAd7RldkfHgrXAzF; 1.2 date 2020.04.20.00.38.59; author joerg; state Exp; branches; next 1.1; commitid OTTZgPbdIlWLF35C; 1.1 date 2019.12.19.22.17.33; author joerg; state Exp; branches; next ; commitid 0fhOknO6GTJpOmPB; desc @@ 1.3 log @tuxpaint-config: update to 0.0.25. 2024.October.25 (0.0.25) * Squelch [admittedly impossible] compiler warning "array subscript -1 is below array bounds" under g++ 13.2.0. * Addressed some "defined but not used" warnings. 2024.July.17 (0.0.24) * Option for new Tux Paint 0.9.33 feature: + "Ungroup Magic Tools" option added to "Simplification". Bill Kendrick 2024.January.27 (0.0.23) * Option for new Tux Paint 0.9.32 feature: + "Complexity" level control added to "Simplification". Bill Kendrick w/ help from TOYAMA Shin-ichi * Other Improvements: + Simplify macOS building by signing macOS app bundle anonymously by default. Mark Kim 2023.July.20 (0.0.22) * Options for new Tux Paint 0.9.31 features: + "Disable 'Make Template'" added to "Simplification". Bill Kendrick + "Disable 'Erase' (file deletion)" added to "Simplification". Bill Kendrick + "UI Font" added to "Locale". (Queries system, via Pango, for available fonts and presents them in a selection list.) Bill Kendrick * Bug fixes: + Activate "Apply" & "Reset" buttons immediately upon editing type-in and spinner fields; don't require focus to change first. Bill Kendrick + Make sure to remove up generated gettext '.mo' files during "make uninstall" process. TOYAMA Shin-ichi + Options that may contain spaces (directory paths, like "savedir", or shell comamnds like "printcommand") now have their values wrapped in double quotes ("). - On Linux, use of `wordexp()` to handle shell expansion (e.g., "$HOME" or "~") requires things be wrapped in quotes if they contain spaces. - On other platforms, quotes will be trimmed by Tux Paint itself. - Affected options as of 0.9.31: "uifont", "colorfile", "savedir", "exportdir", "datadir", "printcommand", and "altprintcommand". Bill Kendrick TOYAMA Shin-ichi + Ensure UI Font list includes fonts bundled with Tux Paint but may not be visible to Tux Paint Config. Mark Kim * Other changes: + Improvements to debugging output options. Mark Kim * Build updates + macOS - Update for Tux Paint Config to find the same set of fonts found by Tux Paint on macOS. - Auto update version when building on macOS. Mark Kim + Dropping old GNOME and KDE specific icon/launcher installers, having Makefile replicate more closely what `tuxpaint` does. h/t Tim Dickson Bill Kendrick + Default spec file for rpmbuild. TOYAMA Shin-ichi * Miscellaneous: + Option to enable debugging (see debug.h) Mark Kim 2023.May.19 (0.0.21) * "Disable Magic Sizes" added to "Simplification", to match new setting in Tux Paint 0.9.30. Bill Kendrick * Canvas size calculation appears, based on window size, orientation, button size, and color rows. Closes https://sourceforge.net/p/tuxpaint/feature-requests/106/ Bill Kendrick * Created "src/indent.sh", to run 'indent' against source files. Ran it during 0.0.21 development. Bill Kendrick * New "haiku" Makefile target that builds with "-lintl" Luc 'Begasus' Schrijvers and Bill Kendrick * Fix path for tuxpaint.cfg on Haiku Luc 'Begasus' Schrijvers 2023.April.2 (0.0.20) * "Disable Stamp Rotation" added to "Simplification", to match new setting in Tux Paint 0.9.29. Bill Kendrick * "Button Size: Auto" added to "Video/Sound", to match new setting option in Tux Paint 0.9.29. Bill Kendrick * Option to set joystick button to activate "Fill" tool (Closes https://sourceforge.net/p/tuxpaint/feature-requests/199/) Bill Kendrick * [WIN32] Require "administrator" privileges to enable saving changes for "All Users" to the file in the system directory. TOYAMA Shin-ichi * Added additional headings, some recently-added options (and older, missing ones), and fleshed out the Joystick section of Tux Paint Config.'s README. Bill Kendrick 2022.June.3 (0.0.19) * "Reverse Sort" option added to "Saving", to match new setting in Tux Paint 0.9.28. * "Disable Brush spacing" option added to "Simplification", to match new setting in Tux Paint 0.9.28. * Improved layout to Saving tab TOYAMA Shin-ichi Bill Kendrick * Build updates: * macOS Mark Kim * Applying to Tux Paint Config the same changes already made to the main Tux Paint application: * build-app.sh uses character class [[:space:]] instead of \t for compatibility with newer tools. * Add macos/build-universal.sh for building the universal binary. * Provide universal binary build instructions. * Small tweaks to the Makefile to better guide the user on the next steps and make the universal binary build instructions clearer. * Remove the `--openfolder` option when calling `bless` from Apple Silicon. This option is no longer valid on Apple Silicon as of the March 2022 release of Xcode. 2021.November.25 (0.0.18) * Interface improvements: + Scaling up the Tux Paint Config. window size and font size of text shown in the UI, when the screen has a high DPI (>= 120) and sufficienlty high resolution (>= 1280 wide x >= 900 high). (Set an environment variable "TPC_SIZE=small" to override this, and use the smaller window & font sizes. "TCP_SIZE=large" can be supplied to force a larger UI.) + Made widget and label spacing and positioning more dynamic, to help with both high-DPI support (above) as well as better handling of UI when running in locales that have longer strings. + Allow window to be resized. Bill Kendrick TOYAMA Shin-ichi Pere Pujal i Carabantes * New features: + "Use 'All Users' Settings" checkbox replaced with a 3-way selection dialog that allows the local config to either (a) ignore system-wide configurations, and ONLY use the local config's, (b) merge the system-wide configuration with the local one (the previous default behavior) or (c) use only the system-wide one (deletes the local config file). (https://sourceforge.net/p/tuxpaint/bugs/201/) - MD Ekramul Ansari (h/t Pere Pujal i Carabantes for 'rebasing' Erkamul's original patch from 2015(!); some bugfixing by Bill K.) * Localization updates: + Catalan translation Pere Pujal i Carabantes + French translation Chion Jacques + Galician translation Miguel Bouzada + Icelandic translation Sveinn í Felli + Japanese translation TOYAMA Shin-ichi + Portugues translatione Hugo Carvalho + Allowing translations which fail to word-wrap naturally in FLTK due to lack of explicit whitespace (e.g. Japanese) to wrap (without resorting to including "\n" linebreaks within the translated strings), as FLTK doesn't handle this itself (as of v.1.3.4). Utilizes `unibreak` library. + Default language option is now localizable (had always appeared in English). (Shin-ichi with tweaks by Bill) * Bug fixes * Some settings could not be reset to their defaults; mended. ("Button size", "Color palette rows", "Colors last in 'New' dialog", "Disable Magic Controls", "Disable Shape Controls", and "Disable 'Label' Tool") 2021.June.28 (0.0.17) * Moved "Alternative Color Palette" option from "Video/Sound" to "Data". * Added an "Interface Size" section to "Video/Sound", with sliders to control: + interface button size ("buttonsize") + number of color palette rows ("colorsrows") * macOS support for All Users macOS can once again save settings for All Users on modern macOS that requires authentication before writing to a global settings directory. The user, assuming one is of an admin user type, is prompted for their password when saving to the All Users directory. Mark K. Kim * Documentation updates: * Added macOS installation instructions. Mark K. Kim * Build updates: * Fix -Wexpansion-to-defined warning Mark K. Kim 2020.December.27 (0.0.16) * Added "User Alternative Export Direction" option, under "Saving" section, to match option provided for new Tux Paint features (export image and export animated GIF). * Added "Disable Shape Controls" option, under "Simplification" section, to match new Tux Paint option. * Build updates: * Support for Mingw64 for 64-bit builds TOYAMA Shin-ichi * Added option for the Sardinian language. * Added to README the descriptions of some options which were previously missing. 2020.May.29 (0.0.15) * Added "'New' colors last", to match new Tux Paint feature. (Also, renamed "Start Blank" group to "Starting Out".) * Added "Stereo" option, to match new Tux Paint feature. * Build updates: + Allow DESTDIR to be used to specify a packaging directory. Tim Dickson (Reflected for macOS: Mark K. Kim ) @ text @$NetBSD: patch-Makefile,v 1.2 2020/04/20 00:38:59 joerg Exp $ Ensure that trans directory is made before trying to put files in it. --- Makefile.orig 2018-08-28 17:18:29.000000000 +0000 +++ Makefile @@@@ -406,7 +406,7 @@@@ endif # Build the translation files for gettext -$(MOFILES): trans/%.mo: src/po/%.po +$(MOFILES): trans/%.mo: src/po/%.po trans msgfmt -o $@@ $< .PHONY: translations @ 1.2 log @Needs libXcursor. Fix portability @ text @d1 1 a1 1 $NetBSD: patch-Makefile,v 1.1 2019/12/19 22:17:33 joerg Exp $ a6 18 @@@@ -165,7 +165,7 @@@@ win32: ICON_PREFIX=./ \ X11_ICON_PREFIX=./ \ CONFDIR=$(PREFIX)/etc/tuxpaint \ - ARCH_LINKS=$(shell if [ "x$$OSTYPE" == "xcygwin" ]; then echo -n "-lintl"; else echo -n "-lintl-8"; fi ) \ + ARCH_LINKS=$(shell if [ "x$$OSTYPE" = "xcygwin" ]; then echo -n "-lintl"; else echo -n "-lintl-8"; fi ) \ ARCH_LIBS="obj/resource.o obj/win32utils.o" \ PAPER_LIB= @@@@ -176,7 +176,7 @@@@ install-win32: ICON_PREFIX=./ \ X11_ICON_PREFIX=./ \ CONFDIR=$(PREFIX)/etc/tuxpaint \ - ARCH_LINKS=$(shell if [ "x$$OSTYPE" == "xcygwin" ]; then echo -n "-lintl"; else echo -n "-lintl-8"; fi ) \ + ARCH_LINKS=$(shell if [ "x$$OSTYPE" = "xcygwin" ]; then echo -n "-lintl"; else echo -n "-lintl-8"; fi ) \ ARCH_LIBS="obj/resource.o obj/win32utils.o" # "make install" installs all of the various parts @ 1.1 log @Fix parallel build. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- Makefile.orig 2019-12-19 18:27:04.435743784 +0000 d7 18 @