4339 Commits (cd5604c07159ce4532fbdb9dc6bae55950856c07)

Author SHA1 Message Date
  jules cd5604c071 Another OSX 32-bit build fix in MovieComponent 9 years ago
  jules 511fe482e8 Fix for a 32-bit build problem in MovieComponent 9 years ago
  hogliux 67600e98fd Added missing overrides to android windowing code 9 years ago
  hogliux 57f12e5063 Fixed some merge noise in the AAX wrapper 9 years ago
  hogliux b6b7abc76a Fixed a warning in MovieComponent 9 years ago
  hogliux 95d0d50d85 Added a missing guard to avoid including movie components on iOS 9 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 9 years ago
  hogliux dda135a9eb Updated the JUCE demo plugin to support standalone targets on all platforms 9 years ago
  hogliux 9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 9 years ago
  hogliux ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 9 years ago
  hogliux 1c0b935bf6 Replaced QuickTimeMovieComponent with MovieComponent, using AVFoundation on OSX 9 years ago
  tpoole f91401612a Fixed Visual Studio VST2 compiler error 9 years ago
  tpoole a2a270406a Allow VST vendor specific calls to be handled by an AudioProcessor 9 years ago
  hogliux a4d71cc374 Added a workaround for old JUCE VST2 plug-ins which would not check the speaker arrangement for nullptr 9 years ago
  hogliux b0a10d01bf Added code to only show the onscreen keyboard if Windows is in tablet mode 9 years ago
  tpoole e8c9294544 Set all file modes to 644 9 years ago
  hogliux b48664dd36 Fixed a crash in the AAX wrapper when no AAX meters are present 9 years ago
  ed c6075dec27 Added methods to ShapeButton to allow a different set of normal/over/down colours to be used when the button's toggle state is 'on' 9 years ago
  jules e040353898 Cleaned up a few old bits of VC2005 support code 9 years ago
  hogliux b35c2f2f61 Fixed a compiler warning when using HashMap iterators in VS2013 9 years ago
  hogliux e0aff606a8 Bump version number to 4.3.1 9 years ago
  jules c754f6ca63 Fixed the SVG parser for an edge-case path string sequence, and added a few other cleanups to the parser 9 years ago
  hogliux 859567ff0c Fixed a compiler warning on iOS 9 years ago
  hogliux 64f0027863 Added a workaround for a macOS Sierra font rendering issue which resulted in invisible text for small font sizes 9 years ago
  ed a6d3c971fc Fixed a bug on OSX where images with SingleChannel PixelFormat were being created with an RGB colour space 9 years ago
  hogliux 4474d559d4 Fixed an issue where VST2 would report wrong input layout for plug-ins with sidechains 9 years ago
  hogliux d13be21177 Added support for enabling/disabling sidechains in AAX 9 years ago
  hogliux d16123adc8 Added a new optional in/out parameter to AudioProcessor::Bus::isLayoutSupported to allow hosts to predict how the entire layout of an AudioProcessor may change when changing the layout of a single bus 9 years ago
  ed d0b6d6c025 Check all mouse sources when exiting modal loop 9 years ago
  ed ce14b66763 Fixed a bug where a mouse enter event wouldn't be sent to the Component under the mouse when exiting a modal loop and where mouse exit events were being sent when a modal loop was active 9 years ago
  hogliux 06dde9d927 Removed unnecessary check in macOS/iOS URL session cancel 9 years ago
  hogliux 3370adae7b Fixed a compiler warning on newest version of gcc 9 years ago
  hogliux b1449230c1 Removed multi-character constant which triggered warnings on some linux versions 9 years ago
  hogliux a84c166c6f Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped 9 years ago
  hogliux 7e1279e3f9 Fixed an int sign conversion warning 9 years ago
  tpoole 9b1ae84927 Fixed bug when maximum number of plug-in io channels is one 9 years ago
  ed 46e21fef13 Updated win32 Process::isForegroundProcess() method to use process ID 9 years ago
  tpoole d0b0644af0 Fixed compiler error in AUv3_Wrapper 9 years ago
  jules d8ead14de4 Removed a duplicate header file 9 years ago
  hogliux 1baaddb115 Added code to properly escape non-ascii characters in URLs passed to the WebBrowserComponent on macOS/iOS 9 years ago
  tpoole a554d0e95e Added to the AudioProcessorValueTreeState documentation 9 years ago
  hogliux ba512e96fd Renamed 'generic' parameter Category enum to something less generic 9 years ago
  tpoole f2b2fb2819 Fixed JUCE_VST3_CAN_REPLACE_VST2 behaviour 9 years ago
  hogliux 7897331403 Added support for level meter parameter categories 9 years ago
  ed 2a983067ab Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method 9 years ago
  jules fcd5a47d8c Added a bit-twiddling helper method: findHighestSetBit() 9 years ago
  jules 0ebd5bcd3e Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros 9 years ago
  tpoole 0d7a77d8ee Improved AudioProcessorValueTreeState documentation 9 years ago
  hogliux 83a4f74b1f Added support saving/restoring plugin bus layouts in the audio host demo 9 years ago
  tpoole 101a59ad2a Fixed bug updating MacOS system tray icon 9 years ago