8021 Commits (2da16705cffbca555604e5243186b27a28486502)
 

Author SHA1 Message Date
  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
  jules 5eb8f9c2c2 Normalised all the copy/move/assignment constructors for the dsp module IIR and FIR filter classes. These now do NOT reset the filter when they get copied, and they expect that the user-supplied process state class is copyable 8 years ago
  jules eca20d1e4a Added some missing copy and move constructors in the ReferenceCountedObject classes 8 years ago
  jules 82648926c6 Whitespace 8 years ago
  jules 82073da570 Made the dsp::Filter copy constructor reset the state. Also added a couple of missing move constructors to that class 8 years ago
  hogliux e0b0920819 macOS: Fixed an issue where the CustomCallback of a menu item would not be called if the menu item belongs to a native macOS menu 8 years ago
  hogliux 6ae99f4343 macOS: Fixed a memory leak of native mac menu items 8 years ago
  ed c956b984c6 Projucer: Added a "Header search paths" field to the project settings page that will be used for all exporters 8 years ago
  jules 37a92aec63 Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0 8 years ago
  ed 0a85ae91de Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons() 8 years ago
  ed 53cd6c014c Fixed a bug where DocumentWindow buttons were being drawn too large 8 years ago
  hogliux 54029e776d Projucer: Re-factored source code groups and general code clean-up 8 years ago
  jules 980361e54b Tidied up some old compiler workarounds 8 years ago
  jules c42719c2eb Some internal modernisation in windowing classes 8 years ago
  Lukasz Kozakiewicz 9527e077b1 Android: bailout in ComponentPeerView’s callbacks if underlying host is deleted. 8 years ago
  jules aa3d1c1564 Updated a defunct symbol in demo code 8 years ago
  jules 434b0e7c9b Got rid of a long-defunct alias "BitArray". If your code still uses this name, you can just replace or alias it to BigInteger, which is what the class was renamed to. 8 years ago
  hogliux bc247f0d27 Added optional parameter to specify the size and position of the MIDI bluetooth selector 8 years ago
  jules 1aaa598a5f Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 8 years ago
  jules b44cb8b710 Minor breaking change: removed the legacy swapVariables function. Just use std::swap instead and it'll do a better job! 8 years ago
  jules 27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 8 years ago
  Lukasz Kozakiewicz 5b8cf6b932 Android: fix getMemorySizeInMegabytes() returning negative values. 8 years ago
  jules 31e454f284 Avoided triggering an assertion when focus is returned by a popup menu to a hidden component 8 years ago
  jules 06d6a08892 Tweaked TextLayout::createLayoutWithBalancedLineLengths() to improve line length balancing 8 years ago
  jules 23cdad6a80 Tweaked URL::addEscapeChars() to make its character substitutions more compliant with RFC3986 8 years ago
  hogliux bd0ec0ca8c Android: Fixed a rare race-condition in android OpenGL startup which could occur if the OpenGL context is destroyed before it is fully initialised 8 years ago
  Lukasz Kozakiewicz fd20804ed9 InAppPurchases: when trying to buy an already purchased item in Play Store, call success callback with “Item already owned” status. 8 years ago
  tpoole 087e7b303d Updated the GitHub issue reporting instructions 8 years ago
  tpoole 920c3f24c8 UnitTestRunner: Improved logging on Windows 8 years ago
  hogliux 06c7fb5b01 Add xrun counter to device manager 8 years ago
  tpoole 3627603c83 Fixed a performance regression parsing doubles 8 years ago