hogliux
2ff6de2a94
Linux: re-saved all projects to update broken linux Makefiles (see previous commit)
8 years ago
hogliux
1e185e988f
Re-saved all projects
8 years ago
tpoole
c8740688ba
Added assertions to flag when __FILE__ returns a relative path and fixed the LiveConstants demo
8 years ago
ed
63cf3e2057
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
8 years ago
hogliux
884afa3a0d
Re-saved all projects
8 years ago
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
8 years ago
hogliux
ef2c63e4e3
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
8 years ago
hogliux
00e38f2ef5
Re-saved all projects
8 years ago
hogliux
8aea84e20c
Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability
8 years ago
hogliux
dcdcfaa7e9
Added several improvements to Android BLE MIDI reliability
8 years ago
tpoole
166547d1fb
Resaved all projects
8 years ago
hogliux
aad868e383
Added support for WebBrowserComponent on Linux
8 years ago
jules
44cd80969d
A few C++11 modernisations and comment corrections
8 years ago
tpoole
82565a0c96
Removed the VS2010 and VS2012 exporters from the examples and extra JUCE projects and added a VS2017 exporter
8 years ago
tpoole
1dd4b05516
Resaved all projects
8 years ago
jules
35f78e15fb
Added printout of SystemStats::getNumPhysicalCpus() to demo app
8 years ago
hogliux
66365d55e2
Fixed a nullptr dereference when OpenSL fails unexpectedly and added a workaround for broken audio input support in recent versions of the android emulator
8 years ago
hogliux
5fe3289256
Fixed several Android text rendering bugs
8 years ago
tpoole
a2ee6339e1
Restored JUCE modules as Xcode groups and resaved all projects
8 years ago
tpoole
5b49bcdbc8
Resaved all projects
8 years ago
tpoole
00f57d43c5
Resaved all projects
8 years ago
jules
6a629f985f
Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions
8 years ago
tpoole
b547673fae
Resaved all projects
8 years ago
tpoole
ab4f269c60
Removed brackets from build target names and resaved all projects
8 years ago
tpoole
a6fc53373f
Resaved all projects
8 years ago
tpoole
e33abbc6fe
Replaced Projucer-generated header guards with #pragma once and updated the examples
8 years ago
ed
7f8d1008bc
Resaved all projects
8 years ago
hogliux
07d8283143
Re-saved Android and Xcode projects
8 years ago
hogliux
eb944840f9
Added local.properties to .gitignore so that user's SDK paths don't pollute git
8 years ago
jules
84da06214d
Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app.
8 years ago
tpoole
7bb30364a4
Resaved all projects
8 years ago
hogliux
6559b3e185
Fixed multiple harmless warnings in Android builds
8 years ago
hogliux
167125afb9
Re-saved all projects
8 years ago
hogliux
28dccb31bb
Removed old Android exporters from examples and updated .gitignore to reflect new Android build folder structure
8 years ago
hogliux
9f3fb1c0a6
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
8 years ago
hogliux
03b0df1205
Re-saved all projects
8 years ago
tpoole
96ea4655a7
Resaved all projects
8 years ago
tpoole
4b69d0fb44
Fixed buffer size and sample rate changes in iOS background audio
8 years ago
jules
aac01b2b4b
Fixed a couple of spelling mistakes
8 years ago
hogliux
d90ca6caf8
Fixed a typo in the OpenGL demo code
8 years ago
tpoole
e31a0b11e8
Resaved all projects
8 years ago
tpoole
2ae5d2228a
Resaved all projects
8 years ago
hogliux
efd4bb67bc
Re-saved all projects
8 years ago
hogliux
26e0aa735c
Fixed a crash on quit when windows are open in the Juce Demo's windows demo
8 years ago
hogliux
4fa0516f40
Revised multibus API and added support for multibus hosting
8 years ago
hogliux
ebf19aa61a
Re-save all projects
8 years ago
jules
9fa0d49be7
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
8 years ago
stefan
8ec9443543
Projucer various fixes
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
8 years ago
hogliux
d73f776370
Fixed a bug where FlexBox would still be compiled on older versions of VS
8 years ago
jules
a9d843414a
Resaved all projects
8 years ago