4934 Commits (4e69133e54bab2a544d7924d474bfb747aba794d)

Author SHA1 Message Date
  jules 4e69133e54 Added method ThreadPool::moveJobToFront() 8 years ago
  ed dc8033633c Added a virtual getTabButtonFont() method to TabbedButtonBar::LookAndFeelMethods 8 years ago
  tpoole d2967de994 Fixed some compiler errors when creating AU plug-ins with Xcode 9 8 years ago
  jules 383c1678ce Worked around a compiler warning 8 years ago
  tpoole d59ac51067 Deleted the String (bool) constructor to prevent nasty type conversion edge cases 8 years ago
  ed 8b81379c46 Fixed a bug where PopupMenus with a border size of 0 were being immediately dismissed 8 years ago
  tpoole 041feb1688 Added operator<< bool to the String class 8 years ago
  hogliux e61292fe57 DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms 8 years ago
  tpoole 8424030e50 Fixed a bug where floating point numbers were parsed using the system's locale 8 years ago
  hogliux 42826ae93c BLOCKS: Fixed issue preventing update of blocks version numbers after updating over API/DNA/Topology. 8 years ago
  tpoole 6383b05d7f VST3: Fixed some VST3 hosting compiler errors on Windows 8 years ago
  jules a0d8137fea Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs() 8 years ago
  hogliux a5311ff753 Fixed a few harmless sign conversion warnings in the dsp's SIMD code 8 years ago
  hogliux f516b97a25 Fixed some warnings when using JUCE_SNAP_TO_ZERO on non x86 processors 8 years ago
  tpoole 372bc66c9d Doxygen: Add top-level LittleFoot functions group 8 years ago
  tpoole 25b1390a4a Doxygen: Remove groups from LittleFoot functions 8 years ago
  hogliux ffdc318d7f iOS/Android PlugIn Standalone: Fixed an issue where midi callbacks would be added twice 8 years ago
  hogliux b56e3890c2 Added AudioProcessor::updateTrackProperties callback to inform plug-ins about track colour and name changes 8 years ago
  hogliux b2ae412e26 Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h 8 years ago
  hogliux 51311ce8f7 macOS: Fixed an issue where the menuIndex was shifted by one when using the native macOS menu bar 8 years ago
  jules ac9ccc0dfd Avoided unnecessarily including the grid unit test code 8 years ago
  hogliux 8892026ec7 Android: Fixed a bug where getCurrentRawMousePosition() would incorrectly return the mouse position local to the peer that had the last touch event 8 years ago
  hogliux 0fd1a69525 AU/Auv3: Added workaround for compiler issue when initialising CoreAudio's AudioChannelLayout structure using braces 8 years ago
  hogliux e65708eb4c Added colour ids to modify the colours of the TableHeaderComponent 8 years ago
  jules 1f9f9bd6e2 BLOCKS API: Added an internal serial code 8 years ago
  ed 37cf001599 Reduced the minimum height of PopupMenu ItemComponent from 2 to 1 8 years ago
  ed b7a7563a59 Added a virtual getPopupMenuBorderSize() to PopupMenu::LookAndFeelMethods 8 years ago
  tpoole 8e2ab5eeaa Added a script to create Doxygen groups for modules 8 years ago
  ed cb1f02696f Fixed a leak in URLConnectionState 8 years ago
  jules ef58d3716f Added a missing VST3 header 8 years ago
  jules 55f536078a Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag 8 years ago
  jules 723a15c7a0 Removed a few more old compiler workarounds 8 years ago
  jules 357dd2c9c9 Removed some old compiler bug workarounds 8 years ago
  hogliux ee4993f0ff Fixed File::getCreationTime() to return the correct creation time on macOS/iOS 8 years ago
  hogliux 2fbbb59fef PopupMenu: Minor documentation fix 8 years ago
  hogliux 4a2a5294a7 Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr 8 years ago
  hogliux 7bae8a426b Fixed a potential nullptr dereference in Image::clear() 8 years ago
  hogliux 825888afba AudioProcessorGraph: Fixed a crash when the processor graph is called with block sizes larger than reported by prepareToPlay 8 years ago
  jules dcbe32f527 Added some missing move constructors to SortedSet 8 years ago
  jules 3265de83bd Added a method SynthesiserVoice::setKeyDown 8 years ago
  jules 47284a4209 Improved some comments in OpenGLAppComponent 8 years ago
  jules aed0e13745 Workaround for an edge-case involving sustain + sostenuto pedal parsing in the Synthesiser class. Also gave that class a quick spring-clean internally 8 years ago
  jules 5e4fd94b8f SVG parser: if font-size is unspecified for text, a non-zero default size is used 8 years ago
  hogliux 3d379863f1 Revert commit (as already applied with earlier commit): Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 8 years ago
  hogliux 0413331cc3 Android IAP: Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 8 years ago
  hogliux 38f9e951bb SoundPlayer: Added support for automatic sample rate conversion when playing audio from AudioFormatReaders 8 years ago
  jules b653e838d0 Tweaked the order in which properties are set when TreeViewItems are added, and did some internal modernisation of the TreeView classes 8 years ago
  hogliux cd74131729 IAP Android: Delay IAP responses if IAP android service did not bind to our app yet 8 years ago
  hogliux 803800376b IAP: Fixed a compiler error on linux and windows 8 years ago
  hogliux df91b15455 Added in-app purchase feature to JUCE 8 years ago