1909 Commits (15e09fdc5e1321520bcc040e79c31faee45ea482)

Author SHA1 Message Date
  ed 594e09b250 SVG: Rescale image before transforming to ensure that it is the correct size 6 years ago
  ed b8b77df0ed SVG: Ensure that transformed images are positioned correctly 6 years ago
  jules c6d1d2e483 Changed a stray 0 to a nullptr 6 years ago
  ed 4d4fd5ea3f SVG: Avoid double transforming gradients 6 years ago
  ed 121b42d507 SVG: Set the bounding box of images to ensure they are positioned correctly 6 years ago
  jules 4d02ac63a8 Couple more spelling fixes 6 years ago
  jules 8e91bfabf7 Spelling correction 6 years ago
  ed 0c987306c5 Windows: Fixed a warning when building with JUCE_WIN_PER_MONITOR_DPI_AWARE = 0 6 years ago
  ed 66d12d9706 Windows: Fixed a potential crash on Windows 7 due to calling functions that couldn't be loaded 6 years ago
  ed 68fe75742f Add support for DPI aware applications on Windows 6 years ago
  ed b1b538a9b8 Migrate Linux windowing code to use new Displays class and ComponentPeer::ScaleFactorListener 6 years ago
  ed e2825dc933 Add ComponentPeer::ScaleFactorListener 6 years ago
  ed b78e63aa02 Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 6 years ago
  ed 82a0dceaa5 Set the parent component of a PopupMenu submenu in showSubMenuFor() 6 years ago
  Tom Poole 988d290a7a A minor documentation update 6 years ago
  ed fda5aaafd1 macOS: Fixed a bug when de-minimising an always on top NSView 6 years ago
  ed 666d9d1ed4 Add a nullptr check in Slider PopupDisplayComponent destructor 6 years ago
  ed fcecf67ab3 Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel() 6 years ago
  ed 33fb0e9d60 Fixed an error in the documentation of ComboBox::setText() 6 years ago
  jules a658ad41de Removed some erroneous noexcepts 6 years ago
  ed e68fc5e70e Moved some notification center addObserver calls in NSViewComponentPeer's constructor to after the window has been created 6 years ago
  ed 09cc2e00d3 Fix a compiler error in commit 2fd19af 6 years ago
  ed 2fd19af539 macOS: Generate a missing mouse up when DragAndDropContainer drag event ends 6 years ago
  Tom Poole 9dde83e662 Fixed a z-order bug when DragAndDrop-ing between plug-in windows 6 years ago
  ed 4280b51d09 Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this 6 years ago
  Tom Poole c5862246b7 Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER 6 years ago
  ed 511e01c400 Ensure that the target point in MenuWindow::getParentArea() is always in terms of screen coordinates 6 years ago
  Tom Poole 3c93cfb105 Clarified some Button LookAndFeel parameter names 6 years ago
  Tom Poole 6cff481c6a Fixed some gcc 8 compiler warnings 6 years ago
  Tom Poole 08d67c763f Made some JUCE classes TriviallyCopyable 6 years ago
  hogliux ceea888507 Added an option to specify a parent component when creating a file chooser 6 years ago
  Tom Poole 3232a6a262 Fixed a compiler warning 6 years ago
  jules 935d1ff805 Added an assertion in Component to prevent accidental component recursion 6 years ago
  jules 7ab4d1708b Some misc cleanups, mainly around WeakReference usage and rectangles 6 years ago
  jules 47535718dc Added an assertion to Label to help catch some 'doh!' moments 6 years ago
  hogliux 3a8c63f5d4 iOS: Ensured that native file choosers also work in iOS apps 6 years ago
  jules 1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 7 years ago
  ed 6ee59ed6db Fixed a crash that could occur when dismissing all active PopupMenus 7 years ago
  Tom Poole 071af1c285 Fixed an issue cleaning up a PopupMenu LookAndFeel 7 years ago
  Tom Poole 102ed4a9f2 Fixed some compiler warnings 7 years ago
  hogliux e71084a7e9 Fixed a windows warning in the previous commit 7 years ago
  hogliux 64be913fa2 Added a LookAndFeel method to customise the options of a ComboBox's PopupMenu 7 years ago
  jules 49aa9c9db4 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 7 years ago
  hogliux c3c43bc738 Only send a single change message when DirectoryContentsList::refresh() is invoked 7 years ago
  jules 9da4d4131c Increased shadowing warning level, and fixed a few warnings that were generated 7 years ago
  jules 974b4a8351 Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
  ed a1363c1825 Slider: Don't update lastAngle in mouseDown() if the Slider style is two-value as it uses currentValue. Added isTwoValue() and isThreeValue() methods. 7 years ago
  ed 4af9526ab5 Fixed a bug in Grid where the area calculation could terminate early 7 years ago
  hogliux 103ddb6019 Added missing JUCE_API export attribute to ModalCallbackFunctiojn 7 years ago
  hogliux 9fee13ba82 Slider: Added missing ComponentPeer flags to the popup display of a slider 7 years ago