- Dec 16, 2022
-
-
Specifically, cmd+1-9 don't appear to work, at least not from nw.js 0.42.4 onward. We work around this by adding corresponding keydown event handlers in pdgui.js which are invoked from pd_canvas.c in order to deal with various key bindings that need special treatment for various reasons.
-
-
Albert Gräf authored
-
- Nov 18, 2022
-
-
Jonathan Wilkes authored
-
- Nov 16, 2022
-
-
Albert Gräf authored
-
Albert Gräf authored
Python 2 has been EOL since 2019, and isn't available in the Arch repositories any more, so continuing to support it has become a major hassle. The quick and dirty fix is to just build the DISIS cwiid library without it, which seems to be the only part of the source which still depends on Python 2 at build time.
-
- Sep 13, 2022
-
-
Jonathan Wilkes authored
-
- Sep 12, 2022
-
-
Ubuntu authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Aug 29, 2022
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Aug 26, 2022
-
-
Jonathan Wilkes authored
-
- Aug 24, 2022
-
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
- Aug 23, 2022
-
-
Albert Gräf authored
-
Albert Gräf authored
On the Mac, we have to ship these along with libquicktime itself, and define LIBQUICKTIME_PLUGIN_DIR in the environment so that libquicktime finds them. Otherwise Gem's QT4L plugins won't be of much use.
-
- Aug 22, 2022
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
This requires various changes throughout the build system. Moreover, the Mac build now works with both Homebrew (in /usr/local/opt) and MacPorts (/opt/local), but still prefers Homebrew if it is present. We also adjusted the embed-MacOSX-dependencies.sh script to look for libquicktime dependents in the right place ($PD_APP_CONTENTS/Plugins), so that Gem's QT4 plugins will work using the Homebrew libquicktime package. Alas, MacPorts doesn't have a working libquicktime package, so the QT4 plugins are disabled there.
-
- Aug 21, 2022
-
-
Albert Gräf authored
These are now proper errors instead of warnings, and the error message on Windows is more informative as well, making it easier to detect and diagnose such errors. Backport from upstream: https://github.com/pure-data/pure-data/commit/fee700b3 https://github.com/pure-data/pure-data/commit/af3894da
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
- Aug 19, 2022
-
-
Albert Gräf authored
This adds all generated markdown and html docs for all target systems in packages/gendoc to the self-contained distribution tarball (`make dist`), so that no special tools like python-markdown are required to build the package.
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
- Aug 18, 2022
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
-