Anthony Nicholls
02eb66ee7a
ProgressBar: Add style parameter
2 years ago
Anthony Nicholls
b3da4ae946
ThreadPool: Add support for a user specified thread name
2 years ago
Anthony Nicholls
bcb06af289
Examples: fix Reaper embedded view demo
2 years ago
Anthony Nicholls
61b27097b7
AAX: Allow runtime custom search paths for a page table file
2 years ago
Tom Poole
dc30627632
Resave projects
2 years ago
Anthony Nicholls
587e07007d
HighResolutionTimer: Complete rewrite
- added unit tests
- best performance timers used for each platform
- fixed an issue in which timer callbacks could drift
2 years ago
Tom Poole
eb0ba226d3
Resave projects
2 years ago
Anthony Nicholls
4351812e83
Resave projects
2 years ago
reuk
f6e6557edb
Global: Fix a few more float equality warnings
2 years ago
reuk
28414a6af8
Global: Avoid floating-point equality checks where possible
2 years ago
Anthony Nicholls
05d5c94990
Native: Rename all native files for improved consistency
2 years ago
reuk
2a7391b0be
Resave all projects
2 years ago
reuk
9d1a6a3b28
ContentSharer: Update interface to return safer ScopedMessageBox instances
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
3 years ago
reuk
af2a4a7e2a
OpenGL: Avoid enabling GL_TEXTURE_2D in core profile contexts
3 years ago
Tom Poole
8efadd14bb
Resave all projects
3 years ago
attila
85e11b6409
Resave all projects
3 years ago
reuk
5db288e834
SamplerPluginDemo: Fix unqualified uses of std::move
3 years ago
reuk
cb54044c1c
InAppPurchases: Ensure that the iOS implementation notifies on failure
3 years ago
reuk
f21bc3f4ae
AudioSynthesiserDemo: Show output rather than input in waveform view
3 years ago
reuk
3a893b5853
AudioPlaybackDemo: Avoid requesting unnecessary input channels
3 years ago
reuk
8b708b348d
AudioPlaybackDemo: Fix usability issues on Android
Android devices won't necessarily be able to load MP3 files, so that
option has been removed from the file chooser. FLAC files should be
supported, but were missing from the MIME table.
The demo no longer tries to load files into the thumbnail view if they
previously failed to load into the transport.
3 years ago
reuk
39a731de46
ScopedMessageBox: Replace old AlertWindow uses with new API
3 years ago
Tom Poole
29a90a0231
BSD: Fix some compiler warnings
3 years ago
reuk
273a702052
Resave all projects
3 years ago
reuk
9cfbccca8e
Accessibility: Make createAccessibilityHandler public to allow calls from derived classes
3 years ago
reuk
321cab0c15
MIDILogger: Update bus layouts to support loading in Cakewalk
3 years ago
attila
0f402bb81f
ARAPluginDemo: Fix thread race when PlaybackRegion is modified during playback
3 years ago
reuk
273275cf07
Android: Allow recording demo to write files on recent Android versions
3 years ago
reuk
33673eac17
Resave all projects
3 years ago
reuk
a9a95fe69f
SystemStats: Add helper function to detect app sandbox
3 years ago
reuk
26a872ba9f
AudioDeviceManager: Send changeNotification when MIDI devices change
This patch also updates the MidiDemo to automatically refresh the device
lists when the set of available devices changes.
3 years ago
Tom Poole
532540692f
Resave all projects
3 years ago
Tom Poole
78f1baae08
Bump version number to 7.0.5
3 years ago
Tom Poole
4791f28f77
Resave all projects
3 years ago
Tom Poole
715fa7e8dc
Bump version number to 7.0.4
3 years ago
attila
f5051d4e39
ARAPluginDemo: Fix dereferencing beyond end iterator
3 years ago
Tom Poole
220d6fc5ee
Some minor code tidying
3 years ago
attila
a97c1d7ee0
ARAPluginDemo: Use crossfade in the EditorRenderer to avoid clicks
3 years ago
reuk
3b8c26eff3
Resave all projects
3 years ago
attila
0cb135a2ce
ARAPluginDemo: Avoid unnecessarily deselecting a musical context
3 years ago
reuk
a309775160
Resave all projects
3 years ago
reuk
06a71ccce0
Android: Fix file loading in DSP demos
3 years ago
Tom Poole
059ed6aae8
Resave all projects
3 years ago
Tom Poole
306ed633c6
Bump version number to 7.0.3
3 years ago
attila
23445ebd92
ARAPluginDemo: Add more features to demo host integration
3 years ago
Tom Poole
473283fa19
Projucer: Update the default minimum deployment targets
Xcode 14 has minimum deployment targets of macos 10.13 and iOS 11.
3 years ago
reuk
f7a3fb510e
Resave all projects
3 years ago
attila
4804e9afd2
ARAPluginDemo: Fix incorrect sample reading in editor renderer
3 years ago
Oli
91dde1576d
InAppPurchasesDemo: Avoid copies in range-for loops
3 years ago