1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

239 commits

Author SHA1 Message Date
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
hogliux
231a6e479d Fix some warnings in MSVC 2016-09-16 11:19:53 +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
913a868d8d Fixed a crash on exit error in the plug-in host on windows/linux 2016-09-08 10:47:57 +01: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
jules
a9d843414a Resaved all projects 2016-08-26 09:49:20 +01:00
luigisambuy
ea7677970c modified sliderValueChanged() to notify host only on mouse clicks 2016-08-22 11:51:32 +01:00
luigisambuy
1e9af22f96 modified valueChanged() to notify host only on mouse clicks. 2016-08-19 11:38:35 +01:00
luigisambuy
6547452fd3 Fixed a leak of bubbleMessage object in juce demo 2016-08-16 09:45:48 +01:00
hogliux
59cc979cfe Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host
Some NI plug-ins really don't like it if you call [NSApp stop] while they are still loaded.

Fixes #89
2016-08-10 17:40:47 +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
hogliux
b936786f80 Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 2016-08-09 09:26:29 +01:00
hogliux
1053dc5755 Allow having zero programs in VST 2016-08-01 10:04:58 +01:00
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
hogliux
630ab88f8b Version number update 2016-07-05 11:27:53 +01:00
jules
31f935cc60 Added a new Graphics::drawImage method that takes a Rectangle<float> 2016-07-01 15:35:04 +01:00
jules
e4592d132f Projucer: tweak to the way GCC -D flags are generated 2016-06-30 16:03:45 +01:00
jules
8a9fbc38f9 Resaved some project files 2016-06-30 16:01:55 +01:00
hogliux
1f6fa5cc3b Re-save all projects 2016-06-17 10:46:06 +01:00
hogliux
b1a7441bcc Align manufacturer code of sample plug-ins in JUCE repo ('ROLI') 2016-06-17 10:44:55 +01:00
hogliux
adfc6e9e80 Re-save projects 2016-06-17 10:24:52 +01:00
hogliux
6810791645 Make sure that the legacy AU rez file is correct for midi effect AUs 2016-06-15 10:25:42 +01:00
hogliux
3ddd2db037 Allow access to all URLs in the JUCE Demo 2016-06-13 12:13:59 +01:00
jules
ec40f0940c Updated version numbers in modules, and resaved example projects 2016-06-07 12:52:59 +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
hogliux
4205123d45 Fix an edge-case if the last stored editor window size is zero 2016-05-19 14:40:33 +01:00
hogliux
ebb0a156a4 Add options to make AuidoProcessorEditors resizable with constraints 2016-05-19 14:28:34 +01:00
jules
2c3a2eae63 Simplified some demo plugin code to avoid a display update problem 2016-05-06 15:07:33 +01:00
jules
09d6409644 Refactored some demo code to avoid a problem when using String::formatted when Strings are UTF-32 2016-05-06 15:02:00 +01:00
Timur Doumler
d6ed722d76 Updated Android Studio build settings in projects. 2016-04-29 10:55:34 +01:00
Timur Doumler
908e1e93b9 Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google). 2016-04-29 10:54:17 +01:00
jules
aa3ead5e28 Resaved a demo component file 2016-04-26 16:56:27 +01:00
jules
6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 2016-04-26 12:15:31 +01:00
Timur Doumler
0c3057eb7e Re-saved projects. 2016-04-21 18:41:40 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00
Timur Doumler
60478175d6 Android Studio exporter: changed default toolchain to gcc, as clang/libc++ seems to be broken with Android Studio 2.1 Beta 3 (at least on OS X and Windows). 2016-04-20 14:13:52 +01:00
jules
8920e1b1d2 Resaved projects 2016-04-20 11:37:18 +01:00
jules
1601c907ae Fixed some merge-noise in NetworkGraphicsDemo 2016-04-20 10:47:26 +01:00
jules
325aeb1fc8 Resaved projects 2016-04-20 10:34:49 +01:00
Timur Doumler
8462849955 Re-saved projects. 2016-04-19 19:03:26 +01:00
Timur Doumler
8dfb1c589a JuceDemoPlugin.jucer: removed wrong AAX path that was saved there earlier. 2016-04-19 18:23:14 +01:00
Timur Doumler
37073c3ee0 Using static linking instead of a framework for the shared code of audio plug-ins on OS X. 2016-04-19 17:04:06 +01:00
Timur Doumler
f5c19ef612 Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.) 2016-04-19 17:04:06 +01:00
jules
f74338aab6 Resaved projects 2016-04-19 12:11:40 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
effb421be1 Projucer: Updated some font use and removed the EULA if running without the live-coding DLL 2016-04-14 18:18:10 +01:00
Timur Doumler
d80ceb0a1e PlugInSamples: re-saved projects to fix accidentally added local AAX path. 2016-04-13 20:16:49 +01:00
Timur Doumler
7d644173f3 Re-saved all audio plug-in projects. 2016-04-13 17:46:53 +01:00
Timur Doumler
ef5aefe053 Re-saved all example projects that have AAX enabled by default. 2016-04-13 14:23:48 +01:00