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

7283 commits

Author SHA1 Message Date
hogliux
4f41f28b47 JUCE version 5.0.1 2017-05-04 15:36:48 +01:00
hogliux
1e185e988f Re-saved all projects 2017-05-04 15:36:00 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
hogliux
9b7e944a54 Added a popup to the Projucer informing the user about the collection of analytics data 2017-05-04 15:24:28 +01:00
jules
5d491ee9c7 Added number suffixes to duplicate midi device names on Windows 2017-05-04 15:21:36 +01:00
hogliux
ceab51f7c4 Made the Projucer's Windows target platform property chooser available to all Visual Studio exporters 2017-05-04 13:08:34 +01:00
ed
ed51317ee6 Fixed a few Projucer UI issues 2017-05-04 12:51:02 +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
tpoole
93f9ab24bb Fixed Projucer compile on VS2013 2017-05-04 09:01:42 +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
jules
7f5abd41b1 Projucer: Fixed a crash in the android exporter when VST3 is enabled 2017-05-03 15:42:38 +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
adb5b542af Fixed a memory access bug with the previous commit 2017-05-03 14:50:20 +01:00
hogliux
4c385e158c Added support for setting the Windows target platform version in VS2017 2017-05-03 14:35:38 +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
ed
a5c9cd9bd7 Added an extra check to the previous commit to make sure that the showBuildTab command is only invoked if the build tab is not already showing to prevent the command being constantly re-triggered when continuously recompiling 2017-05-02 16:13:44 +01:00
hogliux
a256e6e9e1 Fixed a linker error when disabling the embedded web browser on linux 2017-05-02 15:40:23 +01:00
ed
fceca976d1 Fix to avoid hitting an assertion when invoking the showBuildTab command directly from CompileEngineChildProcess::handleBuildFailed() 2017-05-02 15:28:39 +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
ed
c4e50b25b4 Made ToggleButton ticks in the Projucer larger and brighter for better visibility 2017-05-02 12:53:22 +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
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
hogliux
d7d1a9a99e Call AAX CreatePackage.bat script correctly from post-build script to catch any errors 2017-05-02 11:25:23 +01:00
jules
025513c5d3 Made MemoryMappedAudioFormatReader::mapSectionOfFile() virtual 2017-05-02 10:50:17 +01:00