Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | |\
  • * | |
  • | |/
  • |/|
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • bbee942645 Made File::getChildFile handle paths containing double-slashes by jules 2016-01-28 10:58:52 +0000
  • 101c4782e1 Avoided some pedantic warnings in the win32 ASIO code by jules 2016-01-28 10:00:32 +0000
  • 0294e772dd Added some safety-checking to stop people accidentally passing a ScopedPointer to an OptionalScopedPointer by jules 2016-01-27 16:03:15 +0000
  • 256e66dfa3 Add workaround for OpenGL drivers which do not support glGetString(GL_SHADING_LANGUAGE_VERSION) by hogliux 2016-01-26 12:46:33 +0000
  • e6b4dcb6a2 Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo by hogliux 2016-01-26 10:06:30 +0000
  • e5522b78e3 Fix various mult-bus bugs in VST 2 plug-in wrapper by hogliux 2016-01-25 15:58:23 +0000
  • ce1547aa66 Introjucer Android Studio exporter: added missing export of per-configuration header and library search paths. by Timur Doumler 2016-01-25 13:10:44 +0000
  • f73c8e0c59 Fixed bug where Viewport::lookAndFeelChanged() would not update its visibleArea if the call changed its scrollBarThickness. by Timur Doumler 2016-01-25 12:37:25 +0000
  • 8174ad00b3 Added comment to Time::getCurrentTime() to make clear that it is not required to be monotonic. by Timur Doumler 2016-01-25 12:13:12 +0000
  • 29a6451c19 Introjucer: added Android screen orientation setting. by Timur Doumler 2016-01-20 12:45:02 +0000
  • db09156251 Added a couple of missing 'override's by jules 2016-01-20 08:18:42 -0800
  • 010afc6baf Fixed a problem with iOS audio device shutdown by jules 2016-01-20 06:27:51 -0800
  • 146afb4a19 A few minor mingw workarounds. by jules 2016-01-18 17:03:52 +0000
  • 576c60fd15 un-templated a couple of functions to prevent them being accidentally called with integral type arguments by jules 2016-01-18 16:53:11 +0000
  • a48d70010f Added support for javascript Array.push method by jules 2016-01-18 15:59:23 +0000
  • ea07c5b2b0 Added a workaround in OSX so that plugin windows inside modal host windows can open popups by jules 2016-01-18 15:21:36 +0000
  • 8c6ef0b0e4 A better optimisation for parsing SVG files with certain types of line dash attributes by jules 2016-01-18 08:40:44 +0000
  • 30ac2dce0a Minor optimisation for the SVG parser by jules 2016-01-17 15:08:54 +0000
  • 4e48b3b661 Tweak to Button so that they will always visibly flash even if released before they had time to be painted in the down state by jules 2016-01-15 14:52:52 +0000
  • a6afb208c6 Android: removed the action bar by jules 2016-01-15 10:24:47 +0000
  • ecc4c7d492 Introjucer Android Studio export: switched toolchain from gcc 4.9 to clang 3.6 for better compatibility with Android Studio 2 Preview. by Timur Doumler 2016-01-14 18:19:08 +0000
  • 5398ba5f06 Fixed a capitalisation mistake in the SVG parser by jules 2016-01-15 08:52:34 +0000
  • 39ba4ed577 Avoided an iOS compile warning by jules 2016-01-14 18:03:14 +0000
  • f88467eca9 Introjucer: added build.gradle signing config options to Android Studio exporter. by Timur Doumler 2016-01-14 17:32:29 +0000
  • 80b689b73d Fix for android studio config-specific preprocessor defs by jules 2016-01-14 16:13:45 +0000
  • 9241028eda Added a flag JUCE_DISABLE_ASSERTIONS to allow assertions to be disabled even in a debug build by jules 2016-01-14 15:04:05 +0000
  • de4637d8cb Added support for some more File::getSpecialLocation locations on Android by jules 2016-01-14 10:02:54 +0000
  • 650395dd10 Introjucer: various fixes and improvements to Android Studio export; switched to gradle 2.9. by Timur Doumler 2016-01-13 18:18:06 +0000
  • d3d47ab27d Fix for Android kiosk mode components by jules 2016-01-13 17:28:45 +0000
  • dcf949ba66 Additions to StandaloneFilterWindow by jules 2016-01-13 13:00:14 +0000
  • 76886ea268 Added some optimisations to AudioProcessorValueTreeState to avoid it refreshing unnecessarily by jules 2016-01-13 12:53:38 +0000
  • 99052af8bc Added Android support for screen orientation control by jules 2016-01-13 12:05:29 +0000
  • 668d9c5f69 JuceDemo: set Android API level to 23 jucer project so it compiles out of the box with Android Studio. by Timur Doumler 2016-01-13 10:22:39 +0000
  • fcf1683f48 Moved a method in LengthAndCharacterRestriction to be public. by jules 2016-01-12 15:20:34 +0000
  • d4ace1b983 Introjucer: increased default minimum Android SDK from 10 to 23 to allow Android Studio projects to compile out of the box with a default AS installation. by Timur Doumler 2016-01-11 16:17:18 +0000
  • f6dd015999 The File class will now canonicalise the paths that it is given, to remove ellipsis by jules 2016-01-11 14:59:30 +0000
  • 606e7be12f Added dashed-line support to the SVG parser and DrawablePath by jules 2016-01-11 13:11:12 +0000
  • a48465327b Added a macro JucePlugin_AAXDisableDynamicProcessing, which can be used to disable dynamics processing in an AAX plugin by jules 2016-01-11 10:18:49 +0000
  • 6c1eaaa0c7 Whitespace cleanup by jules 2016-01-08 17:41:45 +0000
  • 97ffb5ad93 Got rid of some more Visual Studio compiler warnings. by Timur Doumler 2016-01-08 16:11:10 +0000
  • 5815416834 Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11). by Timur Doumler 2016-01-08 15:53:42 +0000
  • 10cb636373 Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate. by Timur Doumler 2016-01-08 15:33:42 +0000
  • 4237db4a31 Silenced some deprecation warnings in OSX10.11 by jules 2016-01-08 12:09:10 +0000
  • 2f998f67fe Tweaked Introjucer settings to avoid an architecture warning in Xcode by jules 2016-01-08 11:54:52 +0000
  • 9d7571fdc2 Resaved all example projects by jules 2016-01-08 11:19:00 +0000
  • d0cb3d222a Updated to iOS8 alert windows to avoid deprecation warnings by jules 2016-01-08 11:02:19 +0000
  • 99ae5a7668 Introjucer: fixed "Update to recommended build settings" warning for generated Xcode projects. by Timur Doumler 2016-01-08 10:56:51 +0000
  • ceb1b405f0 Removed an iOS deprecated function in setKioskComponent() by jules 2016-01-08 10:16:33 +0000
  • 4e65e2f49f Merge branch 'master' of github.com:julianstorer/juce by falkTX 2016-01-07 18:44:47 +0000
  • 8a9322456f Replaced the now-deprecated iOS audio code with a new AVSession-based version. by jules 2016-01-07 17:28:27 +0000
  • c845a49268 Avoided a compiler warning in Xcode. by Timur Doumler 2016-01-07 15:37:31 +0000
  • aec16864fc Fixed a minor conversion warning by jules 2016-01-07 15:19:28 +0000
  • 22e968b205 Added a Listener class to MPEZoneLayout. by Timur Doumler 2016-01-07 14:44:59 +0000
  • 70b0ca3f6a Resaved some example projects by jules 2016-01-07 11:52:03 +0000
  • 1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 by jules 2016-01-07 11:44:57 +0000
  • 36a8380e4c Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions. by jules 2016-01-07 11:19:45 +0000
  • 135a1b65de Fixed a typo in the last commit by jules 2016-01-07 11:00:44 +0000
  • 622add3dc9 Made the PopupMenu keep a weak reference to its LookAndFeel, so that it'll avoid crashing in situations where the L+F is deleted while the menu is still on-screen. by jules 2016-01-07 10:39:10 +0000
  • 29058d4231 Introjucer: fixed a crash if you try to create an Android VST by jules 2016-01-07 09:53:40 +0000
  • 3bc38d1e3b AudioUnit hosting: added code to handle plugin latency changes by jules 2016-01-07 09:41:36 +0000
  • 03dde6a2a8 Avoided a compiler warning in MPENote by jules 2016-01-07 09:15:28 +0000
  • 18de8b36c1 Avoided defining alloca on MINGW if there's already a definition for it by jules 2016-01-07 09:12:48 +0000
  • bfbcabce4b Fix mingw build of vst3 host by falkTX 2016-01-07 05:01:06 +0000
  • b50d3948bc Use mingw alloca macro when defined by falkTX 2016-01-07 04:15:48 +0000
  • d6d76bdb8b Fix needed for carla by falkTX 2016-01-07 04:15:33 +0000
  • d099ce508c Use juce base64 code by falkTX 2016-01-07 02:57:22 +0000
  • 99432ead51 Make X11 Atoms non-static by falkTX 2016-01-07 01:23:39 +0000
  • 07f188cd72 Merge branch 'master' of github.com:julianstorer/juce by falkTX 2016-01-07 00:24:15 +0000
  • e958e5a647 Added comparison operators to MPEZone. by Timur Doumler 2016-01-06 18:15:22 +0000
  • 82cc6b7183 Fix for an RTAS build error by jules 2016-01-06 11:18:49 +0000
  • bc523c6724 Fixed a win32 pen/touch detection issue by jules 2016-01-06 10:49:25 +0000
  • d43e518f8d Removed old (and broken) ExpressiveMidiTest example app. Please use the newer MPETest app instead. by Timur Doumler 2016-01-06 10:15:46 +0000
  • e0d5306dee Re-saved JuceDemo with new iOS icon sizes. by Timur Doumler 2016-01-05 17:01:00 +0000
  • 8c68caf7c1 Introjucer: updated generated icon names for iOS 9. by Timur Doumler 2016-01-05 16:58:18 +0000
  • c536d10be9 MidiKeyboardComponent: added possibility to change the length of the black keys as a proportion of the white keys to something else than the default of 0.7, and to query that proportion. by Timur Doumler 2016-01-05 16:39:39 +0000
  • d406cacc5f Avoided some deprecation warnings when building hosts on Windows by jules 2016-01-05 16:39:21 +0000
  • 7435ab9c4a Minor tweak to the networking demo by jules 2016-01-05 15:43:16 +0000
  • d0f646a9ad Fix for a problem with CoreText when laying out very long text strings by jules 2016-01-05 15:38:56 +0000
  • 420f85bc5f Fixed a typo in MP3AudioFormat by jules 2016-01-05 11:23:27 +0000
  • 4d34212557 Fixed a problem with AudioDeviceSelectorComponent that caused repeated refreshes of the current midi device. by jules 2016-01-05 10:26:42 +0000
  • 8c2b2a2247 Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] by Timur Doumler 2016-01-04 16:20:49 +0000
  • 321a102a8c Fixed an iOS build warning. by Richard Meyer 2015-12-03 15:15:19 +0000
  • b10039587d Removed extraneous forward declaration of BluetoothMidiSelectorOverlay by Felix Faire 2015-11-03 16:37:42 +0000
  • 85cd905fb4 Whitespace by jules 2016-01-04 15:25:54 +0000
  • 5a5fa35368 Fixed a comment for StringArray::removeString that didn't match the behaviour by jules 2016-01-04 12:48:10 +0000
  • 3b881401f1 Added some null pointer checks to createWriterFor methods by jules 2016-01-04 12:43:49 +0000
  • 400cd0e3f4 Deleted the old NPAPI/ActiveX juce_browser_plugin_client module. These plugin formats have not been supported by any modern browsers for some time. by jules 2016-01-04 12:18:20 +0000
  • 69d371d195 Make bus count non-writable or simple effect plug-ins: this seems to upset Logic by hogliux 2016-01-04 11:49:37 +0000
  • c401515e64 Avoided a leak if the app is killed while an AudioDeviceManager is in the middle of playing a preview sound by jules 2016-01-04 09:58:08 +0000
  • 47538f87a2 Fix for compatibility with the latest VST3 SDK by jules 2016-01-03 17:15:57 +0000
  • bc6ecafaf0 Introjucer: tweaked the GUI editor to add 'override' after its auto-generated methods by jules 2016-01-03 16:53:52 +0000
  • 7da76f2a11 Fixed a non-standard call in some example code. by jules 2016-01-03 16:20:58 +0000
  • a6585b1ebf Fixed a typo in FFT by jules 2016-01-03 15:41:58 +0000
  • 1a7caaa58f Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined. by jules 2016-01-03 13:16:18 +0000
  • 63df487c86 Fixed an include problem with the AAX build by jules 2015-12-30 10:41:36 +0000
  • 88b1fe0d97 Better handling of OSX openGL buffer-swapping in occluded windows by jules 2015-12-29 12:31:05 +0000
  • 9ab9476fbc Fix for iOS builds targeting OS versions without touch-force by jules 2015-12-29 11:34:29 +0000
  • 1f433a8bfb Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down by jules 2015-12-29 11:21:03 +0000
  • 4b4b8df491 Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h by jules 2015-12-29 08:42:59 +0000
  • a8ca80a49d Fixed a typo in some exception-logging code by jules 2015-12-28 10:18:42 +0000