Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 48ac6347e1 Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats by hogliux 2016-09-16 11:20:39 +0100
  • 231a6e479d Fix some warnings in MSVC by hogliux 2016-09-16 11:19:53 +0100
  • 8ec9443543 Projucer various fixes by stefan 2016-09-15 17:12:14 +0200
  • e35aba3444 Added a standard iterator to NamedValueSet by hogliux 2016-09-14 09:26:48 +0100
  • 2fd331fac7 Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s by hogliux 2016-09-13 11:05:49 +0100
  • cbb8536a6d Fixed potential crash in mac's legacy WebInputStream implementation by hogliux 2016-09-12 18:17:19 +0100
  • ceefc5b4bf Avoided a dead-lock in a recent commit to WebInputStream on mac by hogliux 2016-09-12 18:06:36 +0100
  • 6d56e488dc Add support for retina mouse cursors on OS X by hogliux 2016-09-12 17:29:20 +0100
  • 5f748bb7a0 Added a method to get the internal viewport of a PropertyPanel by hogliux 2016-09-12 12:05:52 +0100
  • c67c1d4ef9 Added missing JUCE_API keywords by hogliux 2016-09-12 12:02:47 +0100
  • ff40b46bf2 Added support for automatically creating AAX plugin bundles on Windows by hogliux 2016-09-12 09:25:30 +0100
  • f37787df4c Fixed incorrect comparison in right shift operator of BigInteger by hogliux 2016-09-09 14:49:10 +0100
  • b94a68c9ec Array: added new method removeIf to remove objects based on an arbitrary condition. Made removeIf and removeAllInstancesOf return the number of objects removed. by Timur Doumler 2016-09-09 12:56:49 +0100
  • cf8d655855 Fixed a possible race condition in mac's implementation of WebInputStream by hogliux 2016-09-09 12:00:53 +0100
  • 9177a94b15 Added a check in Button to detect self-deletion as a side-effect of its toggle value changing by jules 2016-09-08 13:31:01 +0100
  • 1f2eaeb47f Added support for accessing the properties of a javascript object via the subscript operator by hogliux 2016-09-08 10:49:31 +0100
  • 913a868d8d Fixed a crash on exit error in the plug-in host on windows/linux by hogliux 2016-09-08 10:47:57 +0100
  • 16525c0a6f Fixed some typos. by tpoole 2016-09-06 18:41:12 +0100
  • d73f776370 Fixed a bug where FlexBox would still be compiled on older versions of VS by hogliux 2016-09-06 16:49:31 +0100
  • 004f829c2b Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases by tpoole 2016-09-05 22:12:27 +0100
  • 9276540e7d Fix to avoid negative width assertion when drawing fitted text in very deep TreeView file trees. by ed 2016-09-05 17:35:09 +0100
  • 56423ae9fd Changed Windows windowing so that the resizeStart() and resizeEnd() methods of the constrainer associated with the application window are called when it is maximised. by ed 2016-09-05 14:24:17 +0100
  • ed0c032a01 Added a styleChanged flag to enable setText() to take effect after setColor() by luigisambuy 2016-09-05 11:50:18 +0100
  • 29320a01cc Changed maxSensibleMidiFileSize in MidiFile from 2mb to 200mb to allow loading of large MIDI files by ed 2016-09-05 10:23:42 +0100
  • bea45f84db Fixed SVG child-transform rendering bug. by tpoole 2016-09-05 10:07:32 +0100
  • e74849ccfb Fixed a missing call to lf.preparePopupMenuWindow in PopupMenu by jules 2016-09-05 09:52:56 +0100
  • 151e3f769e Added a LookAndFeel method preparePopupMenuWindow() to allow the window component to be customised before being displayed by jules 2016-09-04 12:37:53 +0100
  • 132c1d6ae8 Removed "C" after all mono channel names by tpoole 2016-09-01 10:26:08 +0100
  • 1a28e7acb2 Fixed modulo zero bug in VST bus arrangement by tpoole 2016-09-01 09:18:06 +0100
  • 821dea8008 Fixed implicit conversion warnings in BigInteger by hogliux 2016-08-31 17:43:48 +0100
  • c94be5db8b Fixed an issue where repaints could be dropped when the host is also sending many repaints to the plug-in by hogliux 2016-08-31 16:57:59 +0100
  • f25753642e Fixed #100: If base sdk version is newer than 10.12 then no need to define kAudioUnitProperty_SupportsMPE by hogliux 2016-08-31 13:04:24 +0100
  • 16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions by ed 2016-08-31 09:00:50 +0100
  • c10b042f76 Fixed a potential leak in ScopedPointer by jules 2016-08-30 16:30:50 +0100
  • 70530a9d9a Added beginParameterChange() and endParameterChange() methods to AudioProcessorValueTreeState::AttachedControlBase so that changes to ButtonAttachment and ComboBoxAttachment objects can be recorded as automation in hosts. by ed 2016-08-30 14:42:20 +0100
  • 19d654d43a Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class by ed 2016-08-30 12:30:32 +0100
  • 5c46c65456 Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos by ed 2016-08-30 09:20:30 +0100
  • f0555e6a59 Fixed JucePlugin_IsSynth compiler warning. by tpoole 2016-08-30 09:02:43 +0100
  • 7be711ec07 Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers by jules 2016-08-28 17:44:39 +0100
  • a9d843414a Resaved all projects by jules 2016-08-26 09:49:20 +0100
  • c0c912ab4c Modified BigInteger so that small (128-bit) values don't require heap allocation by jules 2016-08-26 09:42:28 +0100
  • 28bb28a642 Fixed a trailing "\" bug in the VS intermediates path by tpoole 2016-08-25 12:37:06 +0100
  • c23e95d4b6 Defined HAVE_LROUND for non-MSVC compilers when building FLAC libs by tpoole 2016-08-25 12:26:31 +0100
  • 979d3b62a2 Fixed crash on internal changes within aggregate audio devices on OS X by tpoole 2016-08-24 09:39:05 +0100
  • 17dee9add2 Restore depecated VST opcodes for CarbonWrapperComponents by tpoole 2016-08-24 08:56:50 +0100
  • ddb879663b Fixed VSTs erroneously wanting midi input by tpoole 2016-08-23 23:24:41 +0100
  • 1ddd394291 Restore missing VST opcode. by tpoole 2016-08-23 22:37:19 +0100
  • d873d2426a Fix some Xcode warnings in the VST and VST3 wrappers. by tpoole 2016-08-23 22:32:10 +0100
  • cb6b4b7170 Remove VST editor idle by tpoole 2016-08-23 22:23:44 +0100
  • 881dfce40f Fix deadlock in handleRouteChange for iOS audio. by tpoole 2016-08-23 17:45:21 +0100
  • 6ba384f4c8 Fixed some missing definitions in the VST hosting for Carbon compatibility by jules 2016-08-23 11:59:08 +0100
  • 7fad2545c9 Added output level metering to AudioDeviceManager by jules 2016-08-23 11:58:27 +0100
  • 1942e3d0c1 Added begin/end iterator methods for ValueTree, for handy range-based-for loops over its children by jules 2016-08-23 09:39:12 +0100
  • ea7677970c modified sliderValueChanged() to notify host only on mouse clicks by luigisambuy 2016-08-22 11:51:32 +0100
  • 47c48b2f6a Changed Projucer LoginForm "Remember login" button to tick box by ed 2016-08-22 10:25:17 +0100
  • 9f31d6498a Use a bespoke VST2 interface by tpoole 2016-08-22 09:57:16 +0100
  • 1e9af22f96 modified valueChanged() to notify host only on mouse clicks. by luigisambuy 2016-08-19 11:38:35 +0100
  • 08b2116c2b Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts by tpoole 2016-08-19 09:53:13 +0100
  • 48db4fa75a Fix for the copy constructor of DrawableRectangle by jules 2016-08-18 14:09:13 +0100
  • 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 by jules 2016-08-17 17:25:20 +0100
  • a46191ad97 Native OSX menu bar: avoided some duplicated menu bar flashes when invoking commands, and some incorrect tagging of items in the menu by jules 2016-08-17 16:19:48 +0100
  • b1ab45052e Avoided a warning in some OSX network code by jules 2016-08-17 16:12:10 +0100
  • c353ac34a2 Avoided a race condition when cancelling HTTP stream on OSX by jules 2016-08-17 11:04:24 +0100
  • c7db4bb7f5 Avoided a compiler warning on OS X due to unused private fields in VSTPluginWindow. by Timur Doumler 2016-08-17 09:55:00 +0100
  • 773c96399a Whitespace. by Timur Doumler 2016-08-17 09:54:15 +0100
  • e2dc460927 Made the Desktop class clear any pending animations before shutting down. by luigisambuy 2016-08-16 14:55:43 +0100
  • 6547452fd3 Fixed a leak of bubbleMessage object in juce demo by luigisambuy 2016-08-16 09:45:48 +0100
  • 91f2453d11 Fixed a bug in UndoManager when using undoCurrentTransactionOnly by jules 2016-08-15 17:11:12 +0100
  • 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 by jules 2016-08-15 16:51:29 +0100
  • 3f83eedd45 Minor tidying up by jules 2016-08-15 16:49:16 +0100
  • e9832ffdf4 Added a symmetric skew option to Slider by tpoole 2016-08-15 11:31:11 +0100
  • 79dd695731 added ScopedLock to iOSAudioIODevice::handleRouteChange method to avoid race condition by ed 2016-08-12 15:51:42 +0100
  • 8e10f16eb8 Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes by ed 2016-08-12 10:08:27 +0100
  • 1470928b0c Use effGetProductString when getting the name of a VST-2 plugin by hogliux 2016-08-11 17:50:44 +0100
  • 82224d7442 Avoided a couple of warnings in iOS builds with older SDKs by jules 2016-08-11 16:06:36 +0100
  • 999f4848df Stopped the ColourSelector sending a change message from its constructor by jules 2016-08-11 16:06:12 +0100
  • 3104cbe147 Added an optional notification argument to ColourSelector::setCurrentColour() by jules 2016-08-11 11:12:06 +0100
  • cbdf707116 Windows touch with CallOutBox bug fix by ed 2016-08-11 11:02:04 +0100
  • c7b347242d Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash by hogliux 2016-08-11 10:50:36 +0100
  • 8f7d9f7522 Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX by jules 2016-08-11 09:26:56 +0100
  • 59cc979cfe Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host by hogliux 2016-08-10 17:40:47 +0100
  • 8994f37dd0 Added some FlexBox layout classes, and a demo page for this in the big juce demo app by jules 2016-08-10 16:57:44 +0100
  • aa1acb3fed Avoid unnecessary calls to AudioUnitInitialize. by tpoole 2016-08-10 14:48:44 +0100
  • 0159102e10 Fix ResamplingQuality documentation by hogliux 2016-08-10 12:35:47 +0100
  • b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive by hogliux 2016-08-09 09:26:29 +0100
  • ec9c033cdf Add exclusive flag to MemoryMappedFile by hogliux 2016-08-09 09:23:06 +0100
  • 89d938dd3a Make sure to not remove a native component twice by hogliux 2016-08-08 18:44:01 +0100
  • 99186e5166 Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88) by hogliux 2016-08-08 16:46:44 +0100
  • 1631daca26 whitespace by ed 2016-08-08 16:42:39 +0100
  • 9062ad9ec1 Windows 10 update touch events bug fix by ed 2016-08-08 15:51:42 +0100
  • bc17cb90a8 Changed UndoManager so that if a transaction is aborted with undoCurrentTransactionOnly(), then any previously-saved future redo states are restored. by jules 2016-08-08 11:31:13 +0100
  • aa150395f4 Automatically connect midi input devices on mobile in standalone filter apps by hogliux 2016-08-05 16:20:23 +0100
  • 5ba1723512 Removed the juce_tracktion_marketplace module's dependency on juce_data_structures by jules 2016-08-05 15:46:00 +0100
  • 3d1b2d66a3 Added a cast to some VST code to avoid a C++14 warning by jules 2016-08-05 15:40:10 +0100
  • 1a1897b43b Made the OSX HTTP stream respond to the return value of the open-stream callback function by jules 2016-08-05 15:38:33 +0100
  • 675f5943a1 fixed silly typo by ed 2016-08-05 15:20:28 +0100
  • f0a00bfe4d AlertWindow::show() only sets window to always on top if there are other always on top windows by ed 2016-08-05 14:30:26 +0100
  • 49b9619176 Added a cast to avoid a warning in Array by jules 2016-08-04 15:42:28 +0100
  • bc77b00700 MIDI network session enabled for iOS simulator by ed 2016-08-04 12:24:21 +0100
  • 17a07a0057 Add a flag to release the focus of a component when the user accesses the main menu bar on mac by hogliux 2016-08-04 12:08:43 +0100