8051 Commits (369d59f656b705a82c92dfdca78110cffb28aeb3)
 

Author SHA1 Message Date
  jules 369d59f656 Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 8 years ago
  tpoole 13ccdf9411 Projucer: Added more thorough checking of pkg-config dependencies 8 years ago
  hogliux 6867772374 MPE: Change MPEInstrument::voicesLock member from private to protected so that sub-classes can lock the voicedLock 8 years ago
  jules 828b9b3be6 When opening an X display, made it attempt a retry if the first attempt fails. 8 years ago
  jules 9ac84e07b4 Fixed some false positives generated by the StringPairArray comparison operator, and made it faster for common cases. 8 years ago
  ed a449e3bbb4 Use juce namespace for some uint32s in the CodeEditorDemo 8 years ago
  jules 2ee168ad46 Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems 8 years ago
  jules 15871dd890 Added some more JUCE_CONSTEXPR flags to Point 8 years ago
  hogliux 191b91503a VST2: Added warnings if the plug-in version number cannot be displayed by Cubase's version encoding 8 years ago
  hogliux 671f3eaf94 Implement Process::hide for mobile platforms 8 years ago
  jules 31c99d3680 Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor 8 years ago
  jules ff99aec1ab Converted some old uses of non-C++ maths functions to their std equivalents 8 years ago
  ed 15e40d48ba Whitespace 8 years ago
  ed 3b61f577bf Removed unused JUCE_COMPILER_SUPPORTS_THREAD_LOCAL flag 8 years ago
  jules 1884e0142a Corrected a small bug in TextEditor when clicking to the right of the last line to place the cursor. 8 years ago
  ed 38a4baa9dd Projucer: Added some missing marketing icons to the iOS exporter 8 years ago
  jules a2020f0177 Removed a defunct unit test 8 years ago
  jules 2fcb8fa71b Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 8 years ago
  jules 93a22599d1 Tweaked the rate at which EdgeTable grows its internal storage, to improve performance rendering large and complex paths 8 years ago
  jules be3e9161be Fixed a typo in the previous commit 8 years ago
  jules 970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 years ago
  hogliux 6e23c4806b MPE: Change MPESynthesizer::voicesLock member from private to protected so that sub-classes can lock the voicedLock 8 years ago
  ed 0eb89d650a Improved the colour scheme of the code editor demo 8 years ago
  tpoole ee9f9119c7 Projucer: Fixed a typo in the AppConfig comments 8 years ago
  jules 5dff69047a Removed a stray log file 8 years ago
  ed bd68a6e947 Re-added "override" to the C++ tokeniser keywords 8 years ago
  tpoole 39a6e9ea31 Fixed a path parsing issue in the Code::Blocks Linux exporter 8 years ago
  hogliux d95edfd770 VST3: First add Midi controller changes and then add other midi events to ensure that all-notes off events occur before any note-on event with the same sampleOffset 8 years ago
  ed 1406de4de3 Add some missing semicolons 8 years ago
  ed 1722471d2c Added some more keywords to the C++ tokeniser 8 years ago
  tpoole 2da16705cf Updated the Doxygen generating script to remove the juce namespace 8 years ago
  ed aaeff48f2f Added "override" to the C++ tokeniser keywords 8 years ago
  tpoole 7d2f59909e Minor documentation fixes 8 years ago
  jules e8af67182d Added method Viewport::recreateScrollbars() 8 years ago
  tpoole e85d3aaf1f Renamed XCode to Xcode in multiple places 8 years ago
  tpoole 598b791964 Fixed a bug when selecting AudioParameterChoice values in native DAW parameter views 8 years ago
  ed 5bfe78dce6 Projucer: Fixed a potential crash when the live-build component list is changed 8 years ago
  ed 93ed8ed0fc Fixed a typo in the StringRef documentation 8 years ago
  ed 5d8d37eb87 Added support for multi-touch drag and drop 8 years ago
  jules 59fa229538 Whitespace 8 years ago
  jules 3d7c777238 Some light modernisation of a bunch of old code 8 years ago
  ed bffc53b336 Projucer: Added a company copyright field to the project settings 8 years ago
  ed 758351a28f Projucer: Added a device family option to the iOS exporter 8 years ago
  ed 1cb2d8143e Fixed an assertion when enabling the popup display with a two-value slider and disabled the popup display when using an IncDec slider 8 years ago
  hogliux 2b01c39aae VST2 hosting: Swapped confusing build/bugfix variable names in recent commit 8 years ago
  jules 28dfa55088 Fix to the VST2/3 compatibility code to handle a Studio One issue 8 years ago
  hogliux 1b0fb11667 Fixed a compiler warning in the previous commit 8 years ago
  hogliux c38282778d VST2: Ensured that the VST2 version number is encoded correctly for display in Cubase and when hosting VST2 plug-ins in JUCE 8 years ago
  jules abe86765ce Workaround for a VS2013 compile error 8 years ago
  hogliux f59a5dfc7f Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 8 years ago