- Jan 26, 2017
-
-
-
-
Drop redundant 'full' moniker from package name. Also, it's customary to have the architecture name come last.
-
- Jan 24, 2017
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
Get rid of some cruft in the packages/darwin_app Makefile so that we can better see what's going on there.
-
Jonathan Wilkes authored
-
- Jan 23, 2017
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
We use 'defaults export' rather than 'defaults read' to grab the prefs data on OSX now, which loads the prefs much faster and also properly deals with filenames containing UTF-8 characters.
-
- Jan 22, 2017
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
Otherwise search paths from old program versions installed in different places may keep piling up, eventually causing issues when submitting prefs data because of buffer limits.
-
- Jan 21, 2017
-
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Albert Gräf authored
Changes in the search path (prefs dialog) don't really need a relaunch of the application to take effect, change the tooltips in the translations accordingly.
-
- Jan 20, 2017
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
Turn the user config dir (~/.pd-l2ork on Linux) into a #define so that it's easier to patch it up when needed.
-
Albert Gräf authored
Change opendir to the last directory we saved in, so that a subsequent Open shows that directory again.
-
Albert Gräf authored
-
- Jan 19, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
* Macports build instructions were incomplete. The main blocker was that packages/darwin_app/embed-MacOSX-dependencies.sh is hard-coded to use homebrew paths instead of Macports or Fink paths. That could be fixed, but there are bigger problems: a) having two build environments splits the developer knowledge-base in half and potentially doubles the number of build issues b) Macports requires full XCode which is multi-gigs of download and probably hours more of installation time. In fact I ran out of space on my OSX VM just from the App Store trying to update XCode!
-
Jonathan Wilkes authored
parse options before downloading nwjs binary (since some of the nwjs binary prep depends on whether we're building a dmg)
-
- Jan 17, 2017
-
-
Jonathan Wilkes authored
If compiling an OSX dmg, don't try to change permission on a file which doesn't exist for that platform
-
Jonathan Wilkes authored
-
Albert Gräf authored
Add support for loading and storing the MIDI API preference (commit 516eba76 from vanilla by aib <aibok42@gmail.com>, slightly edited.
-
Albert Gräf authored
Keep track of the number of audio and MIDI device entries in the preferences, to avoid zombie entries on Mac and Windows. Proposed fix for #213, needs testing on Mac and Windows.
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
-
- Jan 16, 2017
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
another attempt to fix #218: get deterministic, sequential behavior when substituting the "nwjs" string for "Purr Data" in the OSX app bundle
-