1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

4303 commits

Author SHA1 Message Date
ed
46e21fef13 Updated win32 Process::isForegroundProcess() method to use process ID 2017-01-16 14:02:53 +00:00
tpoole
d0b0644af0 Fixed compiler error in AUv3_Wrapper 2017-01-16 11:32:31 +00:00
jules
d8ead14de4 Removed a duplicate header file 2017-01-15 08:33:38 +00:00
hogliux
1baaddb115 Added code to properly escape non-ascii characters in URLs passed to the WebBrowserComponent on macOS/iOS 2017-01-12 15:27:35 +00:00
tpoole
a554d0e95e Added to the AudioProcessorValueTreeState documentation 2017-01-12 14:14:19 +00:00
hogliux
ba512e96fd Renamed 'generic' parameter Category enum to something less generic 2017-01-12 12:54:50 +00:00
tpoole
f2b2fb2819 Fixed JUCE_VST3_CAN_REPLACE_VST2 behaviour 2017-01-12 11:24:42 +00:00
hogliux
7897331403 Added support for level meter parameter categories 2017-01-11 18:02:40 +00:00
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 2017-01-11 15:45:56 +00:00
jules
fcd5a47d8c Added a bit-twiddling helper method: findHighestSetBit() 2017-01-11 08:50:16 +00:00
jules
0ebd5bcd3e Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros 2017-01-10 17:54:41 +00:00
tpoole
0d7a77d8ee Improved AudioProcessorValueTreeState documentation 2017-01-10 13:03:13 +00:00
hogliux
83a4f74b1f Added support saving/restoring plugin bus layouts in the audio host demo 2017-01-10 12:50:45 +00:00
tpoole
101a59ad2a Fixed bug updating MacOS system tray icon 2017-01-10 10:23:47 +00:00
jules
a6c4a02c81 Avoided an unused variable warning in the OSX network code 2017-01-10 09:15:08 +00:00
tpoole
4b69d0fb44 Fixed buffer size and sample rate changes in iOS background audio 2017-01-09 18:23:16 +00:00
tpoole
c52f147565 Improved a variable name 2017-01-09 18:21:15 +00:00
ed
4c1d4f0081 Added method TabbedComponent::moveTab() 2017-01-09 10:22:33 +00:00
hogliux
2ad22dc6cf Added workaround to check the state of the on-screen keyboard on Windows before toggling it's display 2017-01-09 10:18:51 +00:00
ed
7120d7dfca Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10 2017-01-05 16:54:00 +00:00
tpoole
1e5865c458 Restored original iOS sample rate after querying all available sample rates 2017-01-05 11:19:25 +00:00
jules
f918827dcf Clarified some comments in the Logger class 2017-01-04 11:15:57 +00:00
jules
92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 2017-01-03 17:22:01 +00:00
ed
f3be41caba Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files 2017-01-03 16:44:34 +00:00
jules
d4b47809a1 Fixed some spelling mistakes in comments 2017-01-01 11:59:39 +00:00
jules
7eb534ae88 Added method ValueTree::getRoot() 2017-01-01 11:58:29 +00:00
jules
a15d79d4fe Added new methods Rectangle::withRightX() and withBottomY() 2017-01-01 11:56:23 +00:00
hogliux
2c8b98b6e1 Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus 2016-12-31 16:35:19 +01:00
jules
f1baf9b122 Added VST hosting support for begin/endParameterChangeGesture, and tidied up some internal code 2016-12-30 15:47:18 +00:00
jules
9e0370c9b7 Made sure the File::getNonexistentChildFile() method's putNumbersInBrackets is used when the name already ends in a digit 2016-12-30 11:39:09 +00:00
jules
eb07aaf1ed Added some TRANS macros to some internal OSX menu item strings 2016-12-30 11:38:03 +00:00
jules
5eeaf5a2b5 Added move semantics to AudioBuffer 2016-12-26 19:26:35 +00:00
jules
aae0b15916 Added begin/end iteration to HashMap 2016-12-26 19:06:20 +00:00
jules
b184ca92e8 Removed an accidentally-committed method from String 2016-12-24 09:40:06 +00:00
jules
b90077c85f Cleaned up some warnings in the PNG code 2016-12-24 09:32:37 +00:00
tpoole
6f27a1d4a4 Typo fixes 2016-12-22 20:21:13 +00:00
jules
ab0c519cef Workaround for an android-specific bug in String::formatted() 2016-12-22 17:16:48 +00:00
tpoole
158bc981de Fixed an issue restoring VST3 GUI state 2016-12-21 12:25:35 +00:00
hogliux
a7ee1a7c2e Added missing initialiser in Path::Iterator constructor 2016-12-21 09:38:22 +00:00
jules
aae64719a5 Minor compile fix in the javascript parser for VS2013 2016-12-20 17:41:12 +00:00
tpoole
af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 2016-12-20 13:23:29 +00:00
jules
dd13702684 Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally 2016-12-20 09:12:22 +00:00
hogliux
27c353ca3f Fixed an issue when compiling with newer external png libraries 2016-12-19 15:34:53 +00:00
hogliux
ae3ee3467b Fixed an issue when including an external and newer version of zlib 2016-12-19 15:34:37 +00:00
hogliux
a6d3d19832 Fixed a few minor bugs in X11 windowing code 2016-12-19 12:20:05 +00:00
jules
f28462040b Whitespace cleanup 2016-12-19 12:18:58 +00:00
hogliux
a9b29baf83 Added support for lambdas in var::NativeFunction 2016-12-19 11:53:12 +00:00
jules
901913a0da Added new method FlexItem::withAlignSelf() 2016-12-19 11:26:35 +00:00
hogliux
f85bbb2a61 Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size 2016-12-19 10:11:19 +00:00
jules
53ae78f1bb Fix for javascript parseInt of strings that start with a zero but contain non-numeric chars 2016-12-19 09:23:54 +00:00