4900 Commits (2fbbb59fefe3e4fc4901a266a864ae46776936de)

Author SHA1 Message Date
  hogliux 2fbbb59fef PopupMenu: Minor documentation fix 8 years ago
  hogliux 4a2a5294a7 Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr 8 years ago
  hogliux 7bae8a426b Fixed a potential nullptr dereference in Image::clear() 8 years ago
  hogliux 825888afba AudioProcessorGraph: Fixed a crash when the processor graph is called with block sizes larger than reported by prepareToPlay 8 years ago
  jules dcbe32f527 Added some missing move constructors to SortedSet 8 years ago
  jules 3265de83bd Added a method SynthesiserVoice::setKeyDown 8 years ago
  jules 47284a4209 Improved some comments in OpenGLAppComponent 8 years ago
  jules aed0e13745 Workaround for an edge-case involving sustain + sostenuto pedal parsing in the Synthesiser class. Also gave that class a quick spring-clean internally 8 years ago
  jules 5e4fd94b8f SVG parser: if font-size is unspecified for text, a non-zero default size is used 8 years ago
  hogliux 3d379863f1 Revert commit (as already applied with earlier commit): Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 8 years ago
  hogliux 0413331cc3 Android IAP: Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 8 years ago
  hogliux 38f9e951bb SoundPlayer: Added support for automatic sample rate conversion when playing audio from AudioFormatReaders 8 years ago
  jules b653e838d0 Tweaked the order in which properties are set when TreeViewItems are added, and did some internal modernisation of the TreeView classes 8 years ago
  hogliux cd74131729 IAP Android: Delay IAP responses if IAP android service did not bind to our app yet 8 years ago
  hogliux 803800376b IAP: Fixed a compiler error on linux and windows 8 years ago
  hogliux df91b15455 Added in-app purchase feature to JUCE 8 years ago
  jules 3df7f8ff8b Did a bit of minor modernising in Graphics + Path 8 years ago
  jules 82e9d47416 Tweaked a LookAndFeel_V2 method to avoid a subtle rectangle rendering glitch 8 years ago
  hogliux 60c664c83c WASAPI: Fixed an issue where the AudioIODevice would not be stopped if the system goes to sleep 8 years ago
  hogliux 368d2542a1 VST2: Fixed an issue with resizing plug-ins in Ableton Live 8 years ago
  jules 8c0331b605 Avoided a VS warning 8 years ago
  ed 3947df98a9 Fixed a scaling bug when doing drag auto-repeat 8 years ago
  hogliux 530bdf6f45 Fixed an assertion when using an IncDec slider with the AudioProcessorValueTree 8 years ago
  hogliux 293e746e57 Fixed a live-build compiler-error when building the DSP module 8 years ago
  jules 3c43707a54 Avoided some assertions drawing very small ToggleButtons 8 years ago
  jules 0ca253856b Added a method DrawableButton::getEdgeIndent() 8 years ago
  jules 1801193b5d Improved comments in AsyncUpdater 8 years ago
  hogliux 1b7d30f0f4 Android: Moved more Java code into C++ 8 years ago
  ed b2db1f48c1 Defined some Windows touch API flags that were not defined when compiling using MinGW 8 years ago
  ed 6d1a0acd07 Projucer: Added a workaround for some errors when using the live-build engine with the XCode 9 beta 8 years ago
  jules 405152fc24 Fixed a deprecation warning in OSX 10.12 8 years ago
  jules 39cb22cf5e Fixed a problem with the SVG parser 8 years ago
  hogliux c02ef79fd6 Bump version number to 5.1.1 8 years ago
  hogliux 606a81cc14 DSP: Fixed a potential crash when using the default constructor of ProcessorDuplicator 8 years ago
  jules 2bbd2b9785 Added CSS Grid classes 8 years ago
  tpoole fe134173f6 iOS: Fixed an openURL iOS 10 deprecation 8 years ago
  tpoole 6e818d42f4 Documentation fixes 8 years ago
  jules 9d692d0d8b Added some ThreadPool::addJob methods that take lambdas 8 years ago
  jules ab4013e289 Added method Thread::launch() to run lambdas on an anonymous thread 9 years ago
  jules 50183e5318 Bit of tidying up in Component 8 years ago
  tpoole 7c4a23bac7 Documentation fixes 8 years ago
  hogliux 52fb43b1a7 Windows: Added windows implementation for SystemStats::getDeviceDescription 8 years ago
  hogliux 264ccf5191 Fixed a compiler error when using the default constructor of dsp::IIR::Filter 8 years ago
  hogliux cafee4af97 Whitespace 8 years ago
  hogliux d3e4d9cc56 DSP: Added a second reset method to flush the IIR filter to a specific value 8 years ago
  hogliux a6b128affb Fixed a window naming typo in the DSP module 8 years ago
  hogliux 74fcce88ba Wav file format: Added legacy RIFF chunk tags to remain compatible with older wav files 8 years ago
  hogliux beb905df7a AlertWindow: Fixed an issue with the AlertWindow's text block having incorrect colours 8 years ago
  hogliux fb310f7876 WaveAudioFormatWriter: Don't add an extended format chunk if the wav file only has one or two channels 8 years ago
  hogliux 0cf21a4b72 WavAudioFormatWriter: Fixed an issue where wav files with large channel counts could no longer be created 8 years ago