hogliux
|
14d7675c48
|
Projucer: Source code files for browsing are now added to the individual VS projects instead of the VS solution
|
8 years ago |
ed
|
f8d1b70159
|
Projucer: Fixed a bug where module and exporter settings pages were still shown after deleting the corresponding TreeView item
|
8 years ago |
ed
|
90fbed7889
|
Projucer: Added an option when right-clicking on an exporter to save just the selected exporter
|
8 years ago |
hogliux
|
75666cfdee
|
Android: re-saved Android projects to reflect changes to the Projucer's Android exporter in the previous commit
|
8 years ago |
hogliux
|
c63fd17568
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
8 years ago |
ed
|
19f50e6090
|
Projucer: Don't resize MissingDependenciesComponent in PropertyGroupComponent::resizePropertyComponent()
|
8 years ago |
ed
|
2798643772
|
Projucer: Better highlight colour in CodeEditorComponent
|
8 years ago |
ed
|
435f96197e
|
Projucer: Added binary resource/xcode resource/compile options to files not in a group
|
8 years ago |
ed
|
180399008c
|
Projucer: Resize PropertyComponent items in PropertyGroupComponent to be centred with preferred height
|
8 years ago |
ed
|
50fdeba363
|
Projucer: background colour of the GUI editor's component layout grid is determined by selected colour scheme so UI elements are visible
|
8 years ago |
ed
|
17dfe39482
|
Projucer: Fixed some incorrect exporter icons
|
8 years ago |
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
|
8 years ago |
tpoole
|
41bc46fd0b
|
Code cleanup
|
8 years ago |
hogliux
|
4c03a9079b
|
VST2 hosting: do not instantiate VST2 effects twice
|
8 years ago |
hogliux
|
f735a28708
|
Plugin Host: fixed background colour of channel configuration window
|
8 years ago |
ed
|
b0c3531ac3
|
Improved the layout of the tick boxes in AudioDeviceSelectorComponent when using LookAndFeel_V4
|
8 years ago |
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
|
8 years ago |
ed
|
c25727c64a
|
Projucer: Fixed assertion in last commit when not on Windows
|
8 years ago |
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
|
8 years ago |
jules
|
93f07cc177
|
Code cleanup
|
8 years ago |
tpoole
|
a9efe89bd1
|
Code cleanup
|
8 years ago |
tpoole
|
2fdff085b6
|
Fixed a bug when displaying a "None" device in AudioDeviceSelectorComponent
|
8 years ago |
tpoole
|
202027bc89
|
Updated the company name in all the extras and examples
|
8 years ago |
jules
|
b12d4c3378
|
(Fixed a warning in the last commit)
|
8 years ago |
tpoole
|
8b78e90241
|
Win32: Added globalApplicationsDirectoryX86 to File::SpecialLocationType
|
8 years ago |
jules
|
a82c11402c
|
Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class.
|
8 years ago |
tpoole
|
2131d687f4
|
Projucer: Set the default exporter based on the host operating system
|
8 years ago |
jules
|
5c1e707824
|
Modernised RectangleList
|
8 years ago |
hogliux
|
fa1b74611e
|
VST2: Fixed a nullptr dereference when a VST2 host is supplying nullptrs to the VST2 processReplacing callback
|
8 years ago |
hogliux
|
c4cf336a56
|
Projucer: Only attempt building the standalone target of audio plug-ins when building inside the live build engine
|
8 years ago |
tpoole
|
30c8f3f680
|
Fixed inconsistent VST 3 parameter changed callbacks
|
8 years ago |
ed
|
1ed5b3a49b
|
Projucer: Added missing Code::Blocks exporter icon
|
8 years ago |
jules
|
847b37bf09
|
Fixed a VST3 DLL shutdown problem on Windows
|
8 years ago |
hogliux
|
6d54057c7f
|
VST2: Fixed a nullptr dereference in the VST2 wrapper if hosts supply nullptr buffer
|
8 years ago |
hogliux
|
b4d655499b
|
VST2: Use 16 channels of midi in VST2 wrapper
|
8 years ago |
hogliux
|
f0a1b0b5e6
|
Projucer: Added an error message if your activity class name contains underscores
|
8 years ago |
hogliux
|
c430b03efa
|
AUv3: Ensured that the AudioProcessor's editor is released when the AUv3 view controller is de-allocated
|
8 years ago |
hogliux
|
0365fafb3f
|
AUv3: Fixed an issue where AUv3s would load muted if an unspecified layout tag was passed to the AUv3
|
8 years ago |
jules
|
e6590cf095
|
Fixed a repaint glitch in the CodeEditorComponent, and updated some of its internal code
|
8 years ago |
tpoole
|
e58bdc9c18
|
Fixed AudioDeviceSelectorComponent resizing bug
|
8 years ago |
jules
|
8dc5bbe916
|
Simplified the String::toHexString overloads into a templated function that should work with all integer types
|
8 years ago |
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
|
8 years ago |
hogliux
|
cca665b896
|
Projucer: don't show "no internet connection" message if you have a valid license
|
8 years ago |
tpoole
|
f1409640f8
|
Added File::isRoot()
|
8 years ago |
ed
|
abd8fafa69
|
Projucer: Fixed some TextButton size issues
|
8 years ago |
hogliux
|
2ff6de2a94
|
Linux: re-saved all projects to update broken linux Makefiles (see previous commit)
|
8 years ago |
hogliux
|
3716bc6f66
|
Linux: Fixed an issue where the Makefile generated by the Projucer would not trigger recompilation when files were changed (Fixes #202)
|
8 years ago |
hogliux
|
d6b1796361
|
Linux: continue servicing the message loop while a file browser modal component is open (fixes #177)
|
8 years ago |
hogliux
|
fca858f8d3
|
Linux: fixed harmless warning about extra semicolon in juce_linux_Midi.cpp
|
8 years ago |
hogliux
|
63f179a8db
|
Fixed an issue where the Fallback SimpleDownloader could crash on Android
|
8 years ago |