1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

223 commits

Author SHA1 Message Date
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
tpoole
d525bb49e1 Resaved all projects 2017-06-14 15:59:20 +01:00
ed
02349f4677 JUCE Demo: Removed some commented out code 2017-06-09 16:27:02 +01:00
hogliux
763ba20a61 Re-saved all projects (see previous commit) 2017-05-31 14:42:44 +01:00
hogliux
c2991f77c2 Re-saved all projects 2017-05-30 16:32:47 +01:00
hogliux
9a5764a324 Changed the linux build folder name to "Build/LinuxMakefile" so it is consistent with the rest of JUCE 2017-05-30 16:07:45 +01:00
hogliux
473147350d Re-saved all projects 2017-05-18 12:56:54 +01:00
hogliux
75666cfdee Android: re-saved Android projects to reflect changes to the Projucer's Android exporter in the previous commit 2017-05-16 13:47:34 +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
tpoole
202027bc89 Updated the company name in all the extras and examples 2017-05-11 16:38:04 +01:00
hogliux
2ff6de2a94 Linux: re-saved all projects to update broken linux Makefiles (see previous commit) 2017-05-09 13:00:00 +01:00
hogliux
1e185e988f Re-saved all projects 2017-05-04 15:36:00 +01:00
tpoole
c8740688ba Added assertions to flag when __FILE__ returns a relative path and fixed the LiveConstants demo 2017-05-02 18:31:29 +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
884afa3a0d Re-saved all projects 2017-04-27 14:43:06 +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