jules
|
5d23645ca2
|
Workaround for some OSX10.11 repaint region coalescing problems
|
9 years ago |
jules
|
328652c3ad
|
Added some workarounds in the OSX windowing code to help keep window resizing smooth when components are repainting at high speeds (only seems to be an issue since OSX 10.11)
|
9 years ago |
hogliux
|
688969da20
|
Fix missing window decorations in KDE
|
9 years ago |
jules
|
b5907fa90d
|
Normalised some divider comments
|
9 years ago |
jules
|
6b75e59e1f
|
Added some behind-the-scenes functions for creating snapshots of native windows
|
9 years ago |
jules
|
deae885df4
|
Avoided a warning in OSX when core graphics is disabled
|
9 years ago |
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
9 years ago |
hogliux
|
9629de32bb
|
Add treatFilePackagesAsDirectories flag to native FileChooser
|
9 years ago |
jules
|
08b853ee35
|
Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public
|
9 years ago |
jules
|
28a322138d
|
Added method Desktop::isOSXDarkModeActive()
|
9 years ago |
Timur Doumler
|
c5488e2f09
|
Fixed a bug on Android where dragging a window around would erroneously increase its size.
|
9 years ago |
jules
|
50af60fa81
|
Simplified some linux X11 code involving atoms
|
9 years ago |
jules
|
ea07c5b2b0
|
Added a workaround in OSX so that plugin windows inside modal host windows can open popups
|
9 years ago |
jules
|
39ba4ed577
|
Avoided an iOS compile warning
|
9 years ago |
jules
|
d3d47ab27d
|
Fix for Android kiosk mode components
|
9 years ago |
jules
|
99052af8bc
|
Added Android support for screen orientation control
|
9 years ago |
jules
|
d0cb3d222a
|
Updated to iOS8 alert windows to avoid deprecation warnings
|
9 years ago |
jules
|
ceb1b405f0
|
Removed an iOS deprecated function in setKioskComponent()
|
9 years ago |
jules
|
bc523c6724
|
Fixed a win32 pen/touch detection issue
|
9 years ago |
Timur Doumler
|
8c2b2a2247
|
Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds]
|
9 years ago |
jules
|
9ab9476fbc
|
Fix for iOS builds targeting OS versions without touch-force
|
9 years ago |
jules
|
1f433a8bfb
|
Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down
|
9 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
9 years ago |
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
9 years ago |
jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
9 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
9 years ago |
hogliux
|
9510c16665
|
Handle paste, copy, cut events which come from plug-in hosts
|
9 years ago |
jules
|
e1ff30d8bf
|
Specialised a recent OSX window resizing change to only apply on 10.11 or later, due to problems on older OS versions.
|
9 years ago |
jules
|
8ab8bd733e
|
Optimisation to the last commit to avoid extra repainting when dragging windows
|
9 years ago |
jules
|
d63fe244b3
|
Workaround for new OSX 10.11 behaviour that caused repaint problems when setting window bounds frequently
|
9 years ago |
jules
|
31381c6864
|
Stripped out some defunct OSX 10.4 fallback code
|
9 years ago |
jules
|
24d974a7cd
|
Avoided older versions of iOS grumbling about a call to get force-touch value.
|
9 years ago |
Joshua Gerrard
|
210fe4a5d6
|
Fixed warnings on MinGW
|
9 years ago |
jules
|
8aa1831d3c
|
Fix for exceptions in OSX pressure detection when WebKit views are used.
|
9 years ago |
jules
|
89ba69ab29
|
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
|
9 years ago |
jules
|
02041328dc
|
Misc minor fix-ups
|
9 years ago |
jules
|
a3426aae10
|
Added support for iOS force-touch
|
9 years ago |
hogliux
|
b0ae8bd4b4
|
Always use WM_TOUCH events for JUCE mouse input (and ignore any subsequent WM mouse events)
|
9 years ago |
jules
|
5fc2f24c97
|
Fix for linux windows that don't respond to mouse events
|
9 years ago |
hogliux
|
e881711f2a
|
Fix crash on linux when temporary window is ordered to the back
|
9 years ago |
hogliux
|
27273730b4
|
Fix re-ordering of alwaysOnTop windows on Linux
|
9 years ago |
hogliux
|
fb8a1dbf48
|
Fix some iOS build warnings
|
9 years ago |
hogliux
|
4ef190cc5e
|
Fix global scale factor bug on iOS
|
9 years ago |
jules
|
962e364010
|
Avoided some mingw errors and warnings.
|
9 years ago |
jules
|
016796bf45
|
Fix for detecting KeyPress::numberPadDecimalPoint on OSX with non-english keyboards
|
10 years ago |
jules
|
9178fe9a1a
|
Some minor refactoring inside OSX MainMenu code.
|
10 years ago |
hogliux
|
eb652751c2
|
Fix bug where the shift modifier would change the keycode on OS X
|
10 years ago |
Joshua Gerrard
|
d41d0dfc0d
|
Fixed issue in JuceMainMenuHandler where menuItemsChanged would do nothing if the menu was open at the time of the call.
|
10 years ago |
hogliux
|
03dc6479e3
|
Implement setScreenSaver enabled on Android
|
10 years ago |
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
10 years ago |