1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
Commit graph

239 commits

Author SHA1 Message Date
jules
2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 2017-11-01 17:41:06 +00:00
ed
550b547d73 Grid demo formatting 2017-10-31 14:30:06 +00:00
jules
aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 2017-10-30 14:52:47 +00:00
ed
c1f564de98 Fixed a build error and warning on 10.6 2017-10-27 11:10:30 +01:00
ed
67fd58c796 Re-saved all projects 2017-10-27 10:41:18 +01:00
ed
f1f2a34d04 Set the C++ language standard of all JUCE projects to C++14 2017-10-27 09:56:45 +01:00
ed
b115071bb5 Re-saved all projects 2017-10-25 12:12:10 +01:00
hogliux
5eb5f9463b Fixed a MessageManager lock assertion in the OpenGL JUCE demo 2017-10-24 09:16:39 +01:00
tpoole
1bd5292323 Resaved all projects 2017-10-23 15:12:58 +01:00
Lukasz Kozakiewicz
fc231a862f Re-save all projects. 2017-10-23 09:54:16 +02:00
jules
f0ef700e46 Modernised a bunch of code mainly relating to character/string iteration 2017-10-19 16:52:20 +01:00
jules
6db06f7a9a Added an assertion that will be triggered at the moment you attempt to delete a LookAndFeel object that's still in use somewhere 2017-10-19 11:58:50 +01:00
jules
76696a5f0d Tidied up some demo code 2017-10-18 09:20:49 +01:00
Lukasz Kozakiewicz
f6c74afc77 Resaved all projects. 2017-10-17 17:42:04 +02:00
jules
c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 2017-10-16 12:18:04 +01:00
jules
dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
ed
a449e3bbb4 Use juce namespace for some uint32s in the CodeEditorDemo 2017-10-10 14:55:43 +01:00
ed
0eb89d650a Improved the colour scheme of the code editor demo 2017-10-09 10:30:11 +01:00
jules
aa3d1c1564 Updated a defunct symbol in demo code 2017-09-28 11:31:34 +01:00
tpoole
47698a86b1 MinGW: Fixed some 32 bit build errors 2017-09-20 12:53:27 +01:00
tpoole
9fc21a8d5a Re-saved all projects 2017-09-18 15:05:30 +01:00
hogliux
8b3ab7c152 Windows: Remove deprecated direct show macro from JUCE demo 2017-09-13 10:43:57 +01:00
tpoole
b58a0f4be7 Fixed some VS2013 compiler errors 2017-09-07 16:44:46 +01:00
hogliux
ede622c1ef Re-saved all projects 2017-09-06 15:23:19 +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
hogliux
cfdd849b66 Re-saved all projects 2017-08-24 10:44:57 +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
hogliux
3c871602dc Re-saved all projects 2017-08-09 20:16:55 +01:00
hogliux
1b7d30f0f4 Android: Moved more Java code into C++ 2017-08-04 18:49:14 +01:00
hogliux
6d49b9d99c Re-saved all projects 2017-08-02 18:36:10 +01:00
jules
2bbd2b9785 Added CSS Grid classes 2017-08-01 16:22:19 +01:00
hogliux
04f459b22e Re-saved all projects 2017-07-27 12:39:30 +01:00
hogliux
244a944857 Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
tpoole
9f9f815208 Resaved all projects 2017-07-24 18:06:32 +01:00
tpoole
a05362d46b Projucer: Xcode exporter: Updated to support Xcode 9 2017-07-24 18:00:54 +01:00
tpoole
9649dde424 Resaved all projects 2017-07-24 15:15:06 +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
ed
470060b6ee Resaved all projects 2017-07-14 09:09:42 +01:00
jules
a2a5428eab Added a missing iOS framework to the juce_video module 2017-07-07 21:13:13 +01:00
jules
096b4e94c0 Removed zombie MovieComponent files that should have been deleted with the new video playback changes 2017-07-07 15:38:31 +01:00
tpoole
fb172ac41b Resaved all projects 2017-07-07 14:13:01 +01:00
jules
2fdf9d377f Resaved example projects 2017-06-30 16:14:50 +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
c288c94c29 Resaved all projects 2017-06-29 16:14:54 +01:00
tpoole
984654318d Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro 2017-06-22 09:33:30 +01:00
hogliux
f1dc2a71f3 Android: Fixed a compiler error when compiling for Android SDKs < 16 (and re-saved all projects) 2017-06-21 09:51:16 +01:00