Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for 0.48.0 -> 0.48.1 #191

Merged
merged 27 commits into from Oct 1, 2017
Merged

updates for 0.48.0 -> 0.48.1 #191

merged 27 commits into from Oct 1, 2017

Conversation

umlaeute
Copy link
Contributor

collection of bugfixes to become 0.48.1

@umlaeute
Copy link
Contributor Author

Closes: #188
Closes: #186

alternatively this might only exit if the "-h" flag is given.
the [connect <to> <from>( message was accidentally connected to [disconnect(...
Copy link
Contributor Author

@umlaeute umlaeute left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@millerpuckette i wonder if this was intentional.
i was a bit irritated when Pd would start if i called it with "pd -help", which usually just shows the options and then exits...

umlaeute and others added 3 commits August 21, 2017 20:23
…rix, don't bail if ::deken::status misses args
"lastIdx" is in the ::scrollbox namespace, so using "$::lastIdx" is wrong.

Closes: #199
…ze on Linux; dialog_path shoud require scrollbox
@umlaeute
Copy link
Contributor Author

Closes: #185
Closes: #190
Closes: #199
Closes: #201

rather than the sourceforge site.
this makes it easier to switch to a new ticket-system in the future...
umlaeute and others added 5 commits September 19, 2017 21:31
the original code would parse the entire remaining cmdline.
e.g. "-mididev 1,2 3,4" would result in *4* MIDI-devices (trying to parse "1,2 3,4")
 /and/ Pd attempting to open "3,4" as a patch-file.
the proper behavior is of course to *only* parse "1,2" (2 MIDI devices)
 /and/ to attempt to open "3,4" as a patch-file.
.pdwindow.text can be totally hidden if the .pdwindow is dragged to a
minimum size.
hopefully .pdwindow.header.pad1 will always be "visible" (as long as
.pdwindow itself is visible)

Closes: #215
@millerpuckette millerpuckette merged commit f7dc020 into master Oct 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants