Commit Graph

  • *
  • *
  • | *
  • | |\
  • * | |
  • | | *
  • | | *
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | *
  • | | *
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | *
  • | | |\
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | *
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | *
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • 5cdd316934 Fixed a compiler error when building for Android in recently added IPv6 address support by hogliux 2017-02-08 16:47:19 +0000
  • d094fc2f52 Added begin/end iterators to MemoryBlock by jules 2017-02-08 15:28:07 +0000
  • b7e8920920 Merge branch 'master' of github.com:julianstorer/JUCE by falkTX 2017-02-08 09:32:53 +0100
  • 57ecf44d13 Added SADiE host detection by tpoole 2017-02-08 08:12:44 +0000
  • b09a236fc2 Fixed a leak of OnScreenKeyboard by tpoole 2017-02-07 12:55:16 +0000
  • dc5e039208 Fixed multiple file drag and drop on OS X by tpoole 2017-02-07 12:54:01 +0000
  • e7ebd069e3 tidied up String::replaceFirstOccurrenceOf() method by ed 2017-02-07 12:25:08 +0000
  • 3cef6dcbdf Fixed an obscure iOS deadlock when loading custom type-faces by hogliux 2017-02-07 12:01:25 +0000
  • fbda56f168 Fixed bug where ListBox mouse listener wasn't being removed when ListBoxMouseMoveSelector was destroyed by ed 2017-02-07 10:45:29 +0000
  • d0b628f0a6 Added a workaround to avoid a crash in broken JUCE 4.1 synth plug-ins by hogliux 2017-02-07 10:11:32 +0000
  • e09c2b65a1 Added IPv6 support to the IPAddress class by ed 2017-02-07 08:52:49 +0000
  • 242b934163 Fixed crash when PhysicalTopologySource fails to open a MIDI device by tpoole 2017-02-07 07:44:02 +0000
  • 0ab5244623 Fixed multiple file drag and drop on OS X by tpoole 2017-02-06 17:02:16 +0000
  • 4eadfad7dc Fixed a leak of OnScreenKeyboard by tpoole 2017-02-06 15:44:39 +0000
  • a6cf3c7c3c Removed duplicated check for JucePlugin_Build_RTAS by tpoole 2017-02-06 15:33:44 +0000
  • 3f4cf60684 Removed VS2013 exporters from the BLOCKS example apps by tpoole 2017-02-06 15:19:26 +0000
  • f5231a9cc8 Changed the default MSVC architecture to x64 by tpoole 2017-02-06 15:09:04 +0000
  • 67931e4465 Added String::replaceFirstOccurrenceOf() method by ed 2017-02-06 10:38:59 +0000
  • 065208bd75 Added missing precision specifier to fragment shader of the OpenGLAppExample by hogliux 2017-02-03 09:15:58 +0000
  • cd5604c071 Another OSX 32-bit build fix in MovieComponent by jules 2017-02-02 11:53:21 +0000
  • 511fe482e8 Fix for a 32-bit build problem in MovieComponent by jules 2017-02-02 10:51:22 +0000
  • 67600e98fd Added missing overrides to android windowing code by hogliux 2017-02-02 10:20:55 +0000
  • 7778383ce3 Added code to only show the onscreen keyboard if Windows is in tablet mode by hogliux 2017-02-01 10:53:52 +0000
  • 6977128177 Fixed a crash in the AAX wrapper when no AAX meters are present by hogliux 2017-01-31 18:18:11 +0000
  • 57f12e5063 Fixed some merge noise in the AAX wrapper by hogliux 2017-02-01 17:28:52 +0000
  • b6b7abc76a Fixed a warning in MovieComponent by hogliux 2017-02-01 17:28:35 +0000
  • 95d0d50d85 Added a missing guard to avoid including movie components on iOS by hogliux 2017-02-01 17:28:22 +0000
  • ffe1323fcf Added disclaimer to README file in develop branch by hogliux 2017-02-01 16:46:47 +0000
  • 167125afb9 Re-saved all projects by hogliux 2017-02-01 16:43:23 +0000
  • 1ed0051d74 Fixed a potential crash in the new Android exporter by hogliux 2017-02-01 16:39:45 +0000
  • 28dccb31bb Removed old Android exporters from examples and updated .gitignore to reflect new Android build folder structure by hogliux 2017-02-01 16:27:41 +0000
  • 2da1bc5f41 Replace include guards with "#pragma once" by hogliux 2017-02-01 16:04:27 +0000
  • dda135a9eb Updated the JUCE demo plugin to support standalone targets on all platforms by hogliux 2017-02-01 15:54:49 +0000
  • 9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated by hogliux 2017-02-01 15:53:35 +0000
  • 871236d4cd Removed MSVC 2005 and 2008 exporters by hogliux 2017-02-01 15:52:55 +0000
  • ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter by hogliux 2017-02-01 15:50:23 +0000
  • 0117aace01 Added support for multi-target exporters and standalone plug-in format by hogliux 2017-01-30 17:15:59 +0000
  • 1c0b935bf6 Replaced QuickTimeMovieComponent with MovieComponent, using AVFoundation on OSX by hogliux 2017-02-01 15:36:52 +0000
  • f91401612a Fixed Visual Studio VST2 compiler error by tpoole 2017-02-01 17:16:48 +0000
  • a2a270406a Allow VST vendor specific calls to be handled by an AudioProcessor by tpoole 2017-02-01 11:55:15 +0000
  • a4d71cc374 Added a workaround for old JUCE VST2 plug-ins which would not check the speaker arrangement for nullptr by hogliux 2017-02-01 11:12:03 +0000
  • b0a10d01bf Added code to only show the onscreen keyboard if Windows is in tablet mode by hogliux 2017-02-01 10:53:52 +0000
  • e8c9294544 Set all file modes to 644 by tpoole 2017-02-01 08:56:54 +0000
  • b48664dd36 Fixed a crash in the AAX wrapper when no AAX meters are present by hogliux 2017-01-31 18:18:11 +0000
  • c6075dec27 Added methods to ShapeButton to allow a different set of normal/over/down colours to be used when the button's toggle state is 'on' by ed 2017-01-31 17:04:45 +0000
  • cb287f37e3 Fix for out of bounds LED index in BlocksDrawing example by ed 2017-01-31 15:48:46 +0000
  • e040353898 Cleaned up a few old bits of VC2005 support code by jules 2017-01-30 07:50:56 +0000
  • b35c2f2f61 Fixed a compiler warning when using HashMap iterators in VS2013 by hogliux 2017-01-27 10:07:14 +0000
  • dffeeb9b61 Projucer: Added an --encode-binary command-line option by jules 2017-01-26 12:39:44 +0000
  • fc9937d832 JUCE version 4.3.1 by hogliux 2017-01-26 10:51:04 +0000
  • 03b0df1205 Re-saved all projects by hogliux 2017-01-26 10:47:48 +0000
  • e0aff606a8 Bump version number to 4.3.1 by hogliux 2017-01-26 10:40:42 +0000
  • 284fc826e2 Tidied up some Projucer code that was causing build errors in VS2013/15 by jules 2017-01-26 09:24:56 +0000
  • c754f6ca63 Fixed the SVG parser for an edge-case path string sequence, and added a few other cleanups to the parser by jules 2017-01-25 12:25:43 +0000
  • 859567ff0c Fixed a compiler warning on iOS by hogliux 2017-01-24 17:14:04 +0000
  • 64f0027863 Added a workaround for a macOS Sierra font rendering issue which resulted in invisible text for small font sizes by hogliux 2017-01-24 11:56:31 +0000
  • a6d3c971fc Fixed a bug on OSX where images with SingleChannel PixelFormat were being created with an RGB colour space by ed 2017-01-24 09:19:41 +0000
  • 4474d559d4 Fixed an issue where VST2 would report wrong input layout for plug-ins with sidechains by hogliux 2017-01-23 15:36:38 +0000
  • d13be21177 Added support for enabling/disabling sidechains in AAX by hogliux 2017-01-23 14:37:16 +0000
  • d16123adc8 Added a new optional in/out parameter to AudioProcessor::Bus::isLayoutSupported to allow hosts to predict how the entire layout of an AudioProcessor may change when changing the layout of a single bus by hogliux 2017-01-23 14:37:01 +0000
  • 4b507cde06 Fixed Xcode exporter macro escapes for '"' by tpoole 2017-01-23 12:26:16 +0000
  • d0b6d6c025 Check all mouse sources when exiting modal loop by ed 2017-01-20 16:16:43 +0000
  • ce14b66763 Fixed a bug where a mouse enter event wouldn't be sent to the Component under the mouse when exiting a modal loop and where mouse exit events were being sent when a modal loop was active by ed 2017-01-20 14:01:11 +0000
  • 06dde9d927 Removed unnecessary check in macOS/iOS URL session cancel by hogliux 2017-01-20 11:43:19 +0000
  • 3370adae7b Fixed a compiler warning on newest version of gcc by hogliux 2017-01-18 17:04:10 +0000
  • b1449230c1 Removed multi-character constant which triggered warnings on some linux versions by hogliux 2017-01-18 16:07:49 +0000
  • a84c166c6f Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped by hogliux 2017-01-18 12:11:14 +0000
  • 7e1279e3f9 Fixed an int sign conversion warning by hogliux 2017-01-18 12:05:09 +0000
  • 0464728660 Fixed bug when maximum number of plug-in io channels is one by tpoole 2017-01-18 10:11:02 +0000
  • 9b1ae84927 Fixed bug when maximum number of plug-in io channels is one by tpoole 2017-01-18 09:55:29 +0000
  • 96ea4655a7 Resaved all projects by tpoole 2017-01-16 14:59:46 +0000
  • 46e21fef13 Updated win32 Process::isForegroundProcess() method to use process ID by ed 2017-01-16 14:02:53 +0000
  • d0b0644af0 Fixed compiler error in AUv3_Wrapper by tpoole 2017-01-16 11:32:31 +0000
  • d8ead14de4 Removed a duplicate header file by jules 2017-01-15 08:33:38 +0000
  • 1baaddb115 Added code to properly escape non-ascii characters in URLs passed to the WebBrowserComponent on macOS/iOS by hogliux 2017-01-12 15:27:35 +0000
  • a554d0e95e Added to the AudioProcessorValueTreeState documentation by tpoole 2017-01-12 14:14:19 +0000
  • ba512e96fd Renamed 'generic' parameter Category enum to something less generic by hogliux 2017-01-12 12:54:50 +0000
  • da3f3a8eac Fixed bug creating dynamic libraries with the Linux Makefile and Code::Blocks exporters by tpoole 2017-01-12 11:54:51 +0000
  • f2b2fb2819 Fixed JUCE_VST3_CAN_REPLACE_VST2 behaviour by tpoole 2017-01-12 11:24:42 +0000
  • 7897331403 Added support for level meter parameter categories by hogliux 2017-01-11 18:02:40 +0000
  • 2a983067ab Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method by ed 2017-01-11 15:45:56 +0000
  • fcd5a47d8c Added a bit-twiddling helper method: findHighestSetBit() by jules 2017-01-11 08:50:16 +0000
  • 0ebd5bcd3e Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros by jules 2017-01-10 17:54:41 +0000
  • 0d7a77d8ee Improved AudioProcessorValueTreeState documentation by tpoole 2017-01-10 13:03:13 +0000
  • 83a4f74b1f Added support saving/restoring plugin bus layouts in the audio host demo by hogliux 2017-01-10 12:50:45 +0000
  • 101a59ad2a Fixed bug updating MacOS system tray icon by tpoole 2017-01-10 10:23:47 +0000
  • a6c4a02c81 Avoided an unused variable warning in the OSX network code by jules 2017-01-10 09:14:31 +0000
  • 4b69d0fb44 Fixed buffer size and sample rate changes in iOS background audio by tpoole 2017-01-09 18:23:16 +0000
  • c52f147565 Improved a variable name by tpoole 2017-01-09 18:21:15 +0000
  • 7d4d853067 Fixed AAX SDK relative path bug on Windows by tpoole 2017-01-09 12:16:42 +0000
  • 4c1d4f0081 Added method TabbedComponent::moveTab() by ed 2017-01-09 10:22:33 +0000
  • 2ad22dc6cf Added workaround to check the state of the on-screen keyboard on Windows before toggling it's display by hogliux 2017-01-09 10:18:51 +0000
  • 7120d7dfca Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10 by ed 2017-01-05 16:54:00 +0000
  • a08cedb793 Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10 by ed 2017-01-05 16:51:18 +0000
  • 5849710d85 Added iOS support for BLOCKS examples by ed 2017-01-05 16:09:19 +0000
  • 1e5865c458 Restored original iOS sample rate after querying all available sample rates by tpoole 2017-01-05 11:19:25 +0000
  • 25e72a71b9 Fixed some issues with the Linux Code::Blocks exporter by tpoole 2017-01-04 11:14:34 +0000
  • f918827dcf Clarified some comments in the Logger class by jules 2017-01-04 11:15:57 +0000
  • 92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings by jules 2017-01-03 17:22:01 +0000
  • f3be41caba Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files by ed 2017-01-03 16:44:34 +0000