1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
Commit graph

1906 commits

Author SHA1 Message Date
ed
4d4fd5ea3f SVG: Avoid double transforming gradients 2018-08-15 12:54:59 +01:00
ed
121b42d507 SVG: Set the bounding box of images to ensure they are positioned correctly 2018-08-15 12:54:23 +01:00
jules
4d02ac63a8 Couple more spelling fixes 2018-08-14 10:00:57 +01:00
jules
8e91bfabf7 Spelling correction 2018-08-14 09:48:44 +01:00
ed
0c987306c5 Windows: Fixed a warning when building with JUCE_WIN_PER_MONITOR_DPI_AWARE = 0 2018-08-13 18:30:48 +01:00
ed
66d12d9706 Windows: Fixed a potential crash on Windows 7 due to calling functions that couldn't be loaded 2018-08-13 18:04:24 +01:00
ed
68fe75742f Add support for DPI aware applications on Windows 2018-08-10 16:38:17 +01:00
ed
b1b538a9b8 Migrate Linux windowing code to use new Displays class and ComponentPeer::ScaleFactorListener 2018-08-10 16:38:10 +01:00
ed
e2825dc933 Add ComponentPeer::ScaleFactorListener 2018-08-10 16:38:02 +01:00
ed
b78e63aa02 Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 2018-08-10 16:37:52 +01:00
ed
82a0dceaa5 Set the parent component of a PopupMenu submenu in showSubMenuFor() 2018-08-10 10:16:11 +01:00
Tom Poole
988d290a7a A minor documentation update 2018-08-07 11:00:55 +01:00
ed
fda5aaafd1 macOS: Fixed a bug when de-minimising an always on top NSView 2018-08-06 10:30:15 +01:00
ed
666d9d1ed4 Add a nullptr check in Slider PopupDisplayComponent destructor 2018-07-31 09:23:02 +01:00
ed
fcecf67ab3 Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel() 2018-07-27 09:18:19 +01:00
ed
33fb0e9d60 Fixed an error in the documentation of ComboBox::setText() 2018-07-27 09:15:49 +01:00
jules
a658ad41de Removed some erroneous noexcepts 2018-07-25 12:18:43 +01:00
ed
e68fc5e70e Moved some notification center addObserver calls in NSViewComponentPeer's constructor to after the window has been created 2018-07-23 09:26:17 +01:00
ed
09cc2e00d3 Fix a compiler error in commit 2fd19af 2018-07-20 08:41:39 +01:00
ed
2fd19af539 macOS: Generate a missing mouse up when DragAndDropContainer drag event ends 2018-07-18 17:11:07 +01:00
Tom Poole
9dde83e662 Fixed a z-order bug when DragAndDrop-ing between plug-in windows 2018-07-18 16:34:19 +01:00
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 2018-07-18 14:54:08 +01:00
Tom Poole
c5862246b7 Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER 2018-07-17 09:10:43 +01:00
ed
511e01c400 Ensure that the target point in MenuWindow::getParentArea() is always in terms of screen coordinates 2018-07-16 16:15:36 +01:00
Tom Poole
3c93cfb105 Clarified some Button LookAndFeel parameter names 2018-07-16 12:26:27 +01:00
Tom Poole
6cff481c6a Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
Tom Poole
08d67c763f Made some JUCE classes TriviallyCopyable 2018-07-11 09:17:31 +01:00
hogliux
ceea888507 Added an option to specify a parent component when creating a file chooser 2018-07-10 17:41:40 +01:00
Tom Poole
3232a6a262 Fixed a compiler warning 2018-07-10 11:46:48 +01:00
jules
935d1ff805 Added an assertion in Component to prevent accidental component recursion 2018-07-09 16:02:51 +01:00
jules
7ab4d1708b Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
jules
47535718dc Added an assertion to Label to help catch some 'doh!' moments 2018-07-09 15:11:15 +01:00
hogliux
3a8c63f5d4 iOS: Ensured that native file choosers also work in iOS apps 2018-07-05 16:33:31 +01:00
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 2018-07-03 11:51:13 +01:00
ed
6ee59ed6db Fixed a crash that could occur when dismissing all active PopupMenus 2018-06-29 14:41:06 +01:00
Tom Poole
071af1c285 Fixed an issue cleaning up a PopupMenu LookAndFeel 2018-06-28 10:51:44 +01:00
Tom Poole
102ed4a9f2 Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
hogliux
e71084a7e9 Fixed a windows warning in the previous commit 2018-06-26 18:13:46 +01:00
hogliux
64be913fa2 Added a LookAndFeel method to customise the options of a ComboBox's PopupMenu 2018-06-26 18:07:31 +01:00
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 2018-06-26 14:06:52 +01:00
hogliux
c3c43bc738 Only send a single change message when DirectoryContentsList::refresh() is invoked 2018-06-18 09:55:08 +01:00
jules
9da4d4131c Increased shadowing warning level, and fixed a few warnings that were generated 2018-06-14 14:54:32 +01:00
jules
974b4a8351 Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00
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. 2018-06-11 11:21:14 +01:00
ed
4af9526ab5 Fixed a bug in Grid where the area calculation could terminate early 2018-06-11 10:38:14 +01:00
hogliux
103ddb6019 Added missing JUCE_API export attribute to ModalCallbackFunctiojn 2018-06-07 08:48:33 +01:00
hogliux
9fee13ba82 Slider: Added missing ComponentPeer flags to the popup display of a slider 2018-05-30 17:33:04 +01:00
hogliux
3e327a5390 Ensured that any top-level component transforms are not applied twice 2018-05-30 17:29:56 +01:00
hogliux
b85726a646 BubbleComponent: Correctly convert screen coordinates for BubbleComponents that have a custom AffineTransforms 2018-05-30 17:28:24 +01:00
jules
ea43a1f57d Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 2018-05-30 14:49:29 +01:00