jules
74c96208fe
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
8 years ago
tpoole
984654318d
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
8 years ago
ed
02349f4677
JUCE Demo: Removed some commented out code
8 years ago
hogliux
c63fd17568
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
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
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
jules
44cd80969d
A few C++11 modernisations and comment corrections
8 years ago
jules
35f78e15fb
Added printout of SystemStats::getNumPhysicalCpus() to demo app
8 years ago
hogliux
5fe3289256
Fixed several Android text rendering bugs
8 years ago
jules
6a629f985f
Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions
8 years ago
tpoole
e33abbc6fe
Replaced Projucer-generated header guards with #pragma once and updated the examples
8 years ago
jules
84da06214d
Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app.
8 years ago
hogliux
6559b3e185
Fixed multiple harmless warnings in Android builds
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
jules
aac01b2b4b
Fixed a couple of spelling mistakes
8 years ago
hogliux
d90ca6caf8
Fixed a typo in the OpenGL demo code
8 years ago
hogliux
26e0aa735c
Fixed a crash on quit when windows are open in the Juce Demo's windows demo
9 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.
9 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
9 years ago
hogliux
d73f776370
Fixed a bug where FlexBox would still be compiled on older versions of VS
9 years ago
luigisambuy
6547452fd3
Fixed a leak of bubbleMessage object in juce demo
9 years ago
jules
8994f37dd0
Added some FlexBox layout classes, and a demo page for this in the big juce demo app
9 years ago
jules
74554a206c
Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms
9 years ago
hogliux
cf39ad4b02
Fix multiple compile errors on older gcc versions
9 years ago
jules
8343f3468c
Found a few missing 'override' specifiers
9 years ago
Timur Doumler
70949aa0c6
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
9 years ago
jules
ed067801eb
Tidied up some demo code
9 years ago
Timur Doumler
942d269edb
JuceDemo: removed an unnecessary capture-by-reference from a lambda.
9 years ago
Timur Doumler
497f286b53
Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo.
9 years ago
jules
7c1d3e3074
Fixed a URL in the demo app
9 years ago
Timur Doumler
1762cdc9c9
Added runtime permissions request to JUCE Demo (recording tab) and MidiTest example app, added matching permissions to manifest, removed ant exporter, and re-saved both projects.
9 years ago
jules
e1ba584203
Whitespace
9 years ago
jules
6957a9e3a4
Fix to video demo
9 years ago
hogliux
fa1ad90386
Fix black teapot issue
9 years ago
hogliux
e6b4dcb6a2
Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo
9 years ago
jules
7435ab9c4a
Minor tweak to the networking demo
9 years ago
jules
4583fa3fbf
Used the ignoreUnused() function to tidy up some old code
9 years ago
jules
edec7b34b2
Replaced some uses of AffineTransform::identity with a default-constructed object
9 years ago
jules
96d428ae17
Demo app: Fixed a typo in the look-and-feel demo
10 years ago
jules
02492b36b9
Lots of small whitespace tweaks.
10 years ago
jules
26ff85ae94
Demo app: Lowered the frame rate of the welcome screen to save power if people leave it running
10 years ago
jules
128fdbb3f0
Demo: Added whirlpool to the crypto demo page
10 years ago
jules
44b9eba29a
Demo App: Added a MIDI output device option to the MIDI i/o page
10 years ago
jules
a712364356
Big Demo: Added latency to the audio setting page info display
10 years ago
jules
d06fc22369
Pimped the demo app with some new images
10 years ago
jules
89ba69ab29
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
10 years ago
jules
02041328dc
Misc minor fix-ups
10 years ago
jules
a3426aae10
Added support for iOS force-touch
10 years ago
jules
9f4265a5d9
Fixed a misleading use of Array<ValueTree> in the juce demo.
10 years ago