1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
Commit graph

2153 commits

Author SHA1 Message Date
Tom Poole
67486d47e0 Fixed some Doxygen warnings 2020-03-03 18:42:02 +00:00
ed
618f3645b2 Android: Fixed some issues in the native content sharing code 2020-03-03 17:24:39 +00:00
ed
18523101be Windows: Refactored DPI handling in the VST wrapper and hosting code 2020-03-02 15:41:08 +00:00
reuk
4b7043b0cd OptionalScopedPointer: Added proper move semantics and convenience constructors 2020-02-25 17:36:36 +00:00
ed
baebb9d1b5 Fixed a dangling pointer deletion when moving PopupMenu submenus 2020-02-20 12:42:52 +00:00
ed
171b7812f4 Updated platform implementations of Desktop::setKioskComponent() to be multi-monitor aware 2020-02-18 11:19:46 +00:00
reuk
f9532f609e DocumentWindow: Made macOS windows respect constrainer minSize when in split screen 2020-02-10 16:25:59 +00:00
ed
08d0a12f03 Bump version number to 5.4.7 2020-02-10 14:16:54 +00:00
ed
e4d10979ae macOS: Fixed an NSWindow focus bug introduced in 8ce79e2 2020-02-07 16:21:09 +00:00
ed
5bda9de977 Windows: Fixed some build errors and warnings when using Clang in Visual Studio 2020-02-06 14:07:42 +00:00
ed
efdccd8f1d macOS: Don't play alert sound if NSWindow is blocked by modal component in canBecomeKeyWindow() and canBecomeMainWindow() 2020-02-05 13:55:06 +00:00
ed
b40496f568 Fixed a bug when selecting the first row in a ListBox after a key down event 2020-02-05 11:08:32 +00:00
Tom Poole
ef1eacccd3 Bump version number to 5.4.6 2020-02-04 11:26:48 +00:00
ed
b45ce09235 Standardised the licensing whitespace in module headers 2020-01-30 09:48:16 +00:00
ed
90f9af3e2f Fixed a positioning bug in SidePanel::calculateBoundsInParent() 2020-01-30 08:52:22 +00:00
ed
c8c14516d5 Scale mouse position when calculating parent area for PopupMenu window 2020-01-23 09:41:26 +00:00
ed
a313357d39 Update DragAndDropTarget::SourceDetails::localPosition before calling DragAndDropContainer::dragOperationStarted() 2020-01-21 15:54:32 +00:00
ed
8ce79e20e7 macOS: Fixed a bug causing hidden NSWindows to become unhidden when the app regains focus 2020-01-20 12:46:44 +00:00
ed
e58f264c07 Added a MouseEvent::mouseWasDraggedSinceMouseDown() check in ConcertinaPanel::PanelHolder::mouseDrag() 2020-01-20 09:46:25 +00:00
ed
c8bceee365 macOS: Fixed some spurious dynamic_cast warnings when loading dynamic libraries 2020-01-14 12:37:36 +00:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
ed
027e12e3a6 Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library 2020-01-06 16:19:05 +00:00
ed
e36736e0ec Fixed some typos 2020-01-06 14:04:16 +00:00
ed
496516fd1a Fixed a couple of typos in the ComboBox documentation 2020-01-06 10:54:13 +00:00
ed
c2f4da50b5 Android: Updated the JuceSharingContentProvider bytecode 2019-12-16 16:35:53 +00:00
ed
971fc8e589 Fixed a potential double deletion in ComponentAnimator::AnimationTask 2019-12-16 11:08:38 +00:00
Tom Poole
17275dbf8f ComboBox: Added a repaint call to showPopupIfNotActive 2019-12-02 15:23:35 +00:00
ed
5b65b33280 Make sure scrollbar listeners are updated in Viewport::updateVisibleArea() 2019-11-29 10:59:40 +00:00
ed
e18f6da884 Added setImage() builder methods to PopupMenu::Item 2019-11-29 09:56:05 +00:00
ed
f9781d810e macOS: Added a method for per-window disabling of asynchronous layer-backed views when JUCE_COREGRAPHICS_DRAW_ASYNC is set 2019-11-12 18:54:54 +00:00
ed
e951b39801 Windows: Fixed some repainting issues when using a non-integer scale factor 2019-11-12 10:28:27 +00:00
ed
dcd2ee6ef8 Fixed a couple of typos in the FileChooser docs 2019-11-11 09:12:33 +00:00
ed
ce9bb8b605 Windows: Added an overflow buffer to the event loop to catch messages posted after hitting the PostMessage() limit 2019-11-08 18:11:27 +00:00
ed
621f6cb6a2 Guard against NaN errors in Component::internalRepaintUnchecked() 2019-11-06 12:22:22 +00:00
ed
54ad9fca56 Updated some incorrect documentation for KeyPress 2019-11-05 14:59:47 +00:00
Tom Poole
76cafd10d0 macOS: Fixed some issues targeting older operating systems 2019-11-05 12:34:12 +00:00
ed
8d75cc8064 iOS: Fixed a screen rotation bug on iOS 13 2019-11-01 16:00:40 +00:00
ed
0d37bd8088 iOS: Support option and cmd keys in KeyPress::getTextDescription() and ::getTextDescriptionWithIcons() 2019-10-25 16:00:07 +01:00
ed
65be5bc9c5 macOS: Removed an SDK version guard for setting transparent window colours in the native peer code 2019-10-24 17:20:59 +01:00
ed
a2772569ec macOS: Added JUCE_COREGRAPHICS_DRAW_ASYNC flag to enable asynchronous drawing 2019-10-24 15:51:03 +01:00
ed
1237b8c831 Fixed an issue causing ComponentAnimator ProxyComponent to be blurry when transformed 2019-10-23 11:41:03 +01:00
ed
c74c9394e0 iOS: Support ModifierKeys::commandModifier flag 2019-10-23 11:40:52 +01:00
ed
d498575976 Fixed some SVG parsing bugs 2019-10-23 11:40:39 +01:00
ed
dab4741eb3 Tidied up a few bits of graphics code with Graphics::ScopedSaveState 2019-10-21 15:28:02 +01:00
ed
022e2e2bea Linux: Check for PointerRoot return in isFocused() 2019-10-21 15:28:02 +01:00
Tom Poole
41a2c97ff3 A minor documentation update 2019-10-20 20:01:20 +01:00
ed
4583baf277 Bump version number to 5.4.5 2019-10-16 10:01:09 +01:00
ed
c07c9f89fe Linux: Fixed an issue in LinuxComponentPeer::getScreenPosition() with embedded windows 2019-10-15 11:57:21 +01:00
ed
6bd1b6b086 Fixed a duplicate ColourId in SidePanel 2019-10-10 16:59:39 +01:00
ed
be134d9185 Linux: Return 1.0 for GNOME scaling-factor if it hasn't been set 2019-10-04 16:12:04 +01:00