5562 Commits (61ba218a75adc48f2a8a10e359788ff7255ffde7)

Author SHA1 Message Date
  ed 61ba218a75 Some code cleanup in the MPE classes 8 years ago
  ed c715b069b5 OpenGL: Revert commits 515f484 and 0a15be7 and calculate scale factor using relative bounds instead 8 years ago
  Tom Poole 4c44d96fdf Added an initialiser list based ValueTree constructor 8 years ago
  Noah Dayan e690350df3 Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 8 years ago
  ed 6d8d90e9d8 Fixed a typo 8 years ago
  Tom Poole b434b320a1 Fixed an intermittent test failure 8 years ago
  Tom Poole 1b2e21d867 Fixed a bug with some ifdeffed VST3 code in the AudioProcessor definition 8 years ago
  Noah Dayan 77c3d790a5 Added helper objects to Label and Slider to allow lambda callbacks 8 years ago
  Tom Poole 646aebb77e Linux: Fixed a MIDI port read/write mixup 8 years ago
  Noah Dayan 1c21f34e21 Fix typo in juce_Button.h 8 years ago
  Tom Poole aed439ab4f Linux: Fixed a leaking XWindowSystem 8 years ago
  jules 415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 8 years ago
  jules 7d24b39f18 Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 8 years ago
  jules 13cbb960f4 Fixed a warning on Android 8 years ago
  jules e2688eec0a Added methods AbstractFifo::read() and AbstractFifo::write() which return a scope-based object to make it easy to hold, release and iterate blocks of items. 8 years ago
  Tom Poole dfa94c8425 Added some documentation to the AudioProcessorValueTreeState class 8 years ago
  Tom Poole df40cad110 VST3: Pass meter values to hosted plug-ins 8 years ago
  Tom Poole 56fb522185 VST3: Detect when parameters are automatable when hosting 8 years ago
  Tom Poole f876b9f5df Minor formatting fixes 8 years ago
  Tom Poole 0e7c503720 Lowered the minimim supported version of clang 8 years ago
  Tom Poole 7d943e76dc Tidied up some module dependencies 8 years ago
  jules 2e3c8a351b Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU 8 years ago
  Tom Poole bdea443017 VST3: Fixed a bug setting tail lengths 8 years ago
  Tom Poole e951be4e72 Added the correct license banner to the files in the juce_analytics module 8 years ago
  Tom Poole 61459ad24f Added thread safe methods for getting and setting the AudioProcessorValueTreeState state 8 years ago
  Lukasz Kozakiewicz f2fc06b447 Android: add utility macro to log JNI references table. 8 years ago
  Lukasz Kozakiewicz 6e5b6b3eb1 Android: fix JNI local references leak in JNIClassBase. 8 years ago
  Noah Dayan 1d43cdb508 Add missing documentation to juce_AudioAppComponent.h 8 years ago
  ed 0a15be729e OpenGL: Apply Component's transform when invalidating 8 years ago
  Noah Dayan 61418912bc Fix documentation typo in juce_ColourSelector.h 8 years ago
  jules 057bb262dd Enabled std::atomic for Android 8 years ago
  jules 8d09eaadb6 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 8 years ago
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 8 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 8 years ago
  jules 5b13063162 Fixed a typo in comments 8 years ago
  Tom Poole 49c36a20e0 Windows: Fixed an issue getting file icons with an alpha channel 8 years ago
  jules f9313c8338 Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 8 years ago
  ed 515f4846a5 OpenGL: Take a Component's transform into account when painting 8 years ago
  jules 249ab04f76 fixed a typo 8 years ago
  jules 7326a37795 Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 8 years ago
  jules 78b0ab6442 A few code cleanups 8 years ago
  jules 3ec5c17bb1 Misc cleanups relating to ScopedPointer 8 years ago
  jules edea094d7d Added an option to Slider::setVelocityModeParameters() to set the modifier keys 8 years ago
  Tom Poole 0f752396a5 VST3: Made MIDI CC parameters non-automatable 8 years ago
  Noah Dayan 004360b59e Projucer: Added missing tooltip descriptions 8 years ago
  jules 81a76efcd3 Fix for dsp::ProcessorChain when used with a non-replacing context 8 years ago
  jules 4fcedf7be5 Standardised some lambda syntax 8 years ago
  ed 5b32ef4897 Implement the menuActive flag in TextEditor 8 years ago
  ed 9046453701 Added a showMenuAsync() method to PopupMenu that takes a std::function 8 years ago
  Noah Dayan 381874c20a Fix typo in juce_TemporaryFile.h 8 years ago