ed
|
46e21fef13
|
Updated win32 Process::isForegroundProcess() method to use process ID
|
8 years ago |
tpoole
|
d0b0644af0
|
Fixed compiler error in AUv3_Wrapper
|
8 years ago |
jules
|
d8ead14de4
|
Removed a duplicate header file
|
8 years ago |
hogliux
|
1baaddb115
|
Added code to properly escape non-ascii characters in URLs passed to the WebBrowserComponent on macOS/iOS
|
8 years ago |
tpoole
|
a554d0e95e
|
Added to the AudioProcessorValueTreeState documentation
|
8 years ago |
hogliux
|
ba512e96fd
|
Renamed 'generic' parameter Category enum to something less generic
|
8 years ago |
tpoole
|
da3f3a8eac
|
Fixed bug creating dynamic libraries with the Linux Makefile and Code::Blocks exporters
|
8 years ago |
tpoole
|
f2b2fb2819
|
Fixed JUCE_VST3_CAN_REPLACE_VST2 behaviour
|
8 years ago |
hogliux
|
7897331403
|
Added support for level meter parameter categories
|
8 years ago |
ed
|
2a983067ab
|
Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method
|
8 years ago |
jules
|
fcd5a47d8c
|
Added a bit-twiddling helper method: findHighestSetBit()
|
8 years ago |
jules
|
0ebd5bcd3e
|
Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros
|
8 years ago |
tpoole
|
0d7a77d8ee
|
Improved AudioProcessorValueTreeState documentation
|
8 years ago |
hogliux
|
83a4f74b1f
|
Added support saving/restoring plugin bus layouts in the audio host demo
|
8 years ago |
tpoole
|
101a59ad2a
|
Fixed bug updating MacOS system tray icon
|
8 years ago |
jules
|
a6c4a02c81
|
Avoided an unused variable warning in the OSX network code
|
8 years ago |
tpoole
|
4b69d0fb44
|
Fixed buffer size and sample rate changes in iOS background audio
|
8 years ago |
tpoole
|
c52f147565
|
Improved a variable name
|
8 years ago |
tpoole
|
7d4d853067
|
Fixed AAX SDK relative path bug on Windows
|
8 years ago |
ed
|
4c1d4f0081
|
Added method TabbedComponent::moveTab()
|
8 years ago |
hogliux
|
2ad22dc6cf
|
Added workaround to check the state of the on-screen keyboard on Windows before toggling it's display
|
8 years ago |
ed
|
7120d7dfca
|
Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10
|
8 years ago |
ed
|
5849710d85
|
Added iOS support for BLOCKS examples
|
8 years ago |
tpoole
|
1e5865c458
|
Restored original iOS sample rate after querying all available sample rates
|
8 years ago |
tpoole
|
25e72a71b9
|
Fixed some issues with the Linux Code::Blocks exporter
|
8 years ago |
jules
|
f918827dcf
|
Clarified some comments in the Logger class
|
8 years ago |
jules
|
92f3a1e88f
|
Miscellaneous fixes for some PVS static analyser warnings
|
8 years ago |
ed
|
f3be41caba
|
Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files
|
8 years ago |
jules
|
d4b47809a1
|
Fixed some spelling mistakes in comments
|
8 years ago |
jules
|
7eb534ae88
|
Added method ValueTree::getRoot()
|
8 years ago |
jules
|
a15d79d4fe
|
Added new methods Rectangle::withRightX() and withBottomY()
|
8 years ago |
hogliux
|
2c8b98b6e1
|
Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus
|
8 years ago |
jules
|
f1baf9b122
|
Added VST hosting support for begin/endParameterChangeGesture, and tidied up some internal code
|
8 years ago |
jules
|
9e0370c9b7
|
Made sure the File::getNonexistentChildFile() method's putNumbersInBrackets is used when the name already ends in a digit
|
8 years ago |
jules
|
eb07aaf1ed
|
Added some TRANS macros to some internal OSX menu item strings
|
8 years ago |
jules
|
5eeaf5a2b5
|
Added move semantics to AudioBuffer
|
8 years ago |
jules
|
aae0b15916
|
Added begin/end iteration to HashMap
|
8 years ago |
jules
|
b184ca92e8
|
Removed an accidentally-committed method from String
|
8 years ago |
jules
|
b90077c85f
|
Cleaned up some warnings in the PNG code
|
8 years ago |
tpoole
|
6f27a1d4a4
|
Typo fixes
|
8 years ago |
jules
|
ab0c519cef
|
Workaround for an android-specific bug in String::formatted()
|
8 years ago |
tpoole
|
158bc981de
|
Fixed an issue restoring VST3 GUI state
|
8 years ago |
hogliux
|
a7ee1a7c2e
|
Added missing initialiser in Path::Iterator constructor
|
8 years ago |
jules
|
aae64719a5
|
Minor compile fix in the javascript parser for VS2013
|
8 years ago |
tpoole
|
af0791552a
|
Fixed Linux message thread assertion in AudioProcessorValueTreeState
|
8 years ago |
hogliux
|
2d96e3720a
|
Changed the default sidechain layout to stereo in the NoiseGate sample code to increase compatibility with Bitwig DAWs
|
8 years ago |
jules
|
dd13702684
|
Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally
|
8 years ago |
hogliux
|
b1d3069464
|
Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files
|
8 years ago |
hogliux
|
7a02a83bf0
|
Make sure that the OSX SDK is new enough when compiling AUv3 targets
|
8 years ago |
hogliux
|
27c353ca3f
|
Fixed an issue when compiling with newer external png libraries
|
8 years ago |