jules
|
ebe5916c49
|
Misc code cleanups
|
8 years ago |
jules
|
82f3ab616a
|
Avoided duplicate entries in the default VST search path
|
8 years ago |
ed
|
26596fbfad
|
Projucer: Added default module search paths to the Projucer
|
8 years ago |
tpoole
|
f1e98f54ed
|
Removed extraneous semicolon
|
8 years ago |
hogliux
|
0b20507c8b
|
Android: Ensured that OpenSL audio callbacks can call into Java (even if this is not recommended)
|
8 years ago |
hogliux
|
2cdf30dd46
|
Android: Added external storage read/write permissions to RuntimePermissions class
|
8 years ago |
jules
|
ee8c2303c6
|
Build fixes for FileListComponent and FileTreeComponent
|
8 years ago |
jules
|
b6478be22c
|
Added a public member DirectoryContentsDisplayComponent::directoryContentsList
|
8 years ago |
jules
|
dfcc6780dd
|
Added a path to .gitignore
|
8 years ago |
hogliux
|
b449c346ad
|
VST3 Wrapper: Fixed an issue where JUCE would overwrite audio data into an input buffer provided by VST3 hosts
|
8 years ago |
hogliux
|
eb38256e2c
|
Removed an assertion which was already checked just a few lines above
|
8 years ago |
ed
|
c56dc32b28
|
Fixed a bug in ComponentBoundsConstrainer::setBoundsForComponent() where a component positioned off-screen or on another monitor wouldn't have its bounds set correctly
|
8 years ago |
hogliux
|
6f94997adb
|
Don't assert on GL errors if the peer is not valid anymore
|
8 years ago |
hogliux
|
7539a993f9
|
VST2: Fixed a typo in VST2 flag definition
|
8 years ago |
hogliux
|
a5aaf97806
|
AUv3 Wrapper: Fixed a bug where AUv3 meters would display incorrect parameter units
|
8 years ago |
hogliux
|
1c5042ab22
|
Silenced a harmless warning in VS2017
|
8 years ago |
ed
|
73654ee535
|
Added a method to TextPropertyComponent to set whether it should respond to file drag and drop
|
8 years ago |
hogliux
|
a6b8ad0c75
|
Audio Plugin Host: Double-clicking on Audio/Midi Input/Output Node now opens the audio settings window
|
8 years ago |
ed
|
919e3e36ec
|
Added TextEditor::applyColourToAllText() method
|
8 years ago |
hogliux
|
ecacee031d
|
AudioProcessor: Added optional getAlternateDisplayNames callback to be able specify shorter names for your AudioProcessor
|
8 years ago |
tpoole
|
7663c4a045
|
Fixed a bug in the AudioProcessorGraph routing
|
8 years ago |
hogliux
|
762e96f91d
|
Projucer: Added phony targets to Projucer generated makefiles
|
8 years ago |
hogliux
|
95aa44bbfc
|
Projucer: Make it simpler to uncomment config flags with no specified value in JUCE's AppConfig.h by including the "1" in the define
|
8 years ago |
hogliux
|
d6d5a18818
|
Projucer: Use 10.0.14393.0 platform target version by default for VS exporter
|
8 years ago |
hogliux
|
b8f0609164
|
Projucer: Fixed the tooltip description of the plug-in channel configuration field
|
8 years ago |
jules
|
c6da067ac3
|
Scraped a layer of crusty old code from some audio plugin host files
|
8 years ago |
hogliux
|
4b114d89a7
|
OpenGL: Fixed a crash in Cubase/WaveLab when OpenGL is used in a plug-ins editor
|
8 years ago |
hogliux
|
763ba20a61
|
Re-saved all projects (see previous commit)
|
8 years ago |
hogliux
|
7673e4e0ad
|
Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone
|
8 years ago |
jules
|
313571118e
|
Added some braces to work around a compiler bug in VS2015
|
8 years ago |
hogliux
|
9d921a3b21
|
Standalone Plugin: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window
|
8 years ago |
hogliux
|
dc1309567e
|
Projucer: Added standalone plugin target to plugin project template
|
8 years ago |
hogliux
|
c55c127f84
|
Standalong plug-in target: Fixed a compile error for older macOS deployment targets
|
8 years ago |
jules
|
e281bc3fed
|
SVG parser: changed font heights to work in points rather than pixels, to match behaviour of other parsers
|
8 years ago |
jules
|
f212ff5923
|
Removed some sscanfs from COM GUID parsing
|
8 years ago |
ed
|
ee0b59fe7d
|
Projucer: Fixed a bug where the background colour of GUI editor components was always being reset to the default when opening the .cpp file
|
8 years ago |
ed
|
d7026529ac
|
Projucer: Display build date in about window
|
8 years ago |
jules
|
5e3a5d5e1b
|
Fix for the non-curl linux http request header format
|
8 years ago |
ed
|
0b2bed7072
|
Projucer: Better highlight colours
|
8 years ago |
jules
|
c5a0d5d1bc
|
Whitespace
|
8 years ago |
ed
|
35d849a88b
|
Projucer: Better outline colour when using the light colour scheme
|
8 years ago |
jules
|
161e5be54f
|
Build fixes for win32 web browser component
|
8 years ago |
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
8 years ago |
hogliux
|
c2991f77c2
|
Re-saved all projects
|
8 years ago |
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
8 years ago |
hogliux
|
66a9ec0adf
|
BLOCKS: fixed a potential crash in BLOCKS sample code
|
8 years ago |
hogliux
|
9a5764a324
|
Changed the linux build folder name to "Build/LinuxMakefile" so it is consistent with the rest of JUCE
|
8 years ago |
jules
|
f5b92421f9
|
Fixed an SVG parser problem with elements marked display:none
|
8 years ago |
jules
|
7ef3c009f6
|
Optimised String::unquoted()
|
8 years ago |
jules
|
4397cc3701
|
Made SVG parser cope with quoted font names
|
8 years ago |