9964 Commits (c89194f84d0e3ed18ef53dbdfa618d6e56c48adc)
 

Author SHA1 Message Date
  tpoole 03e6684355 Projucer: Fixed a Visual Studio exporter library linking bug 7 years ago
  jules a4f5663fce Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers 7 years ago
  jules 533fd23439 Added a missing override 7 years ago
  jules d00a459480 Added method TextEditor::setJustification() 7 years ago
  tpoole cf67b1d12d Projucer: Removed a duplicate compile flag from the Makefile exporter 7 years ago
  tpoole e0203c1afd Projucer: Removed a duplicated compiler option from the Linux exporter 7 years ago
  hogliux 5a843965e6 AAX: Added JucePlugin_AAX_Chunk_Identifier preprocessor define to override the AAX chunk identifier that is used by JUCE 7 years ago
  ed f83fcafb84 Fixed a bug where a Slider popup display set to show on mouse hover wouldn't show when dragging the mouse over the Slider and releasing 7 years ago
  jules 6290e95152 Whitespace 7 years ago
  jules c309a5b244 Avoided forcing TextEditor to be always opaque 7 years ago
  hogliux 8bb64a5ddc Added getXRunCount to AudioIODevice as a way to get Xrun counts from underlying hardware 7 years ago
  ed 0b6f02a29e Fixed some errors and warnings when building with JUCE_DLL_BUILD=1 7 years ago
  ed c800d07983 Projucer: Changed the method for setting the Windows Target Platform option in the VS exporters to a text box 7 years ago
  ed 33f075212e Fixed a typo in TextPropertyComponent 7 years ago
  jules a5eebb37ef whitespace 7 years ago
  jules e6ae3f7aa7 Fixed a problem in a static assert in Atomic. 7 years ago
  tpoole 47698a86b1 MinGW: Fixed some 32 bit build errors 7 years ago
  jules 9e356135a1 Added a minimum number of columns option to the PopupMenu, and did a bit of internal modernising on the class's internals 7 years ago
  tpoole 554d055a8f WinRT MIDI: Increased the maximum size of outgoing messages 7 years ago
  tpoole fec19eeade MacOS: Fixed a bug detecting changes to the number of hardware output channels 7 years ago
  hogliux 70aa86413a Standalone Plug-In: Fixed an issue where the editor would not resize correctly on mobile when the feedback warning was dismissed 7 years ago
  hogliux fcffaa6751 VST3: Fixed an issue with the VST3 implementation of isInputChannelStereoPair/isOutputChannelStereoPair 7 years ago
  jules 94669f2b14 whitespace 7 years ago
  jules 2878bc2f75 Added a copy constructor for MidiBuffer::Iterator 7 years ago
  ed 4b75bbdab6 Littlefoot: Add pitch correction functions 7 years ago
  jules fa093cd798 Modernised some String internals 7 years ago
  ed 0b7d163d49 Increased the contrast for selected text when using LookAndFeel_V4 7 years ago
  jules e0c079c448 Added a couple of assertions in IIR::Coefficients 7 years ago
  hogliux efacd83ab5 Added a missing juce namespace to juce_mac_AudioCDBurner.mm 7 years ago
  tpoole f08aa821b6 JUCE version 5.1.2 7 years ago
  tpoole 9fc21a8d5a Re-saved all projects 7 years ago
  tpoole 0ae8aa812c Bump version number to 5.1.2 7 years ago
  jules f4d1969753 Fixed a few documentation typos 7 years ago
  jules 4f204f405d Added a method var::hasProperty() 7 years ago
  hogliux 2729625efb Improved the confusing nomenclature of some of the SIMDRegister typedefs 7 years ago
  ed 320c3476c4 Added some more documentation to ProgressBar 7 years ago
  hogliux 7bb95a8334 Android: Ensure that jni headers are included if JUCE_CORE_INCLUDE_JNI_HELPERS is set but JUCE_CORE_INCLUDE_NATIVE_HEADERS isn't 7 years ago
  hogliux 8e9edeff8b Ensured that the "textWhenNothingSelected" takes the label font of label's lookandfeel into account 7 years ago
  ed 2fed2af669 Updated the documentation in ProgressBar to reflect the circular, spinning ProgressBar that was added in LookAndFeel_V4 7 years ago
  ed 149201d951 Display current progress in LookAndFeel_V4 linear ProgressBar 7 years ago
  hogliux 4bb58c7d51 VST3: respect the editor's constrainer when resizing 7 years ago
  hogliux 1291f1a06b Reverted commit 8483aa4 as the same functionality already existed in JUCE with ModalCallbackFunction. Improved the documentation in NativeMessageBox to mention that class. 7 years ago
  hogliux 8b3ab7c152 Windows: Remove deprecated direct show macro from JUCE demo 7 years ago
  hogliux 74c7633aab DSP: snapToZero is now a public method of the IIR and StateVariable filters so that they can be called manually after sample by sample processing 7 years ago
  tpoole bab3ce9759 AU and AUv3: Enabled JucePlugin_AUHighResolutionParameters by default and combined this breaking change with 4dcce50 7 years ago
  hogliux ed8270fcda Fixed an extra semicolon in the previous commit 7 years ago
  hogliux 8483aa4aea Added a new method NativeMessageBox::showMessageBox which asynchronously opens a native dialog box and calls a C++ lambda when dismissed 7 years ago
  hogliux e2c8e30d72 Added a ScopedNoDenormal class to temporarily disable denormals 7 years ago
  ed 71d10e750a Fixed a bug where PopupMenus were being dismissed when opening a submenu using touch input 7 years ago
  tpoole 2eaca0526d Added another fix to 4dcce50 to support AudioProcessor based parameter selection 7 years ago