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 |
tpoole
|
9b065f12b4
|
Fixed bug in the Win32 FileChooser dialog when selecting a nonexistent root drive
|
8 years ago |
tpoole
|
97eed1e889
|
Added a static getSplashScreenLogo() method to JUCESplashScreen
|
8 years ago |
ed
|
b9f5b6e4b1
|
Projucer: GUI editor test component window uses correct LookAndFeel
|
8 years ago |
ed
|
cf0e97fcc7
|
Projucer: Selected colour scheme is now stored and recalled. Multiple fixes for unreadable text in the GUI editor
|
8 years ago |
tpoole
|
359238f0ed
|
Fixed a Projucer crash when saving projects with no targets
|
8 years ago |
ed
|
73828a8cec
|
Projucer: added drawProgressBar() method to ProjucerLookAndFeel to draw spinning progress indicator
|
8 years ago |
ed
|
8ab39ef354
|
Projucer: Switched the order of names in Projucer window title bars from "Projucer - project name" to "project name - Projucer"
|
8 years ago |
hogliux
|
5c19886a43
|
Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used
|
8 years ago |
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.
|
8 years ago |
ed
|
0f47ee73b6
|
Projucer: Made each Projucer window's title bar display the project name
|
8 years ago |
tpoole
|
5a0a17fc72
|
Fixed a compile error when a precompiler variable is not set
|
8 years ago |
jules
|
70a830be4b
|
Made VST plugins respond to the effIdentify message with the official 'NvEf' magic number
|
8 years ago |
hogliux
|
c22547e7ec
|
Fixed the implementation of setCurrentThreadAffinityMask on Android
|
8 years ago |
ed
|
810f10bcb1
|
Projucer: Made the application usage data popup's ToggleButton remember the previously chosen preference
|
8 years ago |
ed
|
f9c1759502
|
Projucer: added missing jucer_ApplicationUsageDataWindowComponent.h to the Projucer's .jucer file
|
8 years ago |
jules
|
48d979514a
|
Fix for realtime listener callbacks in OSCReceiver
|
8 years ago |
ed
|
17cd47558f
|
Projucer: Removed the key command for showing the build tab as it was the same as the build now key command
|
8 years ago |
hogliux
|
d6d699214a
|
Fixed an issue where the Projucer's login window would remain blank on Ubuntu linux (Fixes #201)
|
8 years ago |
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
|
8 years ago |
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
|
8 years ago |