641 Commits (e982c70438a8aee277bcd4fe21cdfd7f9bd76c7f)

Author SHA1 Message Date
  hogliux 9d5a489855 Fixed an assertion which could occur if you specified an extra semicolon at the end of your wildcard filter string 7 years ago
  Lukasz Kozakiewicz 3fae666465 Android: restore nav bars visibility on back button press too. 7 years ago
  Lukasz Kozakiewicz 4469217b3e Android: un-focus TextEditor when keyboard is hidden from nav bar. Ensure immersive mode is properly restored. Fix TextEditor not hiding keyboard if deleted immediately after getting focus. 7 years ago
  Lukasz Kozakiewicz 780a7662cd Android: restore nav bar visibility when native keyboard gets dismissed. 7 years ago
  ed d17595518f Disable automatic window tabbing behaviour on macOS 7 years ago
  ed 9a6d05641d Windows: Make sure currentModifiers are cleared after a pen up event 7 years ago
  ed 9027d1e5a1 Implemented setIcon() in NSViewComponentPeer 7 years ago
  hogliux 506425fdbe macOS: Fixed an issue where the native file chooser's Edit menu would not be deleted after it completed 7 years ago
  ed c24c06d2bb Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead 7 years ago
  Lukasz Kozakiewicz c90835eafc Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS). 7 years ago
  Tom Poole 8c0f0815f0 iOS: Added memory warning callbacks 7 years ago
  Tom Poole 57a75bc990 MacOS: Fixed an intermittent crash when closing a window from kiosk mode 7 years ago
  Tom Poole aed439ab4f Linux: Fixed a leaking XWindowSystem 7 years ago
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 7 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 7 years ago
  Tom Poole 49c36a20e0 Windows: Fixed an issue getting file icons with an alpha channel 7 years ago
  jules 4fcedf7be5 Standardised some lambda syntax 7 years ago
  Lukasz Kozakiewicz ef482e6c37 Android: handle case when we don’t receive file open events while sharing. 7 years ago
  Lukasz Kozakiewicz 8e28a68bd0 Android: remove escape characters from file paths when sharing files. 7 years ago
  Tom Poole 3c370259a9 Fixed an issue with the FileChooser prepending "/localhost" to paths 7 years ago
  Tom Poole 3519de9a22 A more careful assertion about allowed file type filters in MacOS FileChoosers 7 years ago
  Lukasz Kozakiewicz f4cc815f3d ContentSharing: when opening file descriptor on Android, pass correct file start offset and length. 7 years ago
  Tom Poole 43cff0ce48 Updated the documentation to include a MacOS caveat to the FileChooser 7 years ago
  Lukasz Kozakiewicz dd7549ef70 Add missing selector to NSViewComponentPeer. 7 years ago
  Lukasz Kozakiewicz 8ac29a4843 Fix typo. 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 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 bc90a41386 Fixed a few singletons which had forgotten to call clearSingletonInstance() in their destructors 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
  Lukasz Kozakiewicz 36da4cde05 Add native content sharing support for iOS and Android 7 years ago
  jules 51f6c5d01c Tidied up a few bits of messy String concatenation 7 years ago
  jules f3cde9763a Quick tidy-up of some messaging classes 7 years ago
  Lukasz Kozakiewicz 7297f62182 FileChooser: actually do store URL security bookmark in a smart pointer (as it was originally on an internal branch). Also update the docs to clearly indicate that a user has to use URL returned from FileChooser. 7 years ago
  jules 7daff1a99e Fixed a build error 7 years ago
  jules 6a49d6efdc Minor tidying up 7 years ago
  Lukasz Kozakiewicz 5358756d58 FileChooser: misc fixes and improvements to iOS and Android file choosers. 7 years ago
  jules 25fe3ee392 Some workarounds to avoid triggering the new Xcode thread checker when using openGL 7 years ago
  jules f85d706131 Some minor formatting and comment fixes 7 years ago
  hogliux df8fc9b910 FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user 7 years ago
  hogliux 7e23bf28ae Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 7 years ago
  Lukasz Kozakiewicz 5d30fcd9b5 Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate. 7 years ago
  Lukasz Kozakiewicz 073921445c Android: add WebBrowserComponent implementation. 7 years ago
  jules d4a7afa73f Replaced some old juce-style sort operations with std::sort and lambdas 7 years ago
  jules eece581e73 Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds 7 years ago
  jules 2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
  Lukasz Kozakiewicz e1c181425b PushNotifications: compile out any PN code on iOS if PNs are not enabled. 7 years ago
  Lukasz Kozakiewicz d31e44b5ab PushNotifications: compile out any PN code on iOS if PNs are not enabled. 7 years ago
  Lukasz Kozakiewicz b2d2bda7a1 Add Push Notifications feature for iOS and Android. 7 years ago
  jules f0ef700e46 Modernised a bunch of code mainly relating to character/string iteration 7 years ago