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

4629 commits

Author SHA1 Message Date
hogliux
4f41f28b47 JUCE version 5.0.1 2017-05-04 15:36:48 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
jules
5d491ee9c7 Added number suffixes to duplicate midi device names on Windows 2017-05-04 15:21:36 +01:00
ed
fa0b097652 Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform 2017-05-04 12:47:18 +01:00
hogliux
ece2d8b7c0 Fixed a warning on iOS 2017-05-04 12:17:47 +01:00
hogliux
2f24925f0c Added support for testing MIDI inside the iOS simulator 2017-05-04 12:17:33 +01:00
jules
014311fdbf Added some comparison and getter methods to Uuid. 2017-05-04 12:02:37 +01:00
jules
0c24b48be8 Fix for detection of number of CPU cores on Windows 2017-05-04 11:51:06 +01:00
hogliux
a1794b1143 Fixed a linker issue on some versions of linux where a newer webkit symbol might not be available 2017-05-04 11:29:05 +01:00
hogliux
7031f595d2 Fixed an issue where thread names were not set on Android 2017-05-04 10:51:15 +01:00
jules
2b4d0d8819 Disabled some more warnings in 3rd party AU and AAX code 2017-05-04 10:49:31 +01:00
tpoole
098110bc5f Suppressed a VS2013 assignment operator compiler warning 2017-05-04 09:54:52 +01:00
jules
dc2ec6fc9d Added some failure checks in internal OSC message sending code, and tidied up some old code 2017-05-03 16:44:05 +01:00
tpoole
f4046909ab Added an OS X 10.5 compatible std::function replacement 2017-05-03 15:36:25 +01:00
jules
db346fea6d Change to unreadable button text colour in LookAndFeel_V3 2017-05-03 15:05:39 +01:00
jules
377a73a122 Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added 2017-05-03 15:00:10 +01:00
hogliux
13e7fc83cd Fixed a typo in the VST3 wrapper 2017-05-03 12:08:46 +01:00
jules
f55cbf3724 Fixed an unused variable warning 2017-05-03 11:23:27 +01:00
jules
e38643b2a9 Added support for removing parameters to ValueTreeSynchroniser 2017-05-03 11:16:22 +01:00
jules
6b5be8d9ef Tweaked the OSX broadcast notification flags to avoid problems with anotherInstanceStarted() 2017-05-03 11:07:05 +01:00
hogliux
b14d0cb33a Fixed broken copy&paste in WebBrowserComponent on macOS 2017-05-03 10:43:40 +01:00
hogliux
8cec15fd2a Fixed an issue where WebBrowserComponent on macOS would report a load error if the load was canceled by a goToURL request 2017-05-03 10:22:14 +01:00
hogliux
a05abbf6d0 Fixed an issue where the character encoding of WebBrowserComponent error messages on macOS was incorrectly displayed 2017-05-03 10:14:00 +01:00
hogliux
f1aef382ad Fixed a scaling issue with ComboBoxes and Alert windows on iOS 2017-05-03 09:04:39 +01:00
tpoole
2a189100d7 Made ListenerList.callExcluding take a pointer argument 2017-05-02 22:09:39 +01:00
tpoole
c94550e4cd Made WebBrowserComponent compilable on older versions of OS X 2017-05-02 18:33:28 +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
jules
baddc6389e Workarounds for some new "recommended" Xcode warning flags 2017-05-02 17:12:20 +01:00
jules
f183a506ef Workaround for a VS warning 2017-05-02 17:04:46 +01:00
jules
61f4333e73 Marked some RelativeCoordinate functions in Component as deprecated, and updated some old code that used them. 2017-05-02 16:56:32 +01:00
hogliux
a256e6e9e1 Fixed a linker error when disabling the embedded web browser on linux 2017-05-02 15:40:23 +01:00
hogliux
728e2dbe82 Fixed a assertion/crash when a macOS CoreAudio device becomes unavailable during playback 2017-05-02 15:25:28 +01:00
jules
3e7a111922 Avoided an unused member variable warning 2017-05-02 12:34:32 +01:00
jules
99748f0ba8 (Fix for last commit) 2017-05-02 12:25:39 +01:00
jules
57a3cb58ec Removed incorrect constness from ColourSelector::setSwatchColour 2017-05-02 12:23:35 +01:00
jules
171aa94215 Fix for MidiMessage::endOfTrack() 2017-05-02 12:04:50 +01:00
jules
025513c5d3 Made MemoryMappedAudioFormatReader::mapSectionOfFile() virtual 2017-05-02 10:50:17 +01:00
jules
e46f1d5990 Disabled another warning in the VST3 headers 2017-05-02 10:45:41 +01:00
jules
14bffbba3c Avoided unnecessary timer activity when splash screen is disabled 2017-05-02 10:44:16 +01:00
jules
a3e6c81911 Fixed an assertion in MidiMessageCollector that would have failed to trigger 2017-05-02 10:19:51 +01:00
jules
8689df5590 Fixed a few c++17 warnings 2017-05-02 10:18:33 +01:00
hogliux
6475111aa5 Fixed an incorrect UTF8 string character conversion in WebBrowserComponent 2017-04-27 18:22:17 +01:00
hogliux
03de7b468f JUCE version 5.0.0 2017-04-27 16:25:04 +01:00
hogliux
9d81c5066a Bump version number to 5.0.0 2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
da0febe368 Renamed the juce_tracktion_marketplace module to juce_product_unlocking 2017-04-27 14:43:04 +01:00
tpoole
496e55c988 Added documentation for including static libraries in JUCE modules 2017-04-27 14:43:03 +01:00
hogliux
7ed37f8600 Added the standard JUCE splash screen and app usage reporting 2017-04-27 14:43:03 +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
hogliux
1169800b8a Fixed an issue where active x component would not receive all key events 2017-04-26 21:01:26 +01:00