- 14 Apr, 2018 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
This brings msg box back to the same performance it had before $0 expansion was added as a feature to message boxes. The first implementation relied on calling canvas_setcurrent and canvas_unsetcurrent in the message box methods. This added a malloc/free for each message box method call. Instead this implementation caches the msg box glist in the t_messresponder. That is available as the target parameter in m_binbuf. Unfortunately, we have to add a parameter to binbuf_realizedollsym. Since that's a public function we have to break out the new param into binbuf_dorealizedollsym.
-
- 09 Apr, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 04 Apr, 2018 5 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 03 Apr, 2018 4 commits
-
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 02 Apr, 2018 1 commit
-
-
Giulio authored
-
- 25 Mar, 2018 4 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 24 Mar, 2018 1 commit
-
-
Rishabh Gupta authored
-
- 23 Mar, 2018 8 commits
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
Add labels to the device dropdowns in the MIDI setup so that the order in which devices are listed is obvious.
-
Albert Gräf authored
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 22 Mar, 2018 3 commits
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
Help browser: Cosmetic changes in the GUI prefs, add a warning about the impact of help browser settings on startup times.
-
Albert Gräf authored
-
- 21 Mar, 2018 4 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
Help browser: Move the index construction into pdgui.js, so that it is only done once during startup.
-
Albert Gräf authored
Help browser: Construct the help index from all of lib/pd-l2ork, to make the keyword search more useful.
-
- 20 Mar, 2018 4 commits
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 19 Mar, 2018 3 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
Fix up the install/uninstall targets to properly handle the case that the build directory doesn't exist.
-
Jonathan Wilkes authored
-