ed
a093112c05
Fixed some compiler warnings
5 years ago
Tom Poole
29508fac70
Fixed an issue maintaining kiosk mode on Android
5 years ago
ed
77e93e35e4
Linux: Set POLLOUT flag for fds to receive XShm completion events
5 years ago
ed
f9dad9d608
Linux: Improved XEmbed support
This commit makes some minor improvements to the XEmbedComponent class and adds support for embedding JUCE windows in other hosts using the XEmbed protocol. It also includes some minor fixes for X11 peers when they have a parent window.
5 years ago
ed
fd76cbc70d
Linux: Refactored InternalMessageQueue
This commit simplifies the Linux event loop code and adds methods to allow arbitrary file descriptors to registered. Also adds a method to register external event loops to be used instead of JUCE's internal event loop.
6 years ago
ed
bdeaeaf368
macOS: Fixed some deprecation warnings and silenced some others for the time being
6 years ago
jules
cce26202ab
Fix for using menu action lambdas in the Mac menu bar
6 years ago
ed
b0934f896c
macOS: Prevent mac menu bar submenus with empty names being used as the recent items menu
6 years ago
ed
1ea463f989
Linux: Fixed some crashes when getting X properties in LinuxComponentPeer
6 years ago
Tom Poole
bdb3b5ab40
Whitespace
6 years ago
Tom Poole
061ea2e072
Resolved a Windows/Android touchID incompatibility
6 years ago
Tom Poole
670f77f80c
Fixed some Android compiler warnings
6 years ago
Tom Poole
a4bd6cbc66
Fixed some more Linux compiler warnings
6 years ago
ed
67e6bc65a9
Windows: Fixed a crash when calling DragAndDropContainer::performExternalDragDropOfFiles()
6 years ago
Tom Poole
16dd26649a
Fixed some GCC compiler warnings and removed deprecated functions
6 years ago
Tom Poole
a9a0f6b92f
Enforced more comprehensive const-correctness in the JUCE container classes
6 years ago
ed
e8caa05756
macOS: Fixed an issue with fullscreen windows on older versions of macOS
6 years ago
ed
eb3a90e081
Windows: Avoid setting the process DPI-awareness in plug-ins on older versions of Windows
6 years ago
ed
32d11dd756
Linux: Added a check for non-existent Atom in findDisplays()
6 years ago
ed
d3ec87c4a9
Linux: Fixed a scaling issue with external drag and drop
6 years ago
jules
f58eacc135
Added more unique_ptr use, for functions that create LowLevelGraphicsContext or ImageType objects.
6 years ago
ed
387847efd6
macOS: Added a workaround for non-resizable windows increasing in height by the title-bar height when entering fullscreen
6 years ago
ed
abe9787bd3
Windows: Fixed a potential crash in setProcessDPIAwarenessIfNecessary() on Windows 7
6 years ago
ed
2af1de45d7
Windows: Fixed a bug with DPI-aware VSTs in Steinberg hosts using the OpenGL renderer
6 years ago
Lukasz Kozakiewicz
7c4601473a
Android: fix PushNotifications that got broken by Android low level code rework.
6 years ago
ed
1c033e410b
Linux: Added a check for _NET_WORKAREA property when iterating over the displays using xrandr
6 years ago
ed
46a97e1f2c
Linux: Recreate mouse cursors when showing them on a different display to the one that they were originally created on
6 years ago
ed
0969b946f6
Windows: Fixed a build error when JUCE_WIN_PER_MONITOR_DPI_AWARE = 0
6 years ago
ed
12b0a90c55
Linux: Fixed drag and drop when dragging in the same window that started the operation
6 years ago
Tom Poole
7c45ad695c
MacOS: Better support for SystemTrayIconComponent on Mojave
6 years ago
ed
8548707dd6
Windows: Added a call to handleKeyUpOrDown() for modifier keys in doKeyDown() to make the behaviour consistent across platforms
6 years ago
ed
a45f05c1db
Linux: Take global scale factor into account when setting peer scale factor
6 years ago
ed
3eb4cfec9a
Windows: Rescale image in createSnapshotOfNativeWindow() to be in logical pixels
6 years ago
Tom Poole
3c0ccda6a5
macOS: Cleaned up old 10.6 support ifdefs
6 years ago
ed
fec3b7d59e
Linux: Add warnAboutOverwriting flag capability to native file chooser
6 years ago
ed
43d58f330f
Revert "macOS: Don't apply backing scale factor when using the CoreGraphics renderer"
This reverts commit 90d65375df
.
6 years ago
ed
b1c4d981da
Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers
6 years ago
ed
90d65375df
macOS: Don't apply backing scale factor when using the CoreGraphics renderer
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
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
ccbcc41b7a
Android: Fixed a crash when pressing the back button
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
090aef2d70
Windows: Fixed file drag and drop for Windows 8
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
d7a62f5f07
Windows: Added a #define missing from some versions of the Windows 10 SDK
6 years ago
ed
4cef02477d
Windows: Fixed a bug when using DragAndDropContainer in a plug-in after closing and re-opening
6 years ago