1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

2012 commits

Author SHA1 Message Date
ed
31f6f9993b Fixed some conversion warnings in the Display coordinate conversion methods 2019-04-03 10:10:10 +01:00
ed
9f17e0cde8 Added some explicit template instantiations for Displays::physicalToLogical() and ::logicalToPhysical() 2019-04-03 10:00:53 +01:00
ed
f3af250ff7 Tidied up unit test code layout 2019-04-02 11:54:29 +01:00
ed
97e545cd44 Moved the Grid unit tests into juce_Grid.cpp and re-saved all projects 2019-04-02 11:52:44 +01:00
ed
fec3b7d59e Linux: Add warnAboutOverwriting flag capability to native file chooser 2019-04-01 10:05:10 +01:00
ed
43d58f330f Revert "macOS: Don't apply backing scale factor when using the CoreGraphics renderer"
This reverts commit 90d65375df.
2019-03-26 11:42:16 +00:00
ed
b1c4d981da Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers 2019-03-26 11:40:58 +00:00
ed
a585005dd3 Updated the ModalCallbackFunction docs to correctly reflect the Component::enterModalState() parameters 2019-03-26 09:04:24 +00:00
ed
90d65375df macOS: Don't apply backing scale factor when using the CoreGraphics renderer 2019-03-22 12:56:03 +00:00
ed
3d8acd864a Fixed some pen input source issues 2019-03-22 10:47:54 +00:00
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 2019-03-19 17:48:52 +00:00
ed
eedca6109c Add a fallback in Displays::findDisplays() on Linux to make sure that there is always a main display 2019-03-18 16:53:15 +00:00
ed
1a46fb3a5f Minor whitespace tidying 2019-03-15 14:10:14 +00:00
ed
56302416df Remove check for touch input in MouseInputSourceInternal::getRawScreenPosition() and instead use the cached mouse position from the native peer impls 2019-03-12 16:45:50 +00:00
ed
7fad509483 Windows: Store the last valid touch input position and return it from MouseInputSource::getCurrentRawMousePosition() 2019-03-12 16:45:41 +00:00
ed
aaaa9e6afb Windows: Fixed a bug causing DPI unaware desktop windows to not fill the entire screen when maximised 2019-03-12 09:41:30 +00:00
ed
dcd606531a Fixed a documentation typo 2019-03-05 12:04:40 +00:00
ed
8de98f5a82 Fixed a bug causing duplicate TooltipWindows to be shown when multiple plug-in windows were open 2019-03-01 12:10:49 +00:00
ed
6eab395204 Android: Fixed a crash when pressing the back button 2019-02-28 16:27:55 +00:00
ed
165654e73c macOS: Fix a crash in getMainScreenHeight() when no screens are available 2019-02-22 12:07:15 +00:00
ed
6722194260 Bump version number to 5.4.3 2019-02-21 15:25:51 +00:00
ed
af1cc0c70f Minor documentation fixes 2019-02-20 08:36:17 +00:00
ed
090aef2d70 Windows: Fixed file drag and drop for Windows 8 2019-02-19 16:01:40 +00:00
ed
363d86ce6e Ensure that DirectoryContentsList sends a change message when the last file in a directory is deleted 2019-02-19 12:06:04 +00:00
ed
8635315e61 Windows: Fixed a bug on later versions of Windows 10 causing the on-screen keyboard to keep showing and hiding 2019-02-19 11:00:05 +00:00
ed
72aee7f2f9 Windows: Fixed a bug when dragging files on non-hiDPI systems 2019-02-18 18:06:30 +00:00
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 2019-02-18 18:05:50 +00:00
ed
ecb87a14b0 Enable Viewport drag-to-scroll functionality by default on devices where touch is the primary input method 2019-02-18 11:36:33 +00:00
ed
3c6b4f1e95 Minor documentation update for the Viewport::setScrollOnDragEnabled() method 2019-02-18 11:22:16 +00:00
Tom Poole
e8c0fe09e6 A minor documentation improvement 2019-02-18 11:00:35 +00:00
ed
d7a62f5f07 Windows: Added a #define missing from some versions of the Windows 10 SDK 2019-02-12 09:25:30 +00:00
Tom Poole
e3ebe5aed1 Bump version number to 5.4.2 2019-02-07 10:02:17 +00:00
ed
4cef02477d Windows: Fixed a bug when using DragAndDropContainer in a plug-in after closing and re-opening 2019-02-06 11:01:57 +00:00
ed
a234721110 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
ed
360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 2019-01-30 09:55:50 +00:00
ed
3b16efce0b Windows: Call OleUninitialize() after DoDragDrop() returns to fix a hang in some cases 2019-01-21 16:23:13 +00:00
ed
8e63662163 Android: Avoid a crash when creating a new peer from within a native activity 2019-01-21 14:04:15 +00:00
jules
da2b10ada6 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 2019-01-18 09:09:06 +00:00
ed
6ff5af9c43 macOS: Fixed a crash on versions before 10.9 2019-01-16 17:35:48 +00:00
ed
6f52fc5758 Reverted 876aaf4 which was causing TooltipWindows constructed with a parent component not in their parent hierarchy to not be displayed 2019-01-16 11:37:15 +00:00
ed
6ffc998fa4 iOS: Set the home indicator to auto-hide when in kiosk mode 2019-01-14 12:02:00 +00:00
ed
2e532329a7 Handle display lists without a (0, 0) root node 2019-01-14 11:12:53 +00:00
jules
cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
ed
a5ad90edd4 Avoid hitting an assertion when calling Toolbar::showMissingItems() with JUCE_MODAL_LOOPS_PERMITTED=0 2019-01-10 12:38:06 +00:00
ed
257b40eddb Added an optional argument to Slider::setDoubleClickReturnValue() to specify the key modifiers used to reset the value with a single-click 2019-01-10 10:59:25 +00:00
ed
5c03d13f0d Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop() 2018-12-14 12:13:39 +00:00
Tom Poole
d06a2b8c13 Fixed compatibility with GCC 4.8 2018-12-06 10:45:23 +00:00
ed
f4c67f6fa7 Whitespace 2018-12-03 17:02:26 +00:00
ed
fdc77e645d Windows: Fixed a focus ping-pong issue in the native file chooser when using a custom component 2018-12-03 14:21:51 +00:00
Tom Poole
6d2e17ed85 APVTS: Fixed an issue displaying slider value suffixes 2018-11-30 18:18:07 +00:00