| .. |
|
application
|
Fixed a couple more documentation typos
|
2018-04-30 09:16:27 +01:00 |
|
buttons
|
Clarified some Button LookAndFeel parameter names
|
2018-07-16 12:26:27 +01:00 |
|
commands
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
components
|
Added an assertion in Component to prevent accidental component recursion
|
2018-07-09 16:02:51 +01:00 |
|
drawables
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
filebrowser
|
Added an option to specify a parent component when creating a file chooser
|
2018-07-10 17:41:40 +01:00 |
|
keyboard
|
Made some JUCE classes TriviallyCopyable
|
2018-07-11 09:17:31 +01:00 |
|
layout
|
Clarified some Button LookAndFeel parameter names
|
2018-07-16 12:26:27 +01:00 |
|
lookandfeel
|
Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel()
|
2018-07-27 09:18:19 +01:00 |
|
menus
|
Removed some erroneous noexcepts
|
2018-07-25 12:18:43 +01:00 |
|
misc
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
2018-07-09 16:00:45 +01:00 |
|
mouse
|
Fixed a z-order bug when DragAndDrop-ing between plug-in windows
|
2018-07-18 16:34:19 +01:00 |
|
native
|
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 |
|
positioning
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
properties
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
2018-07-09 16:00:45 +01:00 |
|
widgets
|
Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel()
|
2018-07-27 09:18:19 +01:00 |
|
windows
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_gui_basics.cpp
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +01:00 |
|
juce_gui_basics.h
|
Bump version number to 5.3.2
|
2018-05-09 12:34:36 +01:00 |
|
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |