6485 Commits (ddb879663b2abae4080ce28217bc5e76e86b0ebc)
 

Author SHA1 Message Date
  tpoole ddb879663b Fixed VSTs erroneously wanting midi input 8 years ago
  tpoole 1ddd394291 Restore missing VST opcode. 8 years ago
  tpoole d873d2426a Fix some Xcode warnings in the VST and VST3 wrappers. 8 years ago
  tpoole cb6b4b7170 Remove VST editor idle 8 years ago
  tpoole 881dfce40f Fix deadlock in handleRouteChange for iOS audio. 8 years ago
  jules 6ba384f4c8 Fixed some missing definitions in the VST hosting for Carbon compatibility 8 years ago
  jules 7fad2545c9 Added output level metering to AudioDeviceManager 8 years ago
  jules 1942e3d0c1 Added begin/end iterator methods for ValueTree, for handy range-based-for loops over its children 8 years ago
  luigisambuy ea7677970c modified sliderValueChanged() to notify host only on mouse clicks 8 years ago
  ed 47c48b2f6a Changed Projucer LoginForm "Remember login" button to tick box 8 years ago
  tpoole 9f31d6498a Use a bespoke VST2 interface 8 years ago
  luigisambuy 1e9af22f96 modified valueChanged() to notify host only on mouse clicks. 8 years ago
  tpoole 08b2116c2b Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts 8 years ago
  jules 48db4fa75a Fix for the copy constructor of DrawableRectangle 8 years ago
  jules 55194a09d2 On Windows, suppressed the behaviour that pressing the ALT key triggers the old top-left window menu. If you still need this archaic behaviour in your app, there's a JUCE_WINDOWS_ALT_KEY_TRIGGERS_MENU flag which you can use to keep it 8 years ago
  jules a46191ad97 Native OSX menu bar: avoided some duplicated menu bar flashes when invoking commands, and some incorrect tagging of items in the menu 8 years ago
  jules b1ab45052e Avoided a warning in some OSX network code 8 years ago
  jules c353ac34a2 Avoided a race condition when cancelling HTTP stream on OSX 8 years ago
  Timur Doumler c7db4bb7f5 Avoided a compiler warning on OS X due to unused private fields in VSTPluginWindow. 8 years ago
  Timur Doumler 773c96399a Whitespace. 8 years ago
  luigisambuy e2dc460927 Made the Desktop class clear any pending animations before shutting down. 8 years ago
  luigisambuy 6547452fd3 Fixed a leak of bubbleMessage object in juce demo 8 years ago
  jules 91f2453d11 Fixed a bug in UndoManager when using undoCurrentTransactionOnly 8 years ago
  jules 2417676ec9 Increased buffer size for names read by the VST host, and changed the string decoder to detect Windows codepage strings as well as UTF8 8 years ago
  jules 3f83eedd45 Minor tidying up 8 years ago
  tpoole e9832ffdf4 Added a symmetric skew option to Slider 8 years ago
  ed 79dd695731 added ScopedLock to iOSAudioIODevice::handleRouteChange method to avoid race condition 8 years ago
  ed 8e10f16eb8 Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes 8 years ago
  hogliux 1470928b0c Use effGetProductString when getting the name of a VST-2 plugin 8 years ago
  jules 82224d7442 Avoided a couple of warnings in iOS builds with older SDKs 8 years ago
  jules 999f4848df Stopped the ColourSelector sending a change message from its constructor 8 years ago
  jules 3104cbe147 Added an optional notification argument to ColourSelector::setCurrentColour() 8 years ago
  ed cbdf707116 Windows touch with CallOutBox bug fix 8 years ago
  hogliux c7b347242d Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash 8 years ago
  jules 8f7d9f7522 Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX 8 years ago
  hogliux 59cc979cfe Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host 8 years ago
  jules 8994f37dd0 Added some FlexBox layout classes, and a demo page for this in the big juce demo app 8 years ago
  tpoole aa1acb3fed Avoid unnecessary calls to AudioUnitInitialize. 8 years ago
  hogliux 0159102e10 Fix ResamplingQuality documentation 8 years ago
  hogliux b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 8 years ago
  hogliux ec9c033cdf Add exclusive flag to MemoryMappedFile 8 years ago
  hogliux 89d938dd3a Make sure to not remove a native component twice 8 years ago
  hogliux 99186e5166 Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88) 8 years ago
  ed 1631daca26 whitespace 8 years ago
  ed 9062ad9ec1 Windows 10 update touch events bug fix 8 years ago
  jules bc17cb90a8 Changed UndoManager so that if a transaction is aborted with undoCurrentTransactionOnly(), then any previously-saved future redo states are restored. 8 years ago
  hogliux aa150395f4 Automatically connect midi input devices on mobile in standalone filter apps 8 years ago
  jules 5ba1723512 Removed the juce_tracktion_marketplace module's dependency on juce_data_structures 8 years ago
  jules 3d1b2d66a3 Added a cast to some VST code to avoid a C++14 warning 8 years ago
  jules 1a1897b43b Made the OSX HTTP stream respond to the return value of the open-stream callback function 8 years ago