reuk
a87efde9ba
OpenGL Demos: Fix Thread Sanitizer warnings
3 years ago
Tom Poole
6542446594
Update the JUCE logo
3 years ago
ed
962f94837d
Accessibility: Update button labels in AccessibilityDemo to silence Accessibility Inspector audit warnings
3 years ago
ed
00aeb89df8
Accessibility: Add Android Studio and iOS exporters to AccessibilityDemo
3 years ago
reuk
3c68581567
Use jassertquiet where possible
3 years ago
ed
551d7b9c5b
Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options
- Add AlertWindow::show() and showAsync() methods that take a MessageBoxOptions argument
- Add NativeMessageBox::show() and showAsync() methods that take a MessageBoxOptions argument
- Update the DialogsDemo to demonstrate the new methods
- Deprecate AlertWindow::showNativeDialogBox() in favour of the NativeMessageBox methods
- Pass button strings specified in MesssageBoxOptions to native dialog boxes correctly
- Use modern TaskDialog on Windows for the native dialog box where available
3 years ago
Tom Poole
fe4ba9071b
Set the default value of JUCE_MODAL_LOOPS_PERMITTED to 0
See BREAKING-CHANGES.txt for more details.
3 years ago
ed
a1f75dc5cc
AccessibilityDemo: Custom navigation holder
3 years ago
ed
ef5f2729f1
AccessibilityDemo: Set NavigableComponent as a focus container
3 years ago
ed
35d6b4fa6d
Accessibility Demo: Fixed a bug causing the custom widget actions to always be enabled
3 years ago
ed
399dcd9cc7
Revert "DemoRunner: Removed unused define"
This reverts commit 271e66fbed
.
3 years ago
ed
d05cbc29dd
Accessibility: Added AccessibilityDemo to GUI examples
4 years ago
ed
271e66fbed
DemoRunner: Removed unused define
4 years ago
reuk
54423f6583
OpenGL: Add GLEW-inspired dynamic function loading
4 years ago
ed
185b1b324b
Added a nested PopupMenu example to WidgetsDemo
4 years ago
ed
2e5509f401
Use global ApplicationCommandManager in KeyMappingsDemo and MenusDemo when running in DemoRunner
4 years ago
ed
f28acdb48c
Examples/DemoRunner: Accessibility updates
4 years ago
Tom Poole
79fbde7099
Added preliminary support for FreeBSD
4 years ago
ed
b59d40b056
Fixed a keyboard focus issue in the MenusDemo example
4 years ago
reuk
3baaad8b5b
XmlElement: Update loops to use new iterators
4 years ago
Tom Poole
e2d91757af
DemoRunner: Added a warning to the modal dialog
4 years ago
ed
b7e28541ca
Replaced deprecated Displays methods
4 years ago
reuk
ea86c0db82
PopupMenu: Update WidgetsDemo
4 years ago
ed
268ac3d5c8
Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform
4 years ago
ed
a4d43c16e3
Added an underline toggle to FontsDemo
4 years ago
ed
12bff68e34
Added vertical justification support to TextEditor
4 years ago
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
4 years ago
ed
009d685179
Updated all license headers
4 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
Tom Poole
2d16374b14
Updated all license headers
5 years ago
reuk
ece5644a20
CMake: Add support for building JUCE projects with CMake
5 years ago
ed
18df1b0937
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
5 years ago
ed
7035a40879
Fixed some errors in the examples
5 years ago
reuk
5af01b9b16
Demos: Convey proper ownership semantics
5 years ago
ed
59a058fdc6
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
5 years ago
ed
113342d1e6
Fixed an issue sharing files on Android in the DialogsDemo
5 years ago
ed
a54da0b832
Fixed some more typos
5 years ago
Tom Poole
75da0ef5cb
DemoRunner: Fixed a layout bug in the fonts demo
5 years ago
ed
84a7f5533a
Added a missing TooltipWindow instance to the WidgetsDemo example
5 years ago
ed
7cd71487e6
Whitespace
5 years ago
ed
889cb627d5
Added ColourSelector::ColourSelectorOptions::editableColour flag to enable the colour preview box at the top of the component to be editable
5 years ago
Tom Poole
a12bc32979
Fixed some warnings on the latest compilers
5 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
Tom Poole
16dd26649a
Fixed some GCC compiler warnings and removed deprecated functions
6 years ago
ed
e45b1d9924
Updated the VS exporter of example projects to VS2019
6 years ago
Tom Poole
a9a0f6b92f
Enforced more comprehensive const-correctness in the JUCE container classes
6 years ago
jules
a97c4a9139
More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it
6 years ago
ed
314ef13a63
Added a VS2019 exporter to all example PIPs
6 years ago
ed
d6fb474c39
Restructure OpenGLDemo and UnitTestsDemo and remove unused macro from DemoRunner
6 years ago