- Nov 13, 2016
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
- Nov 11, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Nov 10, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Nov 09, 2016
-
-
Jonathan Wilkes authored
first draft for opening files from command line or graphical file manager in the current Purr Data instance
-
- Nov 08, 2016
-
-
Albert Gräf authored
-
- Nov 07, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
stray line where I forgot to change "data" to "d" that should have been part of bf11107b
-
Albert Gräf authored
With the latest nw.js versions (0.17.x and later), this attribute prevents the anti-aliasing of patch cords, selection rectangle etc., which looks really bad. Commenting out the corresponding lines in pdgui.js reenables the anti-aliasing.
-
- Nov 05, 2016
-
-
Jonathan Wilkes authored
-
- Nov 03, 2016
-
-
Jonathan Wilkes authored
-
- Nov 01, 2016
-
-
Jonathan Wilkes authored
comsetic change... also, the previous commit may have technically been a bugfix. I don't think the bracket was supposed to be there without a leading forward slash
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
- Oct 31, 2016
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
- Make the Ctrl+/ keybinding work on German keyboards. This actually adds a binding for the 7 key which has the / symbol on it as a shifted key on German keyboards. For some reason that key isn't properly mapped by nw.js, so we do it manually. We do this unconditionally, as there doesn't seem to be a portable way to check which keyboard is actually active. - Add a secondary, more international-keyboard-friendly, Ctrl+, keybinding for the "dsp on" function. The comma works much better for this function on some European keyboards which have the / key on the first row of the keyboard, as it is next to the period on most European keyboards (the Latin ones at least). The intention here is to make it easy on a wider range of keyboards to quickly turn off dsp and then turn it on again using keyboard commands. The Ctrl+, keybinding should work well for that purpose with almost any Latin keyboard. But note that the Ctrl+/ keybinding remains to be available as well for backward compatibility. NOTE: Right now these only work in canvas windows, we still need to add something similar to the console windows to make it work there.
-
- Oct 28, 2016
-
-
Jonathan Wilkes authored
-
- Oct 27, 2016
-
-
Jonathan Wilkes authored
fix "stale pointer" bug when re-opening a subpatch on a scalar that has an event bound to it. The bug was that the scalar symbol wasn't getting unbound because scalar_vis wasn't getting called.
-
- Oct 26, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
Get rid of some really annoying legacy Tcl commands in the core. As long as we don't have any LED indicators in the console window, show an error for audio dropouts instead. Also get rid of some debugging messages in the pddp.
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- Oct 25, 2016
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
add feature to "normalize" svg path data and pass it along as a FUDI message (e.g., "M0-2l3 4" becomes "M 0 -2 l 3 4") This gets triggered when the user include the "d=" and double quotes as the object args to [draw path]. So [draw path d="M0-2l3 4"] triggers a conversion to [draw path M 0 -2 l 3 4], whereas [draw path M0-2l3 4] does not. This is necessary because Pd lets the user include scalar fields inside path data, and we can't normalize that.
-
- Oct 24, 2016
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-