3747 Commits (2fa6c2094e94749f26b78e5761112da5b6dc40f8)

Author SHA1 Message Date
  hogliux f6efbedee7 Remove default symbol visibility for JUCE shared code 9 years ago
  jules 8f4c4c9e4f Fixed typo in LADSPA code 9 years ago
  jules 4c0bc70411 Deleted some defunct Mac PowerPC code 9 years ago
  jules 42a956c9c6 Added a workaround for an obscure GL race condition when closing contexts 9 years ago
  jules 05f90010f5 Fixed some MSVC warnings in CachedValue 9 years ago
  jules 968f8387d3 Added an option to KnownPluginList::addToMenu for specifying a ticked item 9 years ago
  jules 3d1cf531e0 Added colour IDs for ToggleButton tick colour 9 years ago
  jules f74338aab6 Resaved projects 9 years ago
  jules a439c6ad8d Added new class: CachedValue 9 years ago
  jules 905533c68e Minor formatting tidyups 9 years ago
  jules 45e2b00b6c Added a method ValueTree::getPropertyPointer() 9 years ago
  jules 6fc4d5aac6 Fixed a bug in the Javascript parser involving array dereferencing 9 years ago
  jules 06d8d4167c Added a method to StandaloneFilterApp to allow customisation of the window it creates 9 years ago
  jules 871c3a9108 Removed some code that prevented RTL TextLayouts having their bounds adjusted 9 years ago
  jules bb7189b05e Added kerning support to the DirectWrite layout code 9 years ago
  jules 48b35c447a Workaround for long filenames in Process::openDocument on OSX 9 years ago
  jules e04b7ff1c4 Added some extra time-out settings to the Linux CURL code 9 years ago
  jules e1205ec36c Re-added a WaveLab workaround in the VST wrapper 9 years ago
  jules be3acc9768 Tidied up an out of date method in LADSPAPluginFormat 9 years ago
  Timur Doumler 0eb0f27a16 Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system. 9 years ago
  Timur Doumler 92a1747f27 Fixed AAX plug-in builds with new module format on OS X. 9 years ago
  jules 9abd4eeace Added some extra tolerance settings to some Path methods 9 years ago
  jules fb864a5cb1 Corrected some spelling mistakes in comments 9 years ago
  jules 7d178feb0c (Fixed mistake in last commit) 9 years ago
  jules 32178f4a1f Tidied up some AUv3 code 9 years ago
  jules 1182aecf00 Improved a comment 9 years ago
  jules c34f13a02d Fixed a linkage problem in some release plugin builds 9 years ago
  jules 17e2acb9fd Fixed a couple of AUv3 bugs 9 years ago
  hogliux 63ef9c1bfd Fix compilation errors in AU format when compiling for older OS targets 9 years ago
  hogliux cdeb0b5c87 Undo removal of setNumThreads in plug-in scanner 9 years ago
  hogliux 44359cb429 Fix missing std::nullptr defines 9 years ago
  Timur Doumler 24f05c405a Whitespace. 9 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  jules 9eb54629f2 Refactored some StreamingSocket connection code to iterate addresses and clean up failed handles 9 years ago
  jules 22215d8279 Improved the performance of the HomeopathicStack class by diluting it from the codebase. If you need to use this class, please use the imprint of its memory in the GIT history. 9 years ago
  jules 46dc76f993 Improved a comment 9 years ago
  jules 118e872bf2 Added new class: HomeopathicStack 9 years ago
  jules dfc4428af6 Avoided a problem in DirectShowComponent that caused crashes in error cases. 9 years ago
  jules 6e455aa1cb Fixed minor comment typo 9 years ago
  jules 2549222b9d Avoided another minor VST3 warning 9 years ago
  jules 2ffaafeeb5 Avoided a couple of warnings in VST3 code 9 years ago
  Timur Doumler 86aacef11e MPE: changed default initial pressure for new notes to 0 if no pressure messages have been received before the note-on; removed virtual functions getInitialPitchbend/Pressure/TimbreForNoteOn as they are confusing and the default behaviour is reasonable. 9 years ago
  jules 6a66ff75bb Added NamedValueSet::isEmpty() 9 years ago
  jules af660278d7 Removed a malfunctioning method in CharPointer_ASCII 9 years ago
  jules a5ec538596 Added a couple of methods to LinearSmoothedValue 9 years ago
  Timur Doumler 09be38bc46 Added isEmpty() method to OwnedArray. 9 years ago
  hogliux 7cecc7edfb Add automation support for VST3 bypass 9 years ago
  Timur Doumler e30464b210 Reverted: Added a missing include in juce_android_RuntimePermissions.cpp (the relevant compile error was already fixed by commit 2ecbe54c in a better way). 9 years ago
  Timur Doumler 4203f58548 Added a missing include in juce_android_RuntimePermissions.cpp. 9 years ago
  Timur Doumler 74447991ec Fixed various compile errors due to rename of empty() to isEmpty(). 9 years ago