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

7279 commits

Author SHA1 Message Date
ed
cf0e97fcc7 Projucer: Selected colour scheme is now stored and recalled. Multiple fixes for unreadable text in the GUI editor 2017-05-08 17:20:44 +01:00
tpoole
359238f0ed Fixed a Projucer crash when saving projects with no targets 2017-05-08 15:02:56 +01:00
ed
73828a8cec Projucer: added drawProgressBar() method to ProjucerLookAndFeel to draw spinning progress indicator 2017-05-08 12:49:11 +01:00
ed
8ab39ef354 Projucer: Switched the order of names in Projucer window title bars from "Projucer - project name" to "project name - Projucer" 2017-05-08 12:20:27 +01:00
hogliux
5c19886a43 Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used 2017-05-08 12:15:37 +01:00
jules
2f6fd99243 Projucer: Added an Xcode setting to control the Xcode USE_HEADERMAP flag, and disabled this by default to enforce compatibility with other compilers and IDEs. 2017-05-08 11:12:35 +01:00
ed
0f47ee73b6 Projucer: Made each Projucer window's title bar display the project name 2017-05-08 10:01:17 +01:00
tpoole
5a0a17fc72 Fixed a compile error when a precompiler variable is not set 2017-05-08 09:10:51 +01:00
jules
70a830be4b Made VST plugins respond to the effIdentify message with the official 'NvEf' magic number 2017-05-05 17:13:06 +01:00
hogliux
c22547e7ec Fixed the implementation of setCurrentThreadAffinityMask on Android 2017-05-05 16:30:03 +01:00
ed
810f10bcb1 Projucer: Made the application usage data popup's ToggleButton remember the previously chosen preference 2017-05-05 14:40:26 +01:00
ed
f9c1759502 Projucer: added missing jucer_ApplicationUsageDataWindowComponent.h to the Projucer's .jucer file 2017-05-05 14:38:22 +01:00
jules
48d979514a Fix for realtime listener callbacks in OSCReceiver 2017-05-05 12:15:11 +01:00
ed
17cd47558f Projucer: Removed the key command for showing the build tab as it was the same as the build now key command 2017-05-05 11:22:41 +01:00
hogliux
d6d699214a Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201) 2017-05-05 11:19:26 +01:00
jules
730e603b02 Projucer: The GUI editor now generates paint code containing extra variables for the coordinates, so that these can be overridden individually in custom code blocks 2017-05-05 09:57:10 +01:00
ed
457e838971 Fixed an issue in the Projucer where the option to select the files to auto-generate for a new GUI application wouldn't create the correct files 2017-05-04 16:43:10 +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