1996 Commits (4bedc679b10db69b59ee9d0598166f44f88c629c)

Author SHA1 Message Date
  Tom Poole e3ebe5aed1 Bump version number to 5.4.2 6 years ago
  ed 4cef02477d Windows: Fixed a bug when using DragAndDropContainer in a plug-in after closing and re-opening 6 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
  ed 360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 6 years ago
  ed 3b16efce0b Windows: Call OleUninitialize() after DoDragDrop() returns to fix a hang in some cases 6 years ago
  ed 8e63662163 Android: Avoid a crash when creating a new peer from within a native activity 6 years ago
  jules da2b10ada6 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 6 years ago
  ed 6ff5af9c43 macOS: Fixed a crash on versions before 10.9 6 years ago
  ed 6f52fc5758 Reverted 876aaf4 which was causing TooltipWindows constructed with a parent component not in their parent hierarchy to not be displayed 6 years ago
  ed 6ffc998fa4 iOS: Set the home indicator to auto-hide when in kiosk mode 6 years ago
  ed 2e532329a7 Handle display lists without a (0, 0) root node 6 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
  ed a5ad90edd4 Avoid hitting an assertion when calling Toolbar::showMissingItems() with JUCE_MODAL_LOOPS_PERMITTED=0 6 years ago
  ed 257b40eddb Added an optional argument to Slider::setDoubleClickReturnValue() to specify the key modifiers used to reset the value with a single-click 6 years ago
  ed 5c03d13f0d Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop() 6 years ago
  Tom Poole d06a2b8c13 Fixed compatibility with GCC 4.8 6 years ago
  ed 717cc49382 Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object 6 years ago
  ed f4c67f6fa7 Whitespace 6 years ago
  ed fdc77e645d Windows: Fixed a focus ping-pong issue in the native file chooser when using a custom component 6 years ago
  Tom Poole 6d2e17ed85 APVTS: Fixed an issue displaying slider value suffixes 6 years ago
  ed 1526d9fa09 Windows: Tidied up some of the native file chooser code 6 years ago
  ed e5d1e0008e Allow mouse events to pass to FilePreviewComponent in native file choosers 6 years ago
  ed aee19ad963 Windows: Fixed a leak in the win32 file chooser when using a custom FilePreviewComponent 6 years ago
  ed 78d90fafba Windows: Scale the target bounds of the native file chooser's FilePreviewComponent so it is displayed correctly 6 years ago
  ed 1e1bb841a0 macOS: Apply light appearance to NSViewComponentPeer on 10.14 to fix a bug when hosting Apple AUs 6 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
  ed e64c0365bf macOS: Always call NSViewComponentPeer::redirectMovedOrResized() when a window is de-minimised 6 years ago
  Tom Poole 23f9cff73e Moved <map> into the set of standard headers 6 years ago
  ed 6275af3588 Add audio/mpeg to the MIME type table for .mp3 files to ensure they show up correctly in the native Android file chooser 6 years ago
  ed b3a09e8e96 Windows: Use raw pixel location when forwarding touch events to fix an issue with non-DPI aware plug-ins 6 years ago
  ed 35890478a3 Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object 6 years ago
  hogliux 008b7a9ab2 Re-structured the low-level Android native code 6 years ago
  ed 6d39f01793 Bump version number to 5.4.1 6 years ago
  ed 3ccbd29b39 Fixed some uninitialised ValueWithDefault pointers in the ChoicePropertyComponents 6 years ago
  Tom Poole f0a4b67915 Android: Fixed some compiler warnings 6 years ago
  ed 0b8fcc7a15 Bump version number to 5.4.0 6 years ago
  ed b3a1d56eba Windows: Fixed a build error when JUCE_WIN_PER_MONITOR_DPI_AWARE=0 6 years ago
  Tom Poole 3c121b8538 MacOS: Fixed a crash hiding an NSView in Vienna Ensemble Pro 6 years ago
  ed acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 6 years ago
  ed 87a89e71e8 Fixed a crash that could occur due to ValueWithDefault::onChange calling a deleted PropertyComponent object 6 years ago
  jules cfc85445b5 Minor tidying up 6 years ago
  jules d9c0f9f082 Updated a deprecated OSX symbol 6 years ago
  jules 5979288706 Added some macros for asserting when functions are called in an unsafe manner outside the message thread. 6 years ago
  jules 768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 6 years ago
  ed 97c100b9c1 Windows: Added a workaround for non-DPI aware windows having an incorrect scale factor when using the OpenGL renderer 6 years ago
  ed 9493889a7e Windows: Ensure that ComponentPeer::contains() behaves correctly for non-DPI aware HWNDs running in a DPI aware process 6 years ago
  ed 81c0ec367e Windows: Fixed a bug where bounds would be double scaled when using a non-default global scale factor 6 years ago
  jules df5be847c3 Removed a redundant method and did some minor tidying 6 years ago
  ed 27888d3de9 Made Desktop::Displays::getMainDisplay() a little less restrictive 6 years ago
  Tom Poole 7dd8e40114 iOS: Added a dealloc routine to JuceAppStartupDelegate 6 years ago