5980 Commits (efd5bd36cb8cf1e99e99fa00fa39652a4ea7dee8)
 

Author SHA1 Message Date
  jules efd5bd36cb Made CharPointer_UTF8::isValidString reject some sequences that weren't being detected as illegal 10 years ago
  jules 6149a4f649 Avoided an MSVC warning 10 years ago
  jules f8e9c3af6b Added missing range check to LagrangeInterpolator::process() 10 years ago
  jules 190a985003 Added typeof operator to javascript parser 10 years ago
  jules 90ff2369e2 Fixed a javascript return-else-statement parsing problem 10 years ago
  jules 606a503a15 Improved some Windows registry root key handling. 10 years ago
  Timur Doumler 1762cdc9c9 Added runtime permissions request to JUCE Demo (recording tab) and MidiTest example app, added matching permissions to manifest, removed ant exporter, and re-saved both projects. 10 years ago
  Timur Doumler 9ea874428c Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 10 years ago
  Timur Doumler c8428f2168 AudioPerformanceTest: increased slider sensitivity so the CPU load can be tuned more precisely from the GUI. 10 years ago
  jules c01091895b Refactored some internal code in Socket 10 years ago
  jules e66762d81f Added writing-direction flags to OSX font layout generation 10 years ago
  Timur Doumler 08c5c52061 Reverted a change that broke RTAS compilation on OS X (commit 672b07b9). 10 years ago
  jules b3f4be1646 Introjucer: Slight improvement to --fix-broken-include-paths 10 years ago
  jules cb1c17b9f1 Avoided a redefinition warning in a particular GCC setup 10 years ago
  jules 672b07b9ac Added explicit namespaces to some RTAS code 10 years ago
  jules 5d23645ca2 Workaround for some OSX10.11 repaint region coalescing problems 10 years ago
  jules 70a3db1cb1 Added method PluginHostType::isProTools() 10 years ago
  jules 328652c3ad Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11) 10 years ago
  hogliux 688969da20 Fix missing window decorations in KDE 10 years ago
  jules 79332132b5 Fixed a mistake in the demo plugin. 10 years ago
  hogliux 203e4e8c67 Fix a bug where AUs would incorrectly return an error when Logic tries to decrease the number of buses 10 years ago
  jules 6fba61fdeb Allowed mouse-wheel events to be delivered while the mouse button is down 10 years ago
  hogliux 5a05478861 Fix typos in GenericEditor.h and check for nullptrs 10 years ago
  jules 5ca221ee11 Made Viewport remove the old viewed component when setViewedComponent is called, even if it doesn't own it 10 years ago
  jules 83e1348ebf Corrected a typo in a comment 10 years ago
  jules 35ee44df80 Added a new command-line option to the Introjucer: --fix-broken-include-paths, which will fix the relative #includes for all files within a folder. Very handy if you have a large project and are restructuring it by shuffling files around. 10 years ago
  jules b5907fa90d Normalised some divider comments 10 years ago
  hogliux c64fcd72e9 Add automation support to the GenericEditor sample code 10 years ago
  jules cb6085733f Fixed a minor leak in posix WaitableEvent 10 years ago
  hogliux be34912b67 Remove unnecessary copying of channels in VST2 wrapper 10 years ago
  hogliux 32e34bc808 Fix ugly noise feedback bug for AUs in Logic 10 years ago
  hogliux f4ac12820c Fix channel names in surround channel layouts 10 years ago
  jules 5c05483fbb Fixed a minor typo in the Component docs. 10 years ago
  jules 6b75e59e1f Added some behind-the-scenes functions for creating snapshots of native windows 10 years ago
  jules 16466371f0 Added ability for ImageType::convert() to work on formats with different pixel strides 10 years ago
  jules cdf525f74a Added an option to AudioDeviceManager::playSound to use the sample across all output channels (and made the test sound do this) 10 years ago
  hogliux 8465dea2ac Fixed missing surround format in PluginBusUtilities 10 years ago
  jules 8622ec4004 Fixes for the operator= implementations of the AudioParameterXXX classes 10 years ago
  jules 613aaa765a Fixed parsing of ISO8601 millisecond fields 10 years ago
  jules 2343dc153d Added hidden internal helper function to access plugin carbon window wrappers 10 years ago
  jules 5835bbc363 Avoided a warning in the plugin host build 10 years ago
  jules f5ee78595a Added a workaround for a problem in MSVC when using large years in Time::formatted 10 years ago
  jules deae885df4 Avoided a warning in OSX when core graphics is disabled 10 years ago
  Timur Doumler 1b8c8bdb5d Introjucer Android Studio export: Switched gradle experimental wrapper version from 0.6.0-alpha5 to 0.6.0-beta5. 10 years ago
  jules eca3a5b232 Fixed a typo in a comment 10 years ago
  jules 3fdf969ea2 Added some UTC and ISO8601 methods to the Time class. Also clarified some of its comments and added unit tests 10 years ago
  jules d6f02c9ba4 Avoided a false assertion in ChildProcess 10 years ago
  jules 32bb5798bf Fixed a rounding error in iOS audio device sample rate selection 10 years ago
  jules 536ca6cedf Added an internal flag JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS which can turn off this VST3 hack if you don't need it 10 years ago
  jules 674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 10 years ago