tpoole
b58a0f4be7
Fixed some VS2013 compiler errors
2017-09-07 16:44:46 +01:00
tpoole
7316128918
Fixed some bugs in the sliders demo
2017-08-30 17:43:52 +01:00
hogliux
a2a0a2cae6
Fixed compiler errors when compiling with GNU libstdc++
2017-08-28 12:31:59 +01:00
jules
55f536078a
Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag
2017-08-15 09:53:29 +01:00
jules
357dd2c9c9
Removed some old compiler bug workarounds
2017-08-14 12:59:18 +01:00
jules
2bbd2b9785
Added CSS Grid classes
2017-08-01 16:22:19 +01:00
ed
6bfcd820b4
Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories.
2017-07-20 17:24:05 +01:00
jules
4e5f005421
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
2017-07-19 12:08:47 +01:00
tpoole
98cb1011bb
JUCE Demo: Increased the compiler warning level
2017-07-18 13:09:03 +01:00
jules
74c96208fe
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
2017-06-30 16:08:51 +01:00
tpoole
984654318d
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
2017-06-22 09:33:30 +01:00
ed
02349f4677
JUCE Demo: Removed some commented out code
2017-06-09 16:27:02 +01:00
hogliux
c63fd17568
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
2017-05-16 13:42:35 +01:00
ed
63cf3e2057
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
2017-05-02 12:41:38 +01:00
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
2017-04-27 14:43:04 +01:00
hogliux
ef2c63e4e3
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
2017-04-27 14:40:50 +01:00
jules
44cd80969d
A few C++11 modernisations and comment corrections
2017-03-28 12:31:51 +01:00
jules
35f78e15fb
Added printout of SystemStats::getNumPhysicalCpus() to demo app
2017-03-13 14:34:33 +00:00
hogliux
5fe3289256
Fixed several Android text rendering bugs
2017-03-01 16:16:34 +00:00
jules
6a629f985f
Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions
2017-02-27 11:16:41 +00:00
tpoole
e33abbc6fe
Replaced Projucer-generated header guards with #pragma once and updated the examples
2017-02-17 15:34:10 +00:00
jules
84da06214d
Fix for MovieComponent on older OSX SDKs. Updated video page in big demo app.
2017-02-09 15:06:29 +00:00
hogliux
6559b3e185
Fixed multiple harmless warnings in Android builds
2017-02-08 18:07:37 +00:00
hogliux
9f3fb1c0a6
Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated
2017-02-01 17:18:06 +00:00
jules
aac01b2b4b
Fixed a couple of spelling mistakes
2016-12-19 11:21:40 +00:00
hogliux
d90ca6caf8
Fixed a typo in the OpenGL demo code
2016-12-19 11:21:17 +00:00
hogliux
26e0aa735c
Fixed a crash on quit when windows are open in the Juce Demo's windows demo
2016-10-27 11:31:29 +01:00
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.
2016-09-16 12:03:02 +01:00
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
2016-09-15 17:13:41 +02:00
hogliux
d73f776370
Fixed a bug where FlexBox would still be compiled on older versions of VS
2016-09-06 16:49:31 +01:00
luigisambuy
6547452fd3
Fixed a leak of bubbleMessage object in juce demo
2016-08-16 09:45:48 +01:00
jules
8994f37dd0
Added some FlexBox layout classes, and a demo page for this in the big juce demo app
2016-08-10 16:57:44 +01:00
jules
74554a206c
Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms
2016-05-31 11:47:04 +01:00
hogliux
cf39ad4b02
Fix multiple compile errors on older gcc versions
2016-05-26 11:50:04 +01:00
jules
8343f3468c
Found a few missing 'override' specifiers
2016-04-15 15:32:47 +01:00
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.
2016-04-06 18:31:24 +01:00
jules
ed067801eb
Tidied up some demo code
2016-03-23 08:07:28 +00:00
Timur Doumler
942d269edb
JuceDemo: removed an unnecessary capture-by-reference from a lambda.
2016-03-02 17:57:17 +00:00
Timur Doumler
497f286b53
Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo.
2016-03-02 16:53:23 +00:00
jules
7c1d3e3074
Fixed a URL in the demo app
2016-03-02 12:55:24 +00:00
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.
2016-02-25 10:15:45 +00:00
jules
e1ba584203
Whitespace
2016-02-12 10:21:04 +00:00
jules
6957a9e3a4
Fix to video demo
2016-02-11 17:44:54 +00:00
hogliux
fa1ad90386
Fix black teapot issue
2016-02-03 13:19:01 +00:00
hogliux
e6b4dcb6a2
Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo
2016-01-26 10:06:30 +00:00
jules
7435ab9c4a
Minor tweak to the networking demo
2016-01-05 15:43:16 +00:00
jules
4583fa3fbf
Used the ignoreUnused() function to tidy up some old code
2015-12-23 16:27:50 +00:00
jules
edec7b34b2
Replaced some uses of AffineTransform::identity with a default-constructed object
2015-12-22 17:46:31 +00:00
jules
96d428ae17
Demo app: Fixed a typo in the look-and-feel demo
2015-12-16 18:09:57 +00:00
jules
02492b36b9
Lots of small whitespace tweaks.
2015-12-13 19:32:05 +00:00