chroma
d3cff375be
Thread: Introduce a new Thread backend
This is a breaking change - see BREAKING-CHANGES.txt
2 years ago
attila
621e14d092
Add AnimatedAppComponent::setSynchroniseToVBlank
2 years ago
Tom Poole
7612f446b5
Matrix3D: Fixed an ordering bug in the multiplication operator
2 years ago
attila
3acc71f7df
MultiDocumentPanel: Fix reporting wrong active document, avoid reordering
2 years ago
Tom Poole
e618f68d4d
Update all examples to use Visual Studio 2022 as the default Windows exporter
3 years ago
Tom Poole
24e3340a55
Update all examples to use Visual Studio 2022 as the default Windows exporter
3 years ago
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
reuk
9ba5dd5a30
OpenGLDemo: Avoid races on Strings that are accessed from rendering thread and main thread
3 years ago
ed
461192b355
Add FocusOutline class for indicating Component keyboard focus
3 years ago
reuk
12b7a8f9d1
Accessibility: Prefer toggle action to press action for checkable items
3 years ago
reuk
8b3fe6f250
WidgetsDemo: Avoid assertion in menu with custom components
3 years ago
Tom Poole
525a92e47b
Allow the widgets demo to be embedded in other demos
3 years ago
Tom Poole
c064b0c604
AudioPluginHost: Embed the assets required for internal plug-ins
3 years ago
reuk
6c59a31456
Win32 Windowing: Fix uninitialised data members warning
3 years ago
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
.
4 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