7111 Commits (cbc0ed304b32b26ec1ada94c368f458c3d22ca5c)
 

Author SHA1 Message Date
  tpoole 004f829c2b Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases 9 years ago
  ed 9276540e7d Fix to avoid negative width assertion when drawing fitted text in very deep TreeView file trees. 9 years ago
  ed 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. 9 years ago
  luigisambuy ed0c032a01 Added a styleChanged flag to enable setText() to take effect after setColor() 9 years ago
  ed 29320a01cc Changed maxSensibleMidiFileSize in MidiFile from 2mb to 200mb to allow loading of large MIDI files 9 years ago
  tpoole bea45f84db Fixed SVG child-transform rendering bug. 9 years ago
  jules e74849ccfb Fixed a missing call to lf.preparePopupMenuWindow in PopupMenu 9 years ago
  jules 151e3f769e Added a LookAndFeel method preparePopupMenuWindow() to allow the window component to be customised before being displayed 9 years ago
  tpoole 132c1d6ae8 Removed "C" after all mono channel names 9 years ago
  tpoole 1a28e7acb2 Fixed modulo zero bug in VST bus arrangement 9 years ago
  hogliux 821dea8008 Fixed implicit conversion warnings in BigInteger 9 years ago
  hogliux c94be5db8b Fixed an issue where repaints could be dropped when the host is also sending many repaints to the plug-in 9 years ago
  hogliux f25753642e Fixed #100: If base sdk version is newer than 10.12 then no need to define kAudioUnitProperty_SupportsMPE 9 years ago
  ed 16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions 9 years ago
  jules c10b042f76 Fixed a potential leak in ScopedPointer 9 years ago
  ed 70530a9d9a Added beginParameterChange() and endParameterChange() methods to AudioProcessorValueTreeState::AttachedControlBase so that changes to ButtonAttachment and ComboBoxAttachment objects can be recorded as automation in hosts. 9 years ago
  ed 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 9 years ago
  ed 5c46c65456 Changed the documentation for AudioProcessorValueTreeState::SliderAttachment and ComboBoxAttachment to fix typos 9 years ago
  tpoole f0555e6a59 Fixed JucePlugin_IsSynth compiler warning. 9 years ago
  jules 7be711ec07 Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers 9 years ago
  jules a9d843414a Resaved all projects 9 years ago
  jules c0c912ab4c Modified BigInteger so that small (128-bit) values don't require heap allocation 9 years ago
  tpoole 28bb28a642 Fixed a trailing "\" bug in the VS intermediates path 9 years ago
  tpoole c23e95d4b6 Defined HAVE_LROUND for non-MSVC compilers when building FLAC libs 9 years ago
  tpoole 979d3b62a2 Fixed crash on internal changes within aggregate audio devices on OS X 9 years ago
  tpoole 17dee9add2 Restore depecated VST opcodes for CarbonWrapperComponents 9 years ago
  tpoole ddb879663b Fixed VSTs erroneously wanting midi input 9 years ago
  tpoole 1ddd394291 Restore missing VST opcode. 9 years ago
  tpoole d873d2426a Fix some Xcode warnings in the VST and VST3 wrappers. 9 years ago
  tpoole cb6b4b7170 Remove VST editor idle 9 years ago
  tpoole 881dfce40f Fix deadlock in handleRouteChange for iOS audio. 9 years ago
  jules 6ba384f4c8 Fixed some missing definitions in the VST hosting for Carbon compatibility 9 years ago
  jules 7fad2545c9 Added output level metering to AudioDeviceManager 9 years ago
  jules 1942e3d0c1 Added begin/end iterator methods for ValueTree, for handy range-based-for loops over its children 9 years ago
  luigisambuy ea7677970c modified sliderValueChanged() to notify host only on mouse clicks 9 years ago
  ed 47c48b2f6a Changed Projucer LoginForm "Remember login" button to tick box 9 years ago
  tpoole 9f31d6498a Use a bespoke VST2 interface 9 years ago
  luigisambuy 1e9af22f96 modified valueChanged() to notify host only on mouse clicks. 9 years ago
  tpoole 08b2116c2b Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts 9 years ago
  jules 48db4fa75a Fix for the copy constructor of DrawableRectangle 9 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 9 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 9 years ago
  jules b1ab45052e Avoided a warning in some OSX network code 9 years ago
  jules c353ac34a2 Avoided a race condition when cancelling HTTP stream on OSX 9 years ago
  Timur Doumler c7db4bb7f5 Avoided a compiler warning on OS X due to unused private fields in VSTPluginWindow. 9 years ago
  Timur Doumler 773c96399a Whitespace. 9 years ago
  luigisambuy e2dc460927 Made the Desktop class clear any pending animations before shutting down. 9 years ago
  luigisambuy 6547452fd3 Fixed a leak of bubbleMessage object in juce demo 9 years ago
  jules 91f2453d11 Fixed a bug in UndoManager when using undoCurrentTransactionOnly 9 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 9 years ago