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

7324 commits

Author SHA1 Message Date
ed
180399008c Projucer: Resize PropertyComponent items in PropertyGroupComponent to be centred with preferred height 2017-05-15 15:29:31 +01:00
ed
50fdeba363 Projucer: background colour of the GUI editor's component layout grid is determined by selected colour scheme so UI elements are visible 2017-05-15 11:32:30 +01:00
ed
17dfe39482 Projucer: Fixed some incorrect exporter icons 2017-05-15 09:48:03 +01:00
ed
1a266e822b Projucer: The Projucer now adds a unique suffix to the target project folder of duplicate exporters and the 'selected exporter' drop-down now defaults to the first exporter that can launch the project if none were previously selected 2017-05-15 09:29:15 +01:00
tpoole
41bc46fd0b Code cleanup 2017-05-13 10:04:12 +01:00
hogliux
4c03a9079b VST2 hosting: do not instantiate VST2 effects twice 2017-05-12 16:17:26 +01:00
hogliux
f735a28708 Plugin Host: fixed background colour of channel configuration window 2017-05-12 16:13:48 +01:00
ed
b0c3531ac3 Improved the layout of the tick boxes in AudioDeviceSelectorComponent when using LookAndFeel_V4 2017-05-12 16:11:40 +01:00
ed
ff7cfb8824 Projucer: Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode 2017-05-12 12:58:20 +01:00
ed
c25727c64a Projucer: Fixed assertion in last commit when not on Windows 2017-05-12 12:47:26 +01:00
ed
f50aaab946 Projucer: convert Unix-style absolute paths into valid absolute paths on Windows in RelativePath::getFakeFile() to avoid hitting an assertion in File::parseAbsolutePath() that was drastically slowing down project save times 2017-05-12 12:39:58 +01:00
jules
93f07cc177 Code cleanup 2017-05-12 09:27:35 +01:00
tpoole
a9efe89bd1 Code cleanup 2017-05-12 08:47:31 +01:00
tpoole
2fdff085b6 Fixed a bug when displaying a "None" device in AudioDeviceSelectorComponent 2017-05-11 17:15:10 +01:00
tpoole
202027bc89 Updated the company name in all the extras and examples 2017-05-11 16:38:04 +01:00
jules
b12d4c3378 (Fixed a warning in the last commit) 2017-05-11 16:35:53 +01:00
tpoole
8b78e90241 Win32: Added globalApplicationsDirectoryX86 to File::SpecialLocationType 2017-05-11 15:33:00 +01:00
jules
a82c11402c Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class. 2017-05-11 15:12:44 +01:00
tpoole
2131d687f4 Projucer: Set the default exporter based on the host operating system 2017-05-11 11:31:13 +01:00
jules
5c1e707824 Modernised RectangleList 2017-05-11 11:14:23 +01:00
hogliux
fa1b74611e VST2: Fixed a nullptr dereference when a VST2 host is supplying nullptrs to the VST2 processReplacing callback 2017-05-11 09:57:05 +01:00
hogliux
c4cf336a56 Projucer: Only attempt building the standalone target of audio plug-ins when building inside the live build engine 2017-05-11 09:51:35 +01:00
tpoole
30c8f3f680 Fixed inconsistent VST 3 parameter changed callbacks 2017-05-10 17:18:44 +01:00
ed
1ed5b3a49b Projucer: Added missing Code::Blocks exporter icon 2017-05-10 17:07:01 +01:00
jules
847b37bf09 Fixed a VST3 DLL shutdown problem on Windows 2017-05-10 16:41:01 +01:00
hogliux
6d54057c7f VST2: Fixed a nullptr dereference in the VST2 wrapper if hosts supply nullptr buffer 2017-05-10 16:34:44 +01:00
hogliux
b4d655499b VST2: Use 16 channels of midi in VST2 wrapper 2017-05-10 16:10:12 +01:00
hogliux
f0a1b0b5e6 Projucer: Added an error message if your activity class name contains underscores 2017-05-10 15:40:34 +01:00
hogliux
c430b03efa AUv3: Ensured that the AudioProcessor's editor is released when the AUv3 view controller is de-allocated 2017-05-10 15:23:39 +01:00
hogliux
0365fafb3f AUv3: Fixed an issue where AUv3s would load muted if an unspecified layout tag was passed to the AUv3 2017-05-10 15:23:39 +01:00
jules
e6590cf095 Fixed a repaint glitch in the CodeEditorComponent, and updated some of its internal code 2017-05-10 11:34:40 +01:00
tpoole
e58bdc9c18 Fixed AudioDeviceSelectorComponent resizing bug 2017-05-10 11:22:04 +01:00
jules
8dc5bbe916 Simplified the String::toHexString overloads into a templated function that should work with all integer types 2017-05-10 09:50:56 +01:00
jules
e7923af185 Got rid of the old PARAMETER_TYPE macro - this isn't needed as the same thing can be done directly with the TypeHelpers::ParameterType helper class 2017-05-10 09:37:37 +01:00
hogliux
cca665b896 Projucer: don't show "no internet connection" message if you have a valid license 2017-05-10 09:08:17 +01:00
tpoole
f1409640f8 Added File::isRoot() 2017-05-09 17:59:07 +01:00
ed
abd8fafa69 Projucer: Fixed some TextButton size issues 2017-05-09 15:44:19 +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
3716bc6f66 Linux: Fixed an issue where the Makefile generated by the Projucer would not trigger recompilation when files were changed (Fixes #202) 2017-05-09 12:56:31 +01:00
hogliux
d6b1796361 Linux: continue servicing the message loop while a file browser modal component is open (fixes #177) 2017-05-09 12:43:08 +01:00
hogliux
fca858f8d3 Linux: fixed harmless warning about extra semicolon in juce_linux_Midi.cpp 2017-05-09 12:38:14 +01:00
hogliux
63f179a8db Fixed an issue where the Fallback SimpleDownloader could crash on Android 2017-05-09 11:21:42 +01:00
tpoole
9b065f12b4 Fixed bug in the Win32 FileChooser dialog when selecting a nonexistent root drive 2017-05-09 10:48:11 +01:00
tpoole
97eed1e889 Added a static getSplashScreenLogo() method to JUCESplashScreen 2017-05-09 09:45:44 +01:00
ed
b9f5b6e4b1 Projucer: GUI editor test component window uses correct LookAndFeel 2017-05-08 17:35:48 +01:00
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