1939 Commits (03a118d380a357390d901b604d5285e711d1d7e9)

Author SHA1 Message Date
  ed de28787c25 Don't cancel ThreadWithProgressWindow when it isn't the foremost modal component to allow multiple windows 6 years ago
  ed a9eb179dc2 Fixed a warning in the recent Label LookAndFeel changes 6 years ago
  Tom Poole 02f8a125c4 Added some more places where we can use the BorderSize from a Label's LookAndFeel 6 years ago
  Tom Poole 0165e066b2 Added a LookAndFeel method to modify Label borders 6 years ago
  Tom Poole 27349eaed1 Linux: Fixed some compilation errors when using XRender 6 years ago
  Tom Poole 40bf320a46 Linux: Fixed an issue detecting alt as a modifier key 6 years ago
  Tom Poole 38fd441a95 Fixed a bug setting PopupMenu parents via a LookAndFeel 6 years ago
  ed ba85dd7a05 Added some missing override keywords 6 years ago
  Tom Poole 493591a7ef Cleaned up some doc comments 6 years ago
  Tom Poole cce11f08b2 Fixed a compiler warning 6 years ago
  Tom Poole e5314791c1 A minor documentation update. 6 years ago
  ed 04ef38c6a1 Fixed an initialisation warning on Windows 6 years ago
  Tom Poole a3219c7fc6 Linux: Fixed a DragAndDrop issue between different containers 6 years ago
  Tom Poole e763ac3de2 Fixed a bug when performing a DragAndDrop across windows 6 years ago
  ed b8b25ac487 Windows: Set the MB_TOPMOST flag for native alert windows if there are any alwaysOnTop JUCE windows so it doesn't get stuck behind them 6 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 6 years ago
  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 7 years ago
  ed 511e01c400 Ensure that the target point in MenuWindow::getParentArea() is always in terms of screen coordinates 7 years ago
  Tom Poole 3c93cfb105 Clarified some Button LookAndFeel parameter names 7 years ago
  Tom Poole 6cff481c6a Fixed some gcc 8 compiler warnings 7 years ago
  Tom Poole 08d67c763f Made some JUCE classes TriviallyCopyable 7 years ago
  hogliux ceea888507 Added an option to specify a parent component when creating a file chooser 7 years ago
  Tom Poole 3232a6a262 Fixed a compiler warning 7 years ago
  jules 935d1ff805 Added an assertion in Component to prevent accidental component recursion 7 years ago
  jules 7ab4d1708b Some misc cleanups, mainly around WeakReference usage and rectangles 7 years ago