4584 Commits (728e2dbe82affeb7edcf01c298613dd8955a50a4)

Author SHA1 Message Date
  hogliux 728e2dbe82 Fixed a assertion/crash when a macOS CoreAudio device becomes unavailable during playback 8 years ago
  jules 3e7a111922 Avoided an unused member variable warning 8 years ago
  jules 99748f0ba8 (Fix for last commit) 8 years ago
  jules 57a3cb58ec Removed incorrect constness from ColourSelector::setSwatchColour 8 years ago
  jules 171aa94215 Fix for MidiMessage::endOfTrack() 8 years ago
  jules 025513c5d3 Made MemoryMappedAudioFormatReader::mapSectionOfFile() virtual 8 years ago
  jules e46f1d5990 Disabled another warning in the VST3 headers 8 years ago
  jules 14bffbba3c Avoided unnecessary timer activity when splash screen is disabled 8 years ago
  jules a3e6c81911 Fixed an assertion in MidiMessageCollector that would have failed to trigger 8 years ago
  jules 8689df5590 Fixed a few c++17 warnings 8 years ago
  hogliux 6475111aa5 Fixed an incorrect UTF8 string character conversion in WebBrowserComponent 8 years ago
  hogliux 9d81c5066a Bump version number to 5.0.0 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules da0febe368 Renamed the juce_tracktion_marketplace module to juce_product_unlocking 8 years ago
  tpoole 496e55c988 Added documentation for including static libraries in JUCE modules 8 years ago
  hogliux 7ed37f8600 Added the standard JUCE splash screen and app usage reporting 8 years ago
  hogliux ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 8 years ago
  hogliux 1169800b8a Fixed an issue where active x component would not receive all key events 8 years ago
  ed e8ac4a7c27 BooleanPropertyComponent uses its own outline colour id instead of ComboBox outline colour id 8 years ago
  hogliux 7a7619d64e Fixed resizing issues and memory leaks in linux web browser component 8 years ago
  jules 1234775fc7 Minor tidying-up in some OSX UI code 8 years ago
  hogliux bb32034ad8 Added pageLoadHadNetworkError callback to WebBrowserComponent 8 years ago
  jules e778d35fdc Refactored some internal win32 file attribute functions 8 years ago
  jules 2f523cfae7 Added /usr/share/fonts as an extra font search-path on linux 8 years ago
  ed 79885fc6ad Force TreeView to recalculate its size after restoring item openness in TreeView::restoreOpennessState() so that its Viewport scroll position is restored correctly 8 years ago
  jules bc78b2f524 Added a constructor to ColourGradient that takes Point arguments 8 years ago
  jules a4c0968635 Fixed a problem with mouse interception in Drawable's base class copy constructor 8 years ago
  hogliux ee3457abb1 Fixed an issue where WebBrowserComponent::clearCookies would not exit in certain conditions 8 years ago
  jules e0698daaca Tidied up a couple of comments, warnings and did a bit of code modernisation 8 years ago
  hogliux 1bdbd6f969 Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream 8 years ago
  jules bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 8 years ago
  jules 6bb3d9b1db Tweaks to ListBox so that if its viewport is in drag-to-scroll mode, the selection automatically happens on mouse-up so not to interfere with dragging. (Also a bit of modernisation of the class internals) 8 years ago
  jules 320c8002da Added methods Viewport::canScrollVertically() and Viewport::canScrollHorizontally() 8 years ago
  jules 926652be8a Added the -Wextra-semi warning to the projucer build 8 years ago
  jules d36156c620 Removed some extraneous semicolons 8 years ago
  jules 3a3f118fbb A bit of code modernisation in MidiMessage, adding a variadic constructor to allow custom midi messages to be created more succinctly. 8 years ago
  tpoole 52bbaa2a1c Fixed incorrect #include guard in juce_audio_devices header 8 years ago
  tpoole 84beded220 Fixed compiler warning in Win32 WebBrowserComponent 8 years ago
  tpoole 23ba2e49cf Fixed VS2013 assignment operator compiler warnings 8 years ago
  tpoole 37e21e9cb1 Fixed VS2013 compiler warning in SVGParser 8 years ago
  jules 024fe6c9ad Avoided an assertion in win32 file chooser code 8 years ago
  hogliux 6292ccf5c3 Added a clearCookies method to WebBrowserComponent to clear any stored cookies 8 years ago
  tpoole 837ac2143c Fixed iOS code sign entitlements bug 8 years ago
  jules 5b39a8f607 Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17 8 years ago
  tpoole e8adbb118f Fixed bug in 9f06fabe10 - Fixed a double-free Windows MIDI device bug 8 years ago
  tpoole 9400866472 Fixed a crash when detaching WinRT MIDI devices 8 years ago
  hogliux 957ca2d86f Fixed a bug where an AudioSampleBuffer's isClear flag would remain set even after copying data from another non-zero AudioSampleBuffer 8 years ago
  jules dace37288b Tidied up a couple of minor analyser warnings and comments 8 years ago
  hogliux 411071f3b1 Fixed linux mouse jump issue by removing code that was made redundant after the latest linux improvements 8 years ago
  hogliux 87a895d5a4 Added a check to send fake mouse move events only if the current mouse cursor's position could have an effect on mouseEnter/mouseLeve events 9 years ago