2007 Commits (0828977e5b8fe49d4a39e6b51c7c2e238c0c7a66)

Author SHA1 Message Date
  ed 43d58f330f Revert "macOS: Don't apply backing scale factor when using the CoreGraphics renderer" 6 years ago
  ed b1c4d981da Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers 6 years ago
  ed a585005dd3 Updated the ModalCallbackFunction docs to correctly reflect the Component::enterModalState() parameters 6 years ago
  ed 90d65375df macOS: Don't apply backing scale factor when using the CoreGraphics renderer 6 years ago
  ed 3d8acd864a Fixed some pen input source issues 6 years ago
  ed 9715e77e0f Only call ComponentPeer::textInputRequired() from TextEditor::checkFocus() if the focus status has changed to fix the soft input keyboard constantly re-opening on Android 6 years ago
  ed eedca6109c Add a fallback in Displays::findDisplays() on Linux to make sure that there is always a main display 6 years ago
  ed 1a46fb3a5f Minor whitespace tidying 6 years ago
  ed 56302416df Remove check for touch input in MouseInputSourceInternal::getRawScreenPosition() and instead use the cached mouse position from the native peer impls 6 years ago
  ed 7fad509483 Windows: Store the last valid touch input position and return it from MouseInputSource::getCurrentRawMousePosition() 6 years ago
  ed aaaa9e6afb Windows: Fixed a bug causing DPI unaware desktop windows to not fill the entire screen when maximised 6 years ago
  ed dcd606531a Fixed a documentation typo 6 years ago
  ed 8de98f5a82 Fixed a bug causing duplicate TooltipWindows to be shown when multiple plug-in windows were open 6 years ago
  ed 6eab395204 Android: Fixed a crash when pressing the back button 6 years ago
  ed 165654e73c macOS: Fix a crash in getMainScreenHeight() when no screens are available 6 years ago
  ed 6722194260 Bump version number to 5.4.3 6 years ago
  ed af1cc0c70f Minor documentation fixes 6 years ago
  ed 090aef2d70 Windows: Fixed file drag and drop for Windows 8 6 years ago
  ed 363d86ce6e Ensure that DirectoryContentsList sends a change message when the last file in a directory is deleted 6 years ago
  ed 8635315e61 Windows: Fixed a bug on later versions of Windows 10 causing the on-screen keyboard to keep showing and hiding 6 years ago
  ed 72aee7f2f9 Windows: Fixed a bug when dragging files on non-hiDPI systems 6 years ago
  ed 69e9270fab macOS: Set default presentation options when exiting kiosk mode to fix a bug on 10.10 causing the menu bar to not be shown 6 years ago
  ed ecb87a14b0 Enable Viewport drag-to-scroll functionality by default on devices where touch is the primary input method 6 years ago
  ed 3c6b4f1e95 Minor documentation update for the Viewport::setScrollOnDragEnabled() method 6 years ago
  Tom Poole e8c0fe09e6 A minor documentation improvement 6 years ago
  ed d7a62f5f07 Windows: Added a #define missing from some versions of the Windows 10 SDK 6 years ago
  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