4807 Commits (d6ea60b2e5ff8dc0e15645b5911b7e81886b06fe)

Author SHA1 Message Date
  tpoole d6ea60b2e5 Flexbox: Fixed a bug in the integer rounding of component bounds 8 years ago
  hogliux a47dfc5969 Fixed a harmless compiler warning on MSVC in previous commit 8 years ago
  jules f0792827a4 Added Tracktion Waveform to PluginHostType 8 years ago
  hogliux 643bbdcf87 VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions 8 years ago
  hogliux 9daf7e26e6 AU: Fixed a typo in the AU wrapper shared code 8 years ago
  ed a68373ac44 URL: Added support for query string parameters without values 8 years ago
  hogliux 04c0fc093c Fixed a harmless compiler warning with newer versions of clang 8 years ago
  hogliux c7e8475f57 Andorid: Removed some android video stubs which could cause a crash on application startup 8 years ago
  hogliux b2576d288a Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer 8 years ago
  jules 61b24cd152 BLOCKS API: Fix to the littlefoot compiler crashing on some return statements 8 years ago
  hogliux 4b4b171423 VST3: Fixed an issue where the program number was calculated incorrectly when the host requests a program change 8 years ago
  jules 276d760cb5 Workaround for AVPlayerView being unavailable on 32-bit OSX 8 years ago
  hogliux 0508e4f2fe AU: Remove old unused source file (and apply my previous fix on the correct file) 8 years ago
  hogliux b1b5c7bf23 iOS: Always assume that your main view is in focus if you are running as an app extension 8 years ago
  jules 97fdc233e6 Avoided a problem with the win32 video module if JUCE_MODAL_LOOPS_PERMITTED is disabled 8 years ago
  hogliux da113a24a5 AU: Fixed a crash in a recent commit 8 years ago
  jules a2a5428eab Added a missing iOS framework to the juce_video module 8 years ago
  jules cb14ab3891 Tweaked the OSX video player to do sample-accurate seeking 8 years ago
  hogliux 763ae6c4ad AU: Fixed a compiler error when building AU hosts 8 years ago
  ed cfdb747a42 Fixed a bug in ComponentBoundsConstrainer that caused JUCE windows to be snapped to the wrong position when using multiple displays 8 years ago
  jules 096b4e94c0 Removed zombie MovieComponent files that should have been deleted with the new video playback changes 8 years ago
  jules 355addb5c3 BLOCKS API: Added a couple of missing simplification steps in the littlefoot compiler 8 years ago
  tpoole 0ab7d3d9c3 Box2D: Suppressed some build warnings 8 years ago
  jules 20d0b3775f Added some move-operators and iterators to MidiMessageSequence 8 years ago
  tpoole 680a0d671c Fixed a build warning on older gcc versions 8 years ago
  tpoole 10b7aa3c16 MinGW: Fixed some build warnings 8 years ago
  ed 251ba5be6e BLOCKS: Documentation updates to add groups 8 years ago
  tpoole 73d4e73a3d UnitTestRunner: Fixed some build warnings on Linux 8 years ago
  jules 50dce5079d Disabled VideoComponent on linux to prevent build errors 8 years ago
  tpoole 7fe3e13489 UnitTestRunner: Fixed some build warnings on Windows 8 years ago
  hogliux ab13359c66 AAX: Fixed an issue where an AAX plug-in would hit an internal ProTool assertion if it had meters (and no sidechain) 8 years ago
  jules 66fa7e7411 Added some assertions to catch use of some Font methods on background threads 8 years ago
  hogliux 27687f7193 AudioUnit PlugIns: Tidy up some AU wrapper code and fixed a bug which could lead the AU to report an incorrect AUChannelInfo 8 years ago
  tpoole e163800014 Fixed a compiler warning in MacOS VideoComponent 8 years ago
  tpoole d62749770a Fixed an infinite loop when setting a Slider's range 8 years ago
  tpoole 507a4ed985 Standalone plug-in: Fixed the placement of the mute feedback option 8 years ago
  hogliux 7129625c86 Fixed a compiler error on older macOS SDK targets 8 years ago
  jules 776bf565db Fixes for a couple of minor compiler warnings 8 years ago
  jules eda8612ee3 Fixed some video module compile problems on iOS and Windows 8 years ago
  tpoole f3c224bf26 iOS: Fixed a header inclusion error 8 years ago
  hogliux 03c08027ac Android: Added new thread priority specifically for realtime audio render threads. Currently, only implemented in Android. 8 years ago
  hogliux b574d4530e Fixed an issue where the scale of a PopupMenu would be incorrect when no targetComponent was specifiefd 8 years ago
  hogliux 34d1433038 Fixed a false-positive leak detector assertion when using ThreadLocalValue 8 years ago
  hogliux 6e22d764d3 Live build engine: Fixed a recent commit which triggered a live build engine crash 8 years ago
  hogliux 35b08ecec2 Fixed an issue where submenus would not be scaled according to the transform used for the parent menu 8 years ago
  tpoole f4622f2f46 Restored an accidentally deleted file and resaved all projects 8 years ago
  jules 74c96208fe Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation 8 years ago
  jules 01e7673053 Tweaked in internal Obj-C name 8 years ago
  hogliux 11e45e902a Fixed a compiler error in MSVC in a recent commit when unit tests are enabled 8 years ago
  jules 61044c8bda Fix to Line::getDistanceFromPoint to make it work for integer types 8 years ago