6835 Commits (0d7a77d8eeb8bc5db471cba61851f01acdff4255)
 

Author SHA1 Message Date
  tpoole 0d7a77d8ee Improved AudioProcessorValueTreeState documentation 9 years ago
  hogliux 83a4f74b1f Added support saving/restoring plugin bus layouts in the audio host demo 9 years ago
  tpoole 101a59ad2a Fixed bug updating MacOS system tray icon 9 years ago
  jules a6c4a02c81 Avoided an unused variable warning in the OSX network code 9 years ago
  tpoole 4b69d0fb44 Fixed buffer size and sample rate changes in iOS background audio 9 years ago
  tpoole c52f147565 Improved a variable name 9 years ago
  tpoole 7d4d853067 Fixed AAX SDK relative path bug on Windows 9 years ago
  ed 4c1d4f0081 Added method TabbedComponent::moveTab() 9 years ago
  hogliux 2ad22dc6cf Added workaround to check the state of the on-screen keyboard on Windows before toggling it's display 9 years ago
  ed 7120d7dfca Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10 9 years ago
  ed 5849710d85 Added iOS support for BLOCKS examples 9 years ago
  tpoole 1e5865c458 Restored original iOS sample rate after querying all available sample rates 9 years ago
  tpoole 25e72a71b9 Fixed some issues with the Linux Code::Blocks exporter 9 years ago
  jules f918827dcf Clarified some comments in the Logger class 9 years ago
  jules 92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 9 years ago
  ed f3be41caba Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files 9 years ago
  jules d4b47809a1 Fixed some spelling mistakes in comments 9 years ago
  jules 7eb534ae88 Added method ValueTree::getRoot() 9 years ago
  jules a15d79d4fe Added new methods Rectangle::withRightX() and withBottomY() 9 years ago
  hogliux 2c8b98b6e1 Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus 9 years ago
  jules f1baf9b122 Added VST hosting support for begin/endParameterChangeGesture, and tidied up some internal code 9 years ago
  jules 9e0370c9b7 Made sure the File::getNonexistentChildFile() method's putNumbersInBrackets is used when the name already ends in a digit 9 years ago
  jules eb07aaf1ed Added some TRANS macros to some internal OSX menu item strings 9 years ago
  jules 5eeaf5a2b5 Added move semantics to AudioBuffer 9 years ago
  jules aae0b15916 Added begin/end iteration to HashMap 9 years ago
  jules b184ca92e8 Removed an accidentally-committed method from String 9 years ago
  jules b90077c85f Cleaned up some warnings in the PNG code 9 years ago
  tpoole 6f27a1d4a4 Typo fixes 9 years ago
  jules ab0c519cef Workaround for an android-specific bug in String::formatted() 9 years ago
  tpoole 158bc981de Fixed an issue restoring VST3 GUI state 9 years ago
  hogliux a7ee1a7c2e Added missing initialiser in Path::Iterator constructor 9 years ago
  jules aae64719a5 Minor compile fix in the javascript parser for VS2013 9 years ago
  tpoole af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 9 years ago
  hogliux 2d96e3720a Changed the default sidechain layout to stereo in the NoiseGate sample code to increase compatibility with Bitwig DAWs 9 years ago
  jules dd13702684 Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally 9 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 9 years ago
  hogliux 7a02a83bf0 Make sure that the OSX SDK is new enough when compiling AUv3 targets 9 years ago
  hogliux 27c353ca3f Fixed an issue when compiling with newer external png libraries 9 years ago
  hogliux 32db13e0d5 CPP/C/CXX/LDFLAGS should be appended to JUCE_CPPFLAGS etc. in linux makefiles 9 years ago
  hogliux ae3ee3467b Fixed an issue when including an external and newer version of zlib 9 years ago
  hogliux a6d3d19832 Fixed a few minor bugs in X11 windowing code 9 years ago
  jules f28462040b Whitespace cleanup 9 years ago
  jules 3104616462 Added some copy/paste options for module paths to the Projucer's module listbox 9 years ago
  hogliux a9b29baf83 Added support for lambdas in var::NativeFunction 9 years ago
  jules 901913a0da Added new method FlexItem::withAlignSelf() 9 years ago
  jules aac01b2b4b Fixed a couple of spelling mistakes 9 years ago
  hogliux d90ca6caf8 Fixed a typo in the OpenGL demo code 9 years ago
  hogliux ddaaaa6e9d Removed 'const' from the Projucer's component editor's generated keyStateChanged method 9 years ago
  hogliux f85bbb2a61 Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size 9 years ago
  jules 53ae78f1bb Fix for javascript parseInt of strings that start with a zero but contain non-numeric chars 9 years ago