| .. |
|
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
|
8 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)
|
8 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)
|
8 years ago |
|
components
|
Added a componentEnablementChanged method to ComponentListener
|
8 years ago |
|
drawables
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
8 years ago |
|
filebrowser
|
Added some colourIds to FileBrowserComponent to control current path ComboBox and filename TextEditor colours
|
8 years ago |
|
keyboard
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
8 years ago |
|
layout
|
Added documentation for juce_Grid.h and juce_GridItem.h
|
8 years ago |
|
lookandfeel
|
Added some colourIds to FileBrowserComponent to control current path ComboBox and filename TextEditor colours
|
8 years ago |
|
menus
|
Added a BurgerMenu component which will display your menus and menu items in a "burger" menu
|
8 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)
|
8 years ago |
|
mouse
|
Increased the movement tolerance for double-clicks when using a touch input source
|
8 years ago |
|
native
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
8 years ago |
|
positioning
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
8 years ago |
|
properties
|
Fixed a typo in TextPropertyComponent
|
8 years ago |
|
widgets
|
Added ComboBox::ColourIds::focusedOutlineColourId
|
8 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)
|
8 years ago |
|
juce_gui_basics.cpp
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
8 years ago |
|
juce_gui_basics.h
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
8 years ago |
|
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |