1939 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  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
  ed 0fd3710c0e LookAndFeel_V4: Use getSliderThumbRadius() when drawing slider thumb + some code cleanup 7 years ago
  Tom Poole b709bd8d98 Disabled mouse interactions with the splash screen once it has started fading 7 years ago
  ed 3eaeb3795e Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods 7 years ago
  hogliux 9e74c7ce6b Clean-up the temporary file if the file chooser was canceled or failed 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
  ed 98f8ee9e04 Added some colourIds to FileBrowserComponent to control current path ComboBox and filename TextEditor colours 7 years ago
  ed f24e59e6ff Added DirectoryContentsDisplayComponent::ColourIds::highlightedTextColourId and removed a line in LookAndFeel_V4::drawFileBrowserRow() that could result in multiple unnecessary repaints 7 years ago
  ed a40f6b3e5e Added ComboBox::ColourIds::focusedOutlineColourId 7 years ago
  Noah Dayan 257aeb50eb Added documentation for juce_Grid.h and juce_GridItem.h 7 years ago
  Noah Dayan 3671995344 Add missing enum documentation in juce_FlexBox.h and juce_FlexItem.h 7 years ago
  Noah Dayan 1815d7db8a Add missing enum documentation and fix comma in juce_Slider.h 7 years ago
  ed 2540e8785e Added a componentEnablementChanged method to ComponentListener 7 years ago
  hogliux 7e23bf28ae Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 7 years ago
  ed 7e1ec31df9 Increased the movement tolerance for double-clicks when using a touch input source 7 years ago
  ed 6568635216 Fixed an unused variable warning in last commit 7 years ago
  ed eb5d4ea0a7 Moved the check for Component viewportIgnoreDragFlag from Viewport::DragToScrollListener::mouseDown and mouseUp to mouseDrag 7 years ago