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

7345 commits

Author SHA1 Message Date
jules
de855f0b35 Cleanups to some X windowing classes 2017-05-22 15:52:26 +01:00
jules
44d92805f6 Some cleanups in the VST wrapper and channel-set code 2017-05-22 15:52:16 +01:00
hogliux
e50cca1c1a Standalone Plug-in Target: Ensure that standalone plug-in target works with default Projucer's plug-in project template and improve code and UX to avoid nasty feedback loops 2017-05-22 13:02:08 +01:00
hogliux
7172e71b4a Projucer: Fixed duplicate backslash in Visual Studio output directory setting 2017-05-22 12:29:30 +01:00
ed
7e8c4b0af8 Projucer: Fixed a bug in the GUI editor where the background colour was always being reset to the default when switching tabs 2017-05-22 10:54:53 +01:00
ed
dab7f9e020 Projucer: Fixed a bug where the file name label would still be visible after closing a project 2017-05-19 16:32:06 +01:00
ed
51b15b1e9d Projucer: Added a call to isiOS() in ProjectExporter::mayCompileOnCurrentOS() when on mac 2017-05-19 16:12:33 +01:00
ed
9de309be76 Projucer: Added the option to change the colour scheme and font of the Projucer's code editor and the ability to save/load custom schemes 2017-05-19 11:20:12 +01:00
hogliux
d704ac9818 Linux: Fixed dlopens to use versioned library names 2017-05-19 10:32:36 +01:00
jules
a6ef6f393b Clarified a comment in OpenGLRenderer 2017-05-19 10:08:46 +01:00
hogliux
98253adf23 Projucer: Don't add unnecessary dependency to the WebBrowserComponent when compiling in GPL mode 2017-05-18 18:00:14 +01:00
hogliux
1e9be800c5 Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled 2017-05-18 17:43:13 +01:00
hogliux
473147350d Re-saved all projects 2017-05-18 12:56:54 +01:00
hogliux
14d7675c48 Projucer: Source code files for browsing are now added to the individual VS projects instead of the VS solution 2017-05-18 12:51:11 +01:00
ed
f8d1b70159 Projucer: Fixed a bug where module and exporter settings pages were still shown after deleting the corresponding TreeView item 2017-05-16 15:58:33 +01:00
ed
90fbed7889 Projucer: Added an option when right-clicking on an exporter to save just the selected exporter 2017-05-16 15:53:45 +01:00
hogliux
75666cfdee Android: re-saved Android projects to reflect changes to the Projucer's Android exporter in the previous commit 2017-05-16 13:47:34 +01:00
hogliux
c63fd17568 Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android 2017-05-16 13:42:35 +01:00
ed
19f50e6090 Projucer: Don't resize MissingDependenciesComponent in PropertyGroupComponent::resizePropertyComponent() 2017-05-15 17:19:24 +01:00
ed
2798643772 Projucer: Better highlight colour in CodeEditorComponent 2017-05-15 16:19:19 +01:00
ed
435f96197e Projucer: Added binary resource/xcode resource/compile options to files not in a group 2017-05-15 15:47:19 +01:00
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