85 Commits (7ed282f3147d80e2f59fe37ae2b7b4b51be52a56)

Author SHA1 Message Date
  Tom Poole 895c822775 Fixed a unique_ptr compiler error 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  Tom Poole 71bc0ca7e6 Code cleanup 7 years ago
  Tom Poole a2a3f32d8f Fixed some issues with IO channel counts in the StandaloneFilterWindow 7 years ago
  Lukasz Kozakiewicz a2bbd99234 StandaloneFilterWindow: hide title bar on iOS and Android even when not in Kiosk mode. 7 years ago
  Lukasz Kozakiewicz 181f4ab7fc StandalonePluginWindow: allow to customise kiosk mode enablement. 7 years ago
  Tom Poole ceb0afd861 Fixed some data races in the CoreAudio audio device 7 years ago
  jules 6a49d6efdc Minor tidying up 7 years ago
  jules f85d706131 Some minor formatting and comment fixes 7 years ago
  hogliux f4de59972a Fixed a build error on Linux 7 years ago
  hogliux 853b93b7c5 Standalone Plug-In: Avoided build errors when including juce_StandeloneFilterWindow.h in a custom standalone plug-in app 7 years ago
  tpoole d654e442aa Fixed an IAA namespacing issue 7 years ago
  ed 141be27dab Added some missing braces in StandaloneFilterApp 7 years ago
  jules aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 7 years ago
  tpoole cc5b2238ae Fixed an IAA namespacing issue 7 years ago
  hogliux 0b2822f819 Standalone Plug-In: Added an override flag to not auto open midi devices on mobile 7 years ago
  jules a742ae834e Added a missing inline to the StandalonePluginHolder class 7 years ago
  hogliux 829e64468f Standalone Plug-In: Added missing save state when the standalone app is closed 7 years ago
  hogliux 70aa86413a Standalone Plug-In: Fixed an issue where the editor would not resize correctly on mobile when the feedback warning was dismissed 7 years ago
  tpoole cbdf17a6fb Increased the size of the standalone filter settings window 7 years ago
  tpoole 6d369ac0d6 Fixed a double header inclusion bug 7 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
  hogliux b78ce1f059 Fixed an assertion when quitting the standalone plug-in target when the audio settings window is open 7 years ago
  hogliux ffdc318d7f iOS/Android PlugIn Standalone: Fixed an issue where midi callbacks would be added twice 7 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 7 years ago
  tpoole 507a4ed985 Standalone plug-in: Fixed the placement of the mute feedback option 7 years ago
  hogliux 9d52538e91 Standalone plug-in: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window 8 years ago
  hogliux 1f40db45a5 Standalone plug-in: Fixed a compile error for older macOS deployment targets 8 years ago
  hogliux 22c187826d Android: Fixed a compile error when building standalone plug-ins on Android 8 years ago
  hogliux 7673e4e0ad Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone 8 years ago
  hogliux 9d921a3b21 Standalone Plugin: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window 8 years ago
  hogliux c55c127f84 Standalong plug-in target: Fixed a compile error for older macOS deployment targets 8 years ago
  hogliux e50cca1c1a Standalone Plug-in Target: Ensure that standalone plug-in target works with default Projucer's plug-in project template and improve code and UX to avoid nasty feedback loops 8 years ago
  jules 93f07cc177 Code cleanup 8 years ago
  hogliux 5c19886a43 Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole 7e9b8fd923 Improved a menu label in the standalone filter window 8 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux dda135a9eb Updated the JUCE demo plugin to support standalone targets on all platforms 8 years ago
  hogliux d19ba05a03 Added support for saving audio/midi setting in standalone wrappers 8 years ago
  hogliux 4fa0516f40 Revised multibus API and added support for multibus hosting 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  hogliux aa150395f4 Automatically connect midi input devices on mobile in standalone filter apps 8 years ago
  hogliux 88803f6378 Don't call methods that require modal loops in Standalone filter windows 8 years ago
  hogliux 968cee4ad2 Remove unnecessary code after moving to static shared code library 9 years ago