9964 Commits (c89194f84d0e3ed18ef53dbdfa618d6e56c48adc)
 

Author SHA1 Message Date
  jules 25d3a7f89d Added more comments to a LookAndFeel assertion that seems to be confusing people 7 years ago
  Lukasz Kozakiewicz 3b130b10fe URL: add method to get filename (most useful for Android’s content:// scheme). 7 years ago
  Lukasz Kozakiewicz 8ac29a4843 Fix typo. 7 years ago
  Lukasz Kozakiewicz 1f77b356d1 Re-saved all projects. 7 years ago
  Lukasz Kozakiewicz 360449de0b Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed. 7 years ago
  Lukasz Kozakiewicz 181f4ab7fc StandalonePluginWindow: allow to customise kiosk mode enablement. 7 years ago
  ed fa2a531365 Fixed a typo in juce_Initialisation.h 7 years ago
  ed ea23ddd69e Added a method to DatagramSocket to set whether multicast loopback should be enabled 7 years ago
  jules 934d5aee22 Fixed the typo that I introduced while fixing a different typo 7 years ago
  jules 89b4e13423 Fixed some incorrect documentation in the singleton macros 7 years ago
  jules a156d12390 Fixed a typo in AiffAudioFormat 7 years ago
  Tom Poole e14ca41087 VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2 7 years ago
  jules 72d91dd5bf Added some next/prev window commands to the projucer 7 years ago
  Tom Poole 438ab2b0f7 CoreAudio: Fixed some additional issues handling background device changes 7 years ago
  jules a4252b1407 Optimised the checking process for duplicate parameter IDs 7 years ago
  jules 25c457df39 Enabled JUCE_CONSTEXPR for older versions of clang 7 years ago
  Tom Poole f24045053d CoreAudio: Fixed some issues handling background device changes 7 years ago
  Lukasz Kozakiewicz 4a6ecffd91 ContentSharing: minor tweaks. 7 years ago
  ed f11c43d038 Fixed a bug in Windows plugins where the display bounds were not being updated when the scale factor was changed 7 years ago
  jules 6fe0358dee Whitespace 7 years ago
  jules eff880e01f Added some methods to OSCSender and OSCReceiver to allow them to use existing sockets 7 years ago
  jules faa847f443 Added a method OptionalScopedPointer::reset() 7 years ago
  Lukasz Kozakiewicz 202cad8991 DialogsDemo: flush output stream after writing to it in saving dialog demo. 7 years ago
  jules bc90a41386 Fixed a few singletons which had forgotten to call clearSingletonInstance() in their destructors 7 years ago
  jules 22ad29baba Workaround for a VS compiler warning 7 years ago
  jules 9f6126779c Fix for the analytics singleton 7 years ago
  jules 58a99ff139 Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 7 years ago
  jules c6ed2626e1 Fix for the analytics singleton 7 years ago
  jules fdebb67071 DSP module: Added a Phase class 7 years ago
  Tom Poole 2215001d0c Fixed some CoreAudio errors when detecting bit depths 7 years ago
  jules 8c30808ef9 Quick tidy-up in AudioPluginFormatManager 7 years ago
  Tom Poole 8cecf0baf9 Assorted threading and undefined behaviour fixes 7 years ago
  Lukasz Kozakiewicz 36da4cde05 Add native content sharing support for iOS and Android 7 years ago
  Noah Dayan 2a5108ffc6 Fix doc typo in juce_PluginHostType.h 7 years ago
  Noah Dayan 4f8749e744 Added documentation to juce_PluginHostType.h 7 years ago
  jules 6eff49a629 Workaround for a Visual Studio compiler bug 7 years ago
  ed ad0e97fef4 Projucer: Draw transparent iOS app icons onto a white background so that they are valid 7 years ago
  jules a1b9900bae Added an assertion to catch people using more than one TooltipWindow, which seems to be a common mistake 7 years ago
  Noah Dayan 737c82fcfc Fix Windows doc in juce_File.h 7 years ago
  Noah Dayan 5dc10feeac Added doc clarification in juce_FlexBox.h 7 years ago
  Tom Poole d2dc866f01 Updated OpenGLAppExample to use an renamed function 7 years ago
  jules 3b8c533db5 Clarified a couple of comments 7 years ago
  jules 73c319d249 Tidied up a few issues in AudioBlock 7 years ago
  Noah Dayan 1c580123b3 Fix documentation error in juce_SidePanel.h 7 years ago
  ed a9b74e54c7 Take any transforms that have been applied to a component into account in the Component::centreWithSize, ::setCentreRelative() and ::setCentrePosition() methods 7 years ago
  jules 4707ccfa37 Added some extra methods to the interpolator classes 7 years ago
  jules 92f16c1d39 Fixed some Timer threading issues 7 years ago
  ed 34959be226 Fixed a bug where PopupMenus with a scale factor applied were not appearing in the correct position 7 years ago
  ed 4800216b82 Only resize SidePanel on mouse drag if it is currently showing 7 years ago
  Tom Poole 11c5845eb1 Fixed a misaligned pointer access 7 years ago