1939 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  Tom Poole 3519de9a22 A more careful assertion about allowed file type filters in MacOS FileChoosers 7 years ago
  Noah Dayan 0366ac043f Add missing key press description for number pad equals in juce_KeyPress.h 7 years ago
  Lukasz Kozakiewicz f4cc815f3d ContentSharing: when opening file descriptor on Android, pass correct file start offset and length. 7 years ago
  jules 78791be3c5 Deleted some old deprecated methods from Component, and tidied a few things up 7 years ago
  jules cf804268ef Replaced some old embedded images in the LookAndFeel with SVG 7 years ago
  Tom Poole 43cff0ce48 Updated the documentation to include a MacOS caveat to the FileChooser 7 years ago
  jules 65ba5128c7 Small fix to the SVG parser 7 years ago
  jules 430948ad91 Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions 7 years ago
  Tom Poole 6406fc4466 Tweaked the JUCE analytics data 7 years ago
  Tom Poole beec82b8cb Improvements to the Analytics class 7 years ago
  Tom Poole cff37f5b6a Fixed some const violation errors 7 years ago
  Lukasz Kozakiewicz dd7549ef70 Add missing selector to NSViewComponentPeer. 7 years ago
  jules da50695970 Fixed a typo in a comment 7 years ago
  jules 25d3a7f89d Added more comments to a LookAndFeel assertion that seems to be confusing people 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 faa847f443 Added a method OptionalScopedPointer::reset() 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
  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
  jules 6eff49a629 Workaround for a Visual Studio compiler bug 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 5dc10feeac Added doc clarification in juce_FlexBox.h 7 years ago
  jules 3b8c533db5 Clarified a couple of comments 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
  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
  jules d9585241ad Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance 7 years ago
  jules d727f2a35a Added MathConstants::halfPi to improve readability 7 years ago
  Noah Dayan a0db644e22 Fix Doxygen bug with Singleton macros 7 years ago
  jules d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
  jules 51f6c5d01c Tidied up a few bits of messy String concatenation 7 years ago
  jules 3a937b75a0 Avoided a confusing error with Grid when using old compilers 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 af254262f6 FileChooser: fix spelling! 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
  jules a586966c65 Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 7 years ago
  jules 82d160150c Bit of tidying up in ModalComponentManager 7 years ago
  jules 29ca9a59cf Used lambdas to simplify some ModalCallbackFunction methods 7 years ago
  Tom Poole 47ce713d0b Added Component::isPaintingUnclipped 7 years ago
  ed 64b2ea825e Fixed a conversion warning 7 years ago