6191 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  hogliux 6ae99f4343 macOS: Fixed a memory leak of native mac menu items 7 years ago
  jules 37a92aec63 Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0 7 years ago
  ed 0a85ae91de Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons() 7 years ago
  ed 53cd6c014c Fixed a bug where DocumentWindow buttons were being drawn too large 7 years ago
  jules 980361e54b Tidied up some old compiler workarounds 7 years ago
  jules c42719c2eb Some internal modernisation in windowing classes 7 years ago
  Lukasz Kozakiewicz 9527e077b1 Android: bailout in ComponentPeerView’s callbacks if underlying host is deleted. 7 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. 7 years ago
  hogliux bc247f0d27 Added optional parameter to specify the size and position of the MIDI bluetooth selector 7 years ago
  jules 1aaa598a5f Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 7 years ago
  jules b44cb8b710 Minor breaking change: removed the legacy swapVariables function. Just use std::swap instead and it'll do a better job! 7 years ago
  jules 27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 7 years ago
  Lukasz Kozakiewicz 5b8cf6b932 Android: fix getMemorySizeInMegabytes() returning negative values. 7 years ago
  jules 31e454f284 Avoided triggering an assertion when focus is returned by a popup menu to a hidden component 7 years ago
  jules 06d6a08892 Tweaked TextLayout::createLayoutWithBalancedLineLengths() to improve line length balancing 7 years ago
  jules 23cdad6a80 Tweaked URL::addEscapeChars() to make its character substitutions more compliant with RFC3986 7 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 7 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. 7 years ago
  jules d05594eafe Fixed a problem in a static assert in Atomic. 7 years ago
  tpoole 920c3f24c8 UnitTestRunner: Improved logging on Windows 7 years ago
  hogliux 06c7fb5b01 Add xrun counter to device manager 7 years ago
  tpoole 3627603c83 Fixed a performance regression parsing doubles 7 years ago
  hogliux 8d86e6350a Fixed constexpr compiler support detection in gcc 7 years ago
  hogliux a21a2a42dd Android: Fixed a runtime-error introduced by a recent commit when building for Android <24 7 years ago
  jules 3624df0652 Minor spelling fix 7 years ago
  jules 12f9f33e91 Bit of modernisation in OpenGLContext 7 years ago
  hogliux 82bc9da02c Added support for Atmos 7.0.2 and 7.1.2 Surround formats 7 years ago
  jules a4f5663fce Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers 7 years ago
  jules 533fd23439 Added a missing override 7 years ago
  jules d00a459480 Added method TextEditor::setJustification() 7 years ago
  hogliux 5a843965e6 AAX: Added JucePlugin_AAX_Chunk_Identifier preprocessor define to override the AAX chunk identifier that is used by JUCE 7 years ago
  ed f83fcafb84 Fixed a bug where a Slider popup display set to show on mouse hover wouldn't show when dragging the mouse over the Slider and releasing 7 years ago
  jules 6290e95152 Whitespace 7 years ago
  jules c309a5b244 Avoided forcing TextEditor to be always opaque 7 years ago
  hogliux 8bb64a5ddc Added getXRunCount to AudioIODevice as a way to get Xrun counts from underlying hardware 7 years ago
  ed 0b6f02a29e Fixed some errors and warnings when building with JUCE_DLL_BUILD=1 7 years ago
  ed 33f075212e Fixed a typo in TextPropertyComponent 7 years ago
  jules a5eebb37ef whitespace 7 years ago
  jules e6ae3f7aa7 Fixed a problem in a static assert in Atomic. 7 years ago
  tpoole 47698a86b1 MinGW: Fixed some 32 bit build errors 7 years ago
  jules 9e356135a1 Added a minimum number of columns option to the PopupMenu, and did a bit of internal modernising on the class's internals 7 years ago
  tpoole 554d055a8f WinRT MIDI: Increased the maximum size of outgoing messages 7 years ago
  tpoole fec19eeade MacOS: Fixed a bug detecting changes to the number of hardware output channels 7 years ago
  hogliux 70aa86413a Standalone Plug-In: Fixed an issue where the editor would not resize correctly on mobile when the feedback warning was dismissed 7 years ago
  hogliux fcffaa6751 VST3: Fixed an issue with the VST3 implementation of isInputChannelStereoPair/isOutputChannelStereoPair 7 years ago
  jules 94669f2b14 whitespace 7 years ago
  jules 2878bc2f75 Added a copy constructor for MidiBuffer::Iterator 7 years ago
  ed 4b75bbdab6 Littlefoot: Add pitch correction functions 7 years ago
  jules fa093cd798 Modernised some String internals 7 years ago
  ed 0b7d163d49 Increased the contrast for selected text when using LookAndFeel_V4 7 years ago