.. |
application
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
buttons
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |
commands
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |
components
|
Added a componentEnablementChanged method to ComponentListener
|
7 years ago |
drawables
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
7 years ago |
filebrowser
|
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 |
keyboard
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
7 years ago |
layout
|
Added documentation for juce_Grid.h and juce_GridItem.h
|
7 years ago |
lookandfeel
|
Added some colourIds to FileBrowserComponent to control current path ComboBox and filename TextEditor colours
|
7 years ago |
menus
|
Added a BurgerMenu component which will display your menus and menu items in a "burger" menu
|
7 years ago |
misc
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |
mouse
|
Increased the movement tolerance for double-clicks when using a touch input source
|
7 years ago |
native
|
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 |
positioning
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
7 years ago |
properties
|
Fixed a typo in TextPropertyComponent
|
7 years ago |
widgets
|
Added ComboBox::ColourIds::focusedOutlineColourId
|
7 years ago |
windows
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |
juce_gui_basics.cpp
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
7 years ago |
juce_gui_basics.h
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
7 years ago |
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |