Open
Conversation
with proxy function for canvas messages and clock for cleanup
…f warnings, clean up buffered tcl/tk images when object is deleted
…addcheckbox`, `_properties_addtextinput` and `_properties_addcolorpicker`
pd-lib-builder has means to install entire directories, so we should probably use them, rather than build our own (and broken) install replacement. Closes: agraef#81
80a2add to
80ddebf
Compare
Contributor
Author
|
I've tested this quite thoroughly on macOS/Windows/Linux with pure-data and plugdata, everything seems to work now. I'd say it's ready for further testing (if @ben-wes, @charlesneimog and @agraef have time soon). Apart from all the new features, there's a few bugs fixed here too, it should be more stable than the last release. |
Contributor
|
... quickly tested my everyday object the dualsense controller display also works. tomorrow, i'll have a more detailed look at the help files. thank you so much for your work on this! |
…cOS min version, add LUA52COMPAT flag for LuaJIT
d6e1c02 to
90a7412
Compare
90a7412 to
b4b1481
Compare
ac0be17 to
a64a767
Compare
a64a767 to
6bd5730
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Work in progress to take some work away from @agraef for the next update.
I've merged most of the opened PRs into a new branch, resolving conflicts and adding missing plugdata implementations if needed. It includes:
#84: SVG rendering by @timothyschoen
#82: Makefile improvement by @umlaeute
#80: Clock deprecation fix by @ben-wes
#79: Github actions runner fix by @ben-wes
#77: Property menu support by @charlesneimog
#76: Fix compilation against new Pd version by @ben-wes
#70: Add mouse enter/exit callbacks by @ben-wes
#69: Fix path:close() documentation error by @ben-wes
#66: Make some gfx arguments optional by @ben-wes
#65: Add alignment feature to text drawing by @ben-wes
timothyschoen#7: Fix missing return value by @KottV
On top of that:
Planned:
I'm aware that this is gonna be a big set of changes. To ensure stability, I was hoping to get some assistance with testing from @ben-wes and @charlesneimog, once I get this out of the draft stage.