634 Commits (dbf39f5b7b8b2b47c135f19e2bfabd8b97fc7c3f)

Author SHA1 Message Date
  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
  hogliux 431c834db2 Android: Make sure nav bars get hidden when asking for full screen mode and avoid retriggering the timer when they are already hidden 7 years ago
  tpoole 51b3eaebb2 Fixed some VS2013 compiler errors 7 years ago
  jules 8666f1fc4b Tweaked the OSX drag-and-drop flags to use just NSDragOperationGeneric rather than also specifying NSDragOperationCopy and NSDragOperationMove, as this seemed to cause problems with some other apps 7 years ago
  hogliux 0093320a06 Fixed an incorrect multi-touch index in a recent commit 7 years ago
  hogliux 2021c64f00 Fixed an issue with stuck touches when a component peer was closed on a mouse down event 7 years ago
  Lukasz Kozakiewicz 0caf83439a Android: move android.content.Intent class definition into JNIHelpers. 7 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 7 years ago
  jules 369d59f656 Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 7 years ago
  jules 828b9b3be6 When opening an X display, made it attempt a retry if the first attempt fails. 7 years ago
  hogliux 671f3eaf94 Implement Process::hide for mobile platforms 7 years ago
  jules 2fcb8fa71b Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 7 years ago
  jules 3d7c777238 Some light modernisation of a bunch of old code 7 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 7 years ago
  hogliux 6ae99f4343 macOS: Fixed a memory leak of native mac menu items 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
  ed 9f4648f856 Fixed some issues when using a touchscreen to interact with PopupMenus 7 years ago
  Lukasz Kozakiewicz f4bfa6bec5 Android: fix a crash in painting when size of the array to allocate is 0. 7 years ago