3525 Commits (8174ad00b3712f993791c2a3aae61b84d4524e24)

Author SHA1 Message Date
  Timur Doumler 8174ad00b3 Added comment to Time::getCurrentTime() to make clear that it is not required to be monotonic. 9 years ago
  jules db09156251 Added a couple of missing 'override's 9 years ago
  jules 010afc6baf Fixed a problem with iOS audio device shutdown 9 years ago
  jules 146afb4a19 A few minor mingw workarounds. 9 years ago
  jules 576c60fd15 un-templated a couple of functions to prevent them being accidentally called with integral type arguments 9 years ago
  jules a48d70010f Added support for javascript Array.push method 9 years ago
  jules ea07c5b2b0 Added a workaround in OSX so that plugin windows inside modal host windows can open popups 9 years ago
  jules 8c6ef0b0e4 A better optimisation for parsing SVG files with certain types of line dash attributes 9 years ago
  jules 30ac2dce0a Minor optimisation for the SVG parser 9 years ago
  jules 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 9 years ago
  jules a6afb208c6 Android: removed the action bar 9 years ago
  jules 5398ba5f06 Fixed a capitalisation mistake in the SVG parser 9 years ago
  jules 39ba4ed577 Avoided an iOS compile warning 9 years ago
  jules 9241028eda Added a flag JUCE_DISABLE_ASSERTIONS to allow assertions to be disabled even in a debug build 9 years ago
  jules de4637d8cb Added support for some more File::getSpecialLocation locations on Android 9 years ago
  jules d3d47ab27d Fix for Android kiosk mode components 9 years ago
  jules dcf949ba66 Additions to StandaloneFilterWindow 9 years ago
  jules 76886ea268 Added some optimisations to AudioProcessorValueTreeState to avoid it refreshing unnecessarily 9 years ago
  jules 99052af8bc Added Android support for screen orientation control 9 years ago
  jules fcf1683f48 Moved a method in LengthAndCharacterRestriction to be public. 9 years ago
  jules f6dd015999 The File class will now canonicalise the paths that it is given, to remove ellipsis 9 years ago
  jules 606e7be12f Added dashed-line support to the SVG parser and DrawablePath 9 years ago
  jules a48465327b Added a macro JucePlugin_AAXDisableDynamicProcessing, which can be used to disable dynamics processing in an AAX plugin 9 years ago
  jules 6c1eaaa0c7 Whitespace cleanup 9 years ago
  Timur Doumler 97ffb5ad93 Got rid of some more Visual Studio compiler warnings. 9 years ago
  Timur Doumler 5815416834 Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11). 9 years ago
  Timur Doumler 10cb636373 Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate. 9 years ago
  jules 4237db4a31 Silenced some deprecation warnings in OSX10.11 9 years ago
  jules d0cb3d222a Updated to iOS8 alert windows to avoid deprecation warnings 9 years ago
  jules ceb1b405f0 Removed an iOS deprecated function in setKioskComponent() 9 years ago
  jules 8a9322456f Replaced the now-deprecated iOS audio code with a new AVSession-based version. 9 years ago
  Timur Doumler c845a49268 Avoided a compiler warning in Xcode. 9 years ago
  jules aec16864fc Fixed a minor conversion warning 9 years ago
  Timur Doumler 22e968b205 Added a Listener class to MPEZoneLayout. 9 years ago
  jules 1240d4d6b3 Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2 9 years ago
  jules 36a8380e4c Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions. 9 years ago
  jules 135a1b65de Fixed a typo in the last commit 9 years ago
  jules 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. 9 years ago
  jules 3bc38d1e3b AudioUnit hosting: added code to handle plugin latency changes 9 years ago
  jules 03dde6a2a8 Avoided a compiler warning in MPENote 9 years ago
  jules 18de8b36c1 Avoided defining alloca on MINGW if there's already a definition for it 9 years ago
  Timur Doumler e958e5a647 Added comparison operators to MPEZone. 9 years ago
  jules 82cc6b7183 Fix for an RTAS build error 9 years ago
  jules bc523c6724 Fixed a win32 pen/touch detection issue 9 years ago
  Timur Doumler 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. 9 years ago
  jules d406cacc5f Avoided some deprecation warnings when building hosts on Windows 9 years ago
  jules d0f646a9ad Fix for a problem with CoreText when laying out very long text strings 9 years ago
  jules 420f85bc5f Fixed a typo in MP3AudioFormat 9 years ago
  jules 4d34212557 Fixed a problem with AudioDeviceSelectorComponent that caused repeated refreshes of the current midi device. 9 years ago
  Timur Doumler 8c2b2a2247 Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] 9 years ago