11935 Commits (06544850fbc6d9b140f3d17e91e247fec9ee3bcc)
 

Author SHA1 Message Date
  ed fd83e0f51e Removed Displays const_casts from ComponentPeer implementations 4 years ago
  ed bdb41ee995 DemoRunner: Enable all orientations and kiosk mode on mobile 4 years ago
  ed 78a09bdfc6 DemoRunner: Use Display::safeAreaInsets to position demo content 4 years ago
  ed ac1425f94e Added Display::safeAreaInsets and implementations for iOS and Android 4 years ago
  ed 6d8c0b2fc3 Android: Set layoutInDisplayCutoutMode to LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS so fullscreen kiosk apps fill the entire display on devices with cutouts 4 years ago
  ed c0cb5dcf34 Android: Tidied up some code in AndroidComponentPeer 4 years ago
  jules a9b5fe3a39 Tweaks for emscripten support 4 years ago
  ed 8b075242d4 Windows: Use compiler warning macros when including WebView2 headers 4 years ago
  reuk b94d4170f0 CMake: Fix issue where module source file filters were too broad 4 years ago
  ed ad38182530 Added checks for DOXYGEN #define when excluding modal methods in headers 4 years ago
  ed 04c28eaa3b Added a missing #if JUCE_MODAL_LOOPS_PERMITTED guard to FileChooser modal methods 4 years ago
  ed 9eb5e38cae DemoRunner: Enable all orientations and disable full screen requirement on iOS to enable Slide Over and Split View features 4 years ago
  ed 65f2de3def iOS: Added options to the Projucer and CMake to set UIRequiresFullScreen .plist option 4 years ago
  ed 271a9cd7a4 Re-saved all projects 4 years ago
  ed 56f9f83638 iOS: Check UIStatusBarHidden .plist value in prefersStatusBarHidden property to correctly hide/show the status bar when requested 4 years ago
  ed b5496b16f3 iOS: Correctly set UIViewControllerBasedStatusBarAppearance and UIStatusBarHidden in .plist 4 years ago
  ed 4ef5012271 iOS: Fixed UIViewAlertForUnsatisfiableConstraints warning when showing the onscreen keyboard 4 years ago
  Tom Poole 7c33b2132f Fixed some parsing issues in readDoubleValue 4 years ago
  reuk 837ab64dbd
Android: Fix numeric conversion warnings 4 years ago
  reuk ef1926f916 CMake: Remove unused IAA function 4 years ago
  reuk 998883e557
CMake: Group module sources along with other module files 4 years ago
  Tom Poole dbecf24722 Fixed a typo in the documentation 4 years ago
  ed 1746d7bc4d Projucer: Removed a duplicate check in VersionInfo::isNewerVersionThanCurrent() 4 years ago
  ed b8c64bacf4 Projucer: Added missing juce namespace to ToggleButtonHandler generated code in the GUI editor 4 years ago
  reuk 9a57f50ade
CMake: Fix configuration error when using header-only modules 4 years ago
  ed 46f5b126d5 Tidied up some template statement whitespace 4 years ago
  ed d7358d0ef1 Update SidePanel visibility when shown/hidden and set always on top 4 years ago
  ed af69be5346 Windows: Tidied up the usage of the JUCE_COMCALL, JUCE_COMCLASS, and JUCE_IUNKNOWNCLASS macros 4 years ago
  ed dc242f76db Windows: Added multiple inheritance support to ComBaseClassHelper 4 years ago
  ed bcb85bc752 Recreate CaretComponent correctly in CodeEditorComponent::lookAndFeelChanged() 4 years ago
  ed 5b432431fd Re-saved all projects 4 years ago
  ed 0510e22f42 Projucer: Bump LastUpgradeCheck property in Xcode projects 4 years ago
  reuk 6ff54f0a64
XmlElement: Fix conversion issue when passing Identifiers to forEachXmlChildElementWithTagName 4 years ago
  ed 1b2f17f2e8 PopupMenu: Check currently focused component before passing keyboard focus on menu completion 4 years ago
  ed 4d566799ee Projucer: Only add optional Java source sets to Android projects when the module is enabled 4 years ago
  reuk 29c4ef36ee
FFT: Add move ops which would otherwise be implicitly deleted 4 years ago
  ed 6cc67f5ac5 Windows: Fixed some build errors in the WebView2 code introduced in 48fcea0c 4 years ago
  reuk 3baaad8b5b
XmlElement: Update loops to use new iterators 4 years ago
  reuk 40f6ac7c47
XmlElement: Add range-for-compatible iterators 4 years ago
  reuk dbfdaff00b
XWindowSystem: Prevent PopupMenus from accidentally dismissing themselves 4 years ago
  reuk c41149f48d
String: Fix documentation for getTrailingIntValue 4 years ago
  ed 091ab8a3a3 Made the windowIgnoresKeyPresses ComponentPeer style flag documentation a bit clearer 4 years ago
  ed f43784dc5b macOS: Propagate focus loss message when resigning key window status and only grab focus if window can become the key window 4 years ago
  ed 891d86fe6b Don't trigger a fake mouse move from Component::sendFakeMouseMove() if the component passes through all mouse events 4 years ago
  ed 3754cadf55 Windows: Removed WinRT::ComSmartPtr and use existing class instead 4 years ago
  ed 48fcea0c44 Windows: Removed WinRTWrapper dependency from WebView2 implementation 4 years ago
  ed a1ff4eec6a VST: Renamed ComSmartPtr -> VSTComSmartPtr to avoid confusion with existing class in juce_core 4 years ago
  ed f2df19f4fe Android: Integrated Oboe fix from google/oboe@893feef 4 years ago
  ed bd86eb667e Android: Fixed compile error when push notifications are disabled 4 years ago
  Tom Poole 2ef9899818 Projucer: Fixed the inclusion of Xcode subprojects using the new build system 4 years ago