attila
fb14118771
MacOS: Disable window controls for windows created by JUCE when a Component is modal
The change does not affect plugin windows, which are created by the
host.
1 year ago
Tom Poole
c474cb2469
Docs: Fix some missing Doxygen tags
2 years ago
reuk
384ddee376
macOS: Correctly populate display safeAreaInsets on macOS
2 years ago
Tom Poole
4153d59e39
Formatting
2 years ago
Tom Poole
9b041f3d74
Add a base clang-tidy configuration
2 years ago
reuk
53bfd5b16d
WindowUtils: Make areThereAnyAlwaysOnTopWindows() public
2 years ago
reuk
28414a6af8
Global: Avoid floating-point equality checks where possible
2 years ago
reuk
9d1a6a3b28
ContentSharer: Update interface to return safer ScopedMessageBox instances
2 years ago
attila
557d690ff4
MouseInputSource: Fix stuck hover state on touch screens
2 years ago
Anthony Nicholls
cff722a4af
GUI Basics: Refactor juce_gui_basics file structure
- Created a new detail namespace
- Moved shared module implementation details into the detail namespace
- Split dependencies so source files only rely on details in the detail namespace
- Removed all code from the juce_gui_basics.cpp file
2 years ago