reuk
|
ab2aeedfa7
|
UmpDemo: Enable in the DemoRunner
|
2025-09-17 12:50:07 +01:00 |
|
Oli
|
20b6a2c290
|
DemoRunner: Add FontFeatures Demo
|
2025-06-17 12:38:20 +01:00 |
|
attila
|
74d4ebe8a0
|
Add LineSpacingDemo to show new GlyphArrangement option
|
2025-05-13 18:32:01 +02:00 |
|
reuk
|
d08577e507
|
DemoRunner: Add CapabilityInquiryDemo
|
2025-04-10 17:28:17 +01:00 |
|
Tom Poole
|
5737c42ccf
|
Use getSiblingFile in more places
|
2024-11-20 10:10:35 +00:00 |
|
Anthony Nicholls
|
4274b835f6
|
Animation: Add animation demos
|
2024-04-16 17:43:22 +01:00 |
|
Tom Poole
|
94d98a2b10
|
Update licensing information
|
2024-04-16 11:39:35 +01:00 |
|
Oliver James
|
3624346e90
|
AudioWorkgroup: Add demo app
|
2023-10-16 11:17:11 +01:00 |
|
Tom Poole
|
6bf9bb9a2e
|
Add final specifiers in implementation files
|
2023-10-10 16:12:38 +01:00 |
|
Anthony Nicholls
|
59d91cff1e
|
Xcode15: Allow older llvm versions when compiling with Xcode 15
|
2023-09-22 15:26:51 +01:00 |
|
reuk
|
6dc002b89c
|
Demos: Fix missing prototype warning
|
2022-06-24 19:59:44 +01:00 |
|
reuk
|
93a815ec8d
|
DemoRunner: Add AccessibilityDemo to iOS and Android builds
|
2022-06-13 15:29:57 +01:00 |
|
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
2022-05-16 17:55:48 +01:00 |
|
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
2022-04-04 12:36:32 +01:00 |
|
Tom Poole
|
6542446594
|
Update the JUCE logo
|
2021-08-23 11:00:36 +01:00 |
|
ed
|
0ff4123189
|
DemoRunner: Added AccessibilityDemo to demos list
|
2021-06-07 19:38:29 +01:00 |
|
reuk
|
06544850fb
|
BLOCKS: Remove juce_blocks_basics module
|
2021-05-19 16:53:01 +01:00 |
|
ed
|
2e5509f401
|
Use global ApplicationCommandManager in KeyMappingsDemo and MenusDemo when running in DemoRunner
|
2021-05-17 17:31:15 +01:00 |
|
ed
|
f28acdb48c
|
Examples/DemoRunner: Accessibility updates
|
2021-05-10 10:53:14 +01:00 |
|
Tom Poole
|
79fbde7099
|
Added preliminary support for FreeBSD
|
2021-03-29 14:16:46 +01:00 |
|
ed
|
333f98d204
|
Squashed some compiler warnings with -Wmissing-prototypes enabled
|
2020-08-27 14:13:58 +01:00 |
|
reuk
|
394c4fd475
|
Clang: Fix warnings when building with clang 10
|
2020-07-01 10:00:43 +01:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
Tom Poole
|
28e03f0815
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
2020-03-11 17:21:30 +00:00 |
|
ed
|
7d330ab782
|
Always #include JuceHeader.h from the include search path
|
2020-01-21 16:24:57 +00:00 |
|
ed
|
d6fb474c39
|
Restructure OpenGLDemo and UnitTestsDemo and remove unused macro from DemoRunner
|
2019-03-29 16:03:58 +00:00 |
|
jules
|
93ea3d922f
|
Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup()
|
2018-09-10 11:46:47 +01:00 |
|
Tom Poole
|
4448ef6a59
|
DemoRunner: Fixed a race condition on shutdown
|
2018-07-11 13:56:47 +01:00 |
|
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
2018-05-14 18:15:06 +01:00 |
|
ed
|
92e5631968
|
Fixed a bug in the DemoRunner on Mac causing the demo code to not be displayed
|
2018-05-10 16:59:34 +01:00 |
|
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
2018-04-25 18:54:04 +02:00 |
|
ed
|
d72b58467f
|
Copy JUCE examples directories to DemoRunner resources on Mac so that they can be found when sandboxed
|
2018-04-23 17:20:07 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
Tom Poole
|
c7c26fa9f0
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +01:00 |
|
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |
|
ed
|
d553cf62a6
|
DemoRunner: Disable OpenGL renderer when showing heavyweight demos and some misc code cleanup
|
2018-04-05 12:12:52 +01:00 |
|
hogliux
|
1be7db03cd
|
Fixed an issue where the DemoRunner would not find any assets when opened manually on macOS
|
2018-03-16 10:10:18 +00:00 |
|
hogliux
|
ce810ff0b9
|
Modify examples directory search so that the directory can be found when the DemoRunner is in the JUCE root folder
|
2018-03-15 14:37:10 +00:00 |
|
ed
|
1644ee4ace
|
Add DemoRunner project
|
2018-03-15 12:10:35 +00:00 |
|