| .. |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
buttons
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
commands
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
components
|
Fix Doxygen bug with Singleton macros
|
2017-12-06 11:48:47 +00:00 |
|
drawables
|
Added MathConstants::halfPi to improve readability
|
2017-12-06 12:56:00 +00:00 |
|
filebrowser
|
FileChooser: actually do store URL security bookmark in a smart pointer (as it was originally on an internal branch). Also update the docs to clearly indicate that a user has to use URL returned from FileChooser.
|
2017-11-29 22:15:48 +01:00 |
|
keyboard
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
2017-11-03 16:35:11 +00:00 |
|
layout
|
Only resize SidePanel on mouse drag if it is currently showing
|
2017-12-07 10:27:51 +00:00 |
|
lookandfeel
|
Added MathConstants::halfPi to improve readability
|
2017-12-06 12:56:00 +00:00 |
|
menus
|
Fixed a bug where PopupMenus with a scale factor applied were not appearing in the correct position
|
2017-12-07 12:07:52 +00:00 |
|
misc
|
Disabled mouse interactions with the splash screen once it has started fading
|
2017-11-27 11:27:30 +00:00 |
|
mouse
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
native
|
Tidied up a few bits of messy String concatenation
|
2017-12-05 12:03:30 +00:00 |
|
positioning
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
2017-11-28 16:18:40 +00:00 |
|
properties
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
2017-11-28 16:18:40 +00:00 |
|
widgets
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
2017-12-06 17:33:26 +00:00 |
|
windows
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
juce_gui_basics.cpp
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
2017-11-20 10:56:08 +00:00 |
|
juce_gui_basics.h
|
Avoided a confusing error with Grid when using old compilers
|
2017-12-04 14:19:16 +00:00 |
|
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |