ed
dab4741eb3
Tidied up a few bits of graphics code with Graphics::ScopedSaveState
5 years ago
ed
022e2e2bea
Linux: Check for PointerRoot return in isFocused()
5 years ago
Tom Poole
41a2c97ff3
A minor documentation update
5 years ago
ed
4583baf277
Bump version number to 5.4.5
5 years ago
ed
c07c9f89fe
Linux: Fixed an issue in LinuxComponentPeer::getScreenPosition() with embedded windows
5 years ago
ed
6bd1b6b086
Fixed a duplicate ColourId in SidePanel
5 years ago
ed
be134d9185
Linux: Return 1.0 for GNOME scaling-factor if it hasn't been set
5 years ago
ed
8e8543cfbd
Reverted 1ff99ec
5 years ago
ed
1ff99ecea6
Fixed a warning on iOS
5 years ago
reuk
635e070cba
Added method PopupMenu::CustomComponent::getItem() to give them access to item details
5 years ago
Tom Poole
322069ce27
Grid: Added some methods to help serialisation
5 years ago
ed
6f4d212ca6
Reverted a37b918
which was causing some issues in Cubase 10
5 years ago
ed
4edb0d2c90
Tidied up some divider comments
5 years ago
ed
0862459be3
Android: Add content sharing bytecode back in
5 years ago
ed
a37b918082
Windows: Correctly set the DPI-awareness of OpenGL worker threads
5 years ago
ed
937991cc83
Fixed broken back button behaviour on Android and updated JUCEApplicationBase::backButtonPressed() to return a bool indicating whether the back event has been handled or not to override this behaviour
5 years ago
ed
f1d3ac227f
Fixed some MSVC warnings in Grid
5 years ago
Tom Maisey
1a8d676f5b
Respect GridItem min/max width/height
5 years ago
ed
40d415b670
Android: Fixed a content sharing crash
5 years ago
ed
3a4c0f9012
Ensure that PopupMenu section headers aren't selectable
5 years ago
ed
319efc59e0
Ensure that PopupMenu section headers aren't selectable
5 years ago
Tom Poole
528798d96e
Bump version number to 5.4.4
5 years ago
reuk
76f3aec386
PopupMenu: Pass unique_ptr rather than raw pointers to convey ownership semantics
5 years ago
ed
012c7d00d2
Linux: Fix for high CPU load
5 years ago
Tom Poole
a12bc32979
Fixed some warnings on the latest compilers
5 years ago
Tom Poole
3c9fe89636
Added a method for changing the corner size of a CallOutBox
5 years ago
Tom Poole
ff70ebb03e
Fixed a layout issue in the Grid class
6 years ago
ed
251d1164ae
macOS: Fixed a compatibility issue with versions < 10.10
6 years ago
ed
6881795d40
Ensure that font width is correct when changing the TextEditor password character
6 years ago
Tom Poole
79d3e8b3f5
Windows: Removed some VS2013 workarounds
6 years ago
ed
e206bbecc4
Linux: Fix DPI factor in getScaleForDisplay()
6 years ago
ed
74f52b6a15
Linux: Return a sensible default value for screen DPI if DisplayWidthMM or DisplayHeightMM return 0
6 years ago
ed
a093112c05
Fixed some compiler warnings
6 years ago
Tom Poole
29508fac70
Fixed an issue maintaining kiosk mode on Android
6 years ago
ed
a529fbbf47
Don't reset Drawable's AffineTransform when using DrawableButton::ButtonStyle::ImageRaw
6 years ago
ed
77e93e35e4
Linux: Set POLLOUT flag for fds to receive XShm completion events
6 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.
6 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
718712a5a5
Ensure that the button background is drawn for DrawableButton::ButtonStyle::ImageOnButtonBackgroundOriginalSize
6 years ago
jules
69c3474012
Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus
6 years ago
ed
bdeaeaf368
macOS: Fixed some deprecation warnings and silenced some others for the time being
6 years ago
Tom Poole
e88228a036
SVG: Fixed a couple of parsing bugs
6 years ago
ed
b5a2d03a8c
Added DrawableButton::ButtonStyle::ImageOnButtonBackgroundOriginalSize
6 years ago
ed
9b48d6d516
Added DrawableText::replaceColour()
6 years ago
jules
cd4aba9e43
PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together.
6 years ago
jules
cce26202ab
Fix for using menu action lambdas in the Mac menu bar
6 years ago
jules
0367d5c3a9
Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item.
6 years ago
ed
b0934f896c
macOS: Prevent mac menu bar submenus with empty names being used as the recent items menu
6 years ago
jules
9a06be6d61
Some minor cleanups
6 years ago
ed
1ea463f989
Linux: Fixed some crashes when getting X properties in LinuxComponentPeer
6 years ago