Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • | * |
  • | * |
  • | * |
  • * | |
  • | * |
  • | * |
  • | * |
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • eafa657f3b DatagramSocket: Added shutdown method to cleanly exit from Datagram Read/Write loop without destroying the object (useful to resolve race conditions). by Timur Doumler 2015-09-08 12:08:06 +0100
  • 35424d137f Introjucer: Removed support for OSX 10.4; fixed name and displayed values for the "OSX Deployment Target" build setting. by Timur Doumler 2015-09-07 17:51:01 +0100
  • e91496c965 Fixed a couple of MSVC warnings by jules 2015-09-07 10:49:31 +0100
  • 3ae9b20001 Removal of some exception code from the Expression class parsing methods. by jules 2015-09-06 21:19:57 +0100
  • ba6bdf4962 Fix for Windows DLL build. by jules 2015-09-06 19:55:48 +0100
  • 9c13257da2 Added flag JUCE_EXCEPTIONS_DISABLED to detect compiling with exceptions turned off, and removed internal exception use from a few places in the codebase. by jules 2015-09-06 15:42:34 +0100
  • 3f5f6dd34b Fix to make linker checking code work with DLL builds. by jules 2015-09-06 12:14:15 +0100
  • a760a1feb2 Add AudioUnit Multi-Output support by hogliux 2015-09-04 17:14:57 +0100
  • 98ebfdc1fa Fix some warnings in the VST/VST3 wrappers by hogliux 2015-09-04 13:16:52 +0100
  • b7bca8ce5a Add VST3 bypass support by hogliux 2015-09-04 13:13:31 +0100
  • e881711f2a Fix crash on linux when temporary window is ordered to the back by hogliux 2015-09-04 12:25:20 +0100
  • 27273730b4 Fix re-ordering of alwaysOnTop windows on Linux by hogliux 2015-09-04 12:04:33 +0100
  • 7c96b6e999 Updated various project files. by jules 2015-09-03 15:50:06 +0100
  • 57d4889f91 Added a new class AudioVisualiserComponent, and updated the demo audio pages to use this. by jules 2015-09-03 15:36:41 +0100
  • 560b314111 Re-fixed the last FFT fix. by jules 2015-09-03 10:34:47 +0100
  • 9538d0dfc8 Fixed a bug where large FFTs would fail by hogliux 2015-09-02 21:44:51 +0100
  • 7040fd6951 Workarounds for some clang functions on Windows by jules 2015-09-02 17:42:52 +0100
  • 3cad25f231 Introjucer: Fix for some Windows paths in the JuceHeader.h file by jules 2015-09-02 17:42:13 +0100
  • 16cfead473 Fixed an issue in the AAX wrapper where scrubbing in ProTools caused spurious calls to prepareToPlay() from JuceAAX_Processor::process(). by Timur Doumler 2015-09-02 11:32:45 +0100
  • 7e2860eafa Updated .gitignore and avoided a warning in VS2013 by jules 2015-09-01 16:44:37 +0100
  • 6d551deb4c Added some utility functions to OnlineUnlockStatus for getting machine IDs. by jules 2015-09-01 16:09:12 +0100
  • 2e53e570da Fixed documentation and returning a dangling reference issues by Joshua Gerrard 2015-09-01 15:56:27 +0100
  • 564722e9dd Added support for MemoryBlock POST data in URL by Joshua Gerrard 2015-09-01 15:19:59 +0100
  • 80b24ccfd4 Tidied up the demo plugin and host projects to remove hard-coded VSTSDK paths by jules 2015-09-01 12:37:29 +0100
  • c53b00cb21 Introjucer: changes to implementation of auto-update and a few editor tweaks. by jules 2015-09-01 12:29:19 +0100
  • 4c26b1bcb9 Added a method CodeEditorComponent::editorViewportPositionChanged by jules 2015-09-01 12:28:36 +0100
  • f0bb1ca635 Allowed the use of stream flags in launchSlaveProcess by Joshua Gerrard 2015-09-01 12:05:17 +0100
  • 4907ad4156 Added some cunning sentinel classes to make sure that if you accidentally mix up debug/release compile units, you'll get a link error rather than memory corruption bugs. by jules 2015-08-31 19:48:35 +0100
  • 60f2b0a233 Minor clean-ups. by jules 2015-08-31 19:24:14 +0100
  • f8047066d6 Made Slider::getPositionOfValue() const by jules 2015-08-28 16:55:00 +0100
  • 2723a60208 Fixed a dependency in the openGL module manifest by jules 2015-08-26 20:25:26 +0100
  • 323bce7282 Introjucer: More avoiding of recursive project saving. by jules 2015-08-26 16:38:52 +0100
  • fa0d2574e9 Introjucer: prevented recursively saving projects by jules 2015-08-26 15:43:45 +0100
  • d7b9bc1ee7 Some minor introjucer startup refactoring by jules 2015-08-26 14:22:02 +0100
  • bafdb41511 Fixed typo in win32 child process pipe connection. by jules 2015-08-26 10:50:12 +0100
  • a15e4ac598 Remove duplicate VS2015 target by hogliux 2015-08-24 14:16:11 +0100
  • e469806f66 Workaround for an obscure compiler error by jules 2015-08-24 13:13:16 +0100
  • fb8a1dbf48 Fix some iOS build warnings by hogliux 2015-08-24 11:44:23 +0100
  • 4ef190cc5e Fix global scale factor bug on iOS by hogliux 2015-08-24 11:34:38 +0100
  • 5ee02150e1 Added some MIDI controller mapping functionality to VST3, and fixed a couple of VST3 bugs. by jules 2015-08-24 10:14:17 +0100
  • a6245991e4 Added a comment to AudioProcessor by jules 2015-08-24 10:13:33 +0100
  • 2535fc8fcc Added a workaround for a compatibility problem involving old 10.6 AudioUnit hosts. by jules 2015-08-23 19:06:49 +0100
  • 64f36624ec Added a few missing override and noexcept keywords to ValueTree by jules 2015-08-23 12:08:04 +0100
  • 549b5dc429 Introjucer: restored default Android SDK/NDK path to what it used to be; added expansion of java environment variable ${user.home} to be able to still check path for correctness. by Timur Doumler 2015-08-20 16:52:17 +0100
  • 21dabf778d Introjucer: Refactored global path implementation by jules 2015-08-20 12:46:47 +0100
  • 2194bc9c97 Avoided Clang warning in VST3 code by jules 2015-08-20 12:38:45 +0100
  • 493451fb60 Merge branch 'master' of github.com:julianstorer/JUCE by falkTX 2015-08-20 12:37:03 +0200
  • 245e4011e2 Added a workaround to our embedded CoreAudio files, to avoid problems for people using very old SDK versions. by jules 2015-08-20 10:51:35 +0100
  • 4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. by jules 2015-08-20 10:38:06 +0100
  • cf90b59e9f Added ownerViewChanged callback to TreeView by jules 2015-08-20 09:52:21 +0100
  • 962e364010 Avoided some mingw errors and warnings. by jules 2015-08-19 17:31:06 +0100
  • a001a8e26c Fixed a few warnings in the AU code by jules 2015-08-19 17:15:12 +0100
  • 09b32de604 Added a helpful assertion in jmap(). by jules 2015-08-19 12:20:01 +0100
  • d021059d09 Introjucer internal fix. by jules 2015-08-19 11:50:47 +0100
  • c90467d6e1 Added set/getOpenness() methods to TreeView by jules 2015-08-19 11:43:58 +0100
  • 7c3b8b0def Small internal change to introjucer startup code. by jules 2015-08-19 11:40:14 +0100
  • bbf4627582 Introjucer: updated outdated iOS deployment target version number list. by Timur Doumler 2015-08-18 16:08:43 +0100
  • 8883b1f9c1 Added a "mustNotExist" argument to NamedPipe creation by jules 2015-08-18 12:26:05 +0100
  • 327d1ba187 Introjucer: disabled generation of deprecated Parameter getter/setter method overrides when creating a new Audio Plug-In. by Timur Doumler 2015-08-18 12:00:58 +0100
  • 2626bec010 Fixed a silly mistake in SelectedItemSet. by jules 2015-08-18 11:38:35 +0100
  • cc5d194b75 Introjucer: made functions inside unnamed namespace inline to avoid multiple definitions. by Timur Doumler 2015-08-18 11:08:14 +0100
  • 630cb459cb Removed "Plugin AU SDK Path" from Project settings as it is not used anymore. by Timur Doumler 2015-08-18 11:03:14 +0100
  • 2cecf92a0e Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! by jules 2015-08-18 10:16:25 +0100
  • 15812950c6 A couple of minor graphical tweaks to MidiKeyboardComponent. by jules 2015-08-18 09:58:47 +0100
  • 4e8921aa48 Fix for JUCE_LIVE_CONSTANT not working with negative integers by jules 2015-08-17 19:56:42 +0100
  • b2ddfe67a8 Fixes for mingw headers. by jules 2015-08-17 19:37:06 +0100
  • e3e812ecd6 Fixed a couple of threading issues with openGL images on OSX. by jules 2015-08-17 19:17:51 +0100
  • cfbab7b011 Added an assertion to try to catch people who have mixed the old and new systems of adding parameters to AudioProcessor. by jules 2015-08-17 19:08:08 +0100
  • 07afa76759 Made the copy constuctor of SelectedItemSet call its virtual itemSelected/itemDeselected methods. by jules 2015-08-17 11:50:46 +0100
  • 5b6eef15a4 Avoided an assertion in OnlineUnlockStatus by jules 2015-08-17 11:31:44 +0100
  • 7c226fcf92 Introjucer: C++98 compile fixes. by Timur Doumler 2015-08-17 09:53:36 +0100
  • f4ec37c704 Fixed a typo in the VST3 code that affected latency change reporting. by jules 2015-08-16 09:46:32 +0100
  • f85d93aeeb Fixed bug where global path settings were not actually exported to Xcode/MSVC/makefile. by Timur Doumler 2015-08-13 20:45:48 +0100
  • a362dbe6aa Fixed bug in project path settings where global values were erroneously set to project-specific values. by Timur Doumler 2015-08-13 20:42:40 +0100
  • aefd5d3725 Indentation. by Timur Doumler 2015-08-13 20:42:15 +0100
  • a178731a95 refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. by Timur Doumler 2015-08-13 17:47:01 +0100
  • 7233d17d0c Added missing override keywords in the demo by jules 2015-08-13 17:32:14 +0100
  • 7ea0ab19fd Refactoring: moved getVST/AAX/RTASFolder() into Exporter so it can use a DependencyPathValueSource instead of the project setting. by Timur Doumler 2015-08-13 15:13:33 +0100
  • f4c91eca99 Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project. by Timur Doumler 2015-08-13 14:47:24 +0100
  • af9762885b Refactoring: moved isValidPath() check to the DependencyPathValueSource, to make the DependencyPathPropertyComponent responsible for GUI only. by Timur Doumler 2015-08-13 12:53:22 +0100
  • d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) by Timur Doumler 2015-08-13 11:08:03 +0100
  • 518bb53260 Added Visual Studio 2015 build products to .gitignore. by Timur Doumler 2015-08-13 09:48:43 +0100
  • cddf0cfc8a Fixed Windows bug causing wrong text positions for DirectDraw text layout. by Timur Doumler 2015-08-12 17:42:07 +0100
  • abf5cb18d5 Introjucer: avoided Visual Studio 2015 warning. by Timur Doumler 2015-08-12 15:30:10 +0100
  • 36001a6ff3 Introjucer: fixed C++98 compiler error caused by Value having no move assignment operator in C++98 and a private copy assignment operator. by Timur Doumler 2015-08-12 15:15:23 +0100
  • 4ffa06ea31 Introjucer: fixed C++98 compiler error caused by scoped enum. by Timur Doumler 2015-08-12 14:55:37 +0100
  • 9f3d555810 Another attempt at removing assertion in OnlineUnlockStatus! by jules 2015-08-12 14:43:55 +0100
  • fcb87ee677 Fix for typo in last commit. by jules 2015-08-12 12:42:41 +0100
  • 3a1441e77b Avoided an assertion in OnlineUnlockStatus by jules 2015-08-12 11:33:30 +0100
  • 0234a741e0 Added missing override specifier. by jules 2015-08-12 10:27:20 +0100
  • 79e3a141d2 Fixed a bug in TextPropertyComponent that broke the Introjucer's GUI editor. by Timur Doumler 2015-08-12 10:13:44 +0100
  • c922162b03 Introjucer: added global preferences window and global SDK path settings. by Timur Doumler 2015-08-11 18:17:23 +0100
  • 48ca0bb56a Fixed compile error with VST3 SDK version 3.6.5. by Timur Doumler 2015-08-11 16:05:43 +0100
  • bed133af53 Fixed missing API reference generation for some functions by adding JUCE_MODAL_LOOPS_PERMITTED=1 to predefines in Doxyfile. by Timur Doumler 2015-08-11 14:42:40 +0100
  • 34a8eaafc0 Added missing override by jules 2015-08-11 14:40:26 +0100
  • b2748d44e7 Compile fix: added inline keyword to fully specialised templated functions. by Timur Doumler 2015-08-11 13:05:14 +0100
  • c540c576fd juce_MathsFunctions.h: tidy-up, fixed problem with jmap() not being included in Doxygen API reference. by Timur Doumler 2015-08-11 12:57:58 +0100
  • 69b571e36e Made a Synthesiser method protected. by jules 2015-08-11 12:21:29 +0100
  • 6f880b1364 Refactored the plugin host demo command line code to work with paths containing escapes by jules 2015-08-11 12:14:58 +0100
  • 05e722493c Fixed some documentation by jules 2015-08-11 10:42:45 +0100