| .. |
|
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
|
Added set and getJustificationType() methods to HyperlinkButton
|
8 years ago |
|
commands
|
Updated some code to use cleaner array initialisation from constant data
|
8 years ago |
|
components
|
Changed Component to hold a WeakReference to its LookAndFeel object, so that if you accidentally delete a LookAndFeel that's being used, it won't be a dangling pointer (but you may see some unexpected drawing behaviour!)
|
8 years ago |
|
drawables
|
Modernised a bunch of code mainly relating to character/string iteration
|
8 years ago |
|
filebrowser
|
Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems
|
8 years ago |
|
keyboard
|
Modernised a bunch of code mainly relating to character/string iteration
|
8 years ago |
|
layout
|
Viewport: enable “scroll on drag” mode by default on Android and iOS.
|
8 years ago |
|
lookandfeel
|
Added an assertion that will be triggered at the moment you attempt to delete a LookAndFeel object that's still in use somewhere
|
8 years ago |
|
menus
|
Avoided triggering an assertion when focus is returned by a popup menu to a hidden component
|
8 years ago |
|
misc
|
Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag
|
8 years ago |
|
mouse
|
Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
|
8 years ago |
|
native
|
Modernised a bunch of code mainly relating to character/string iteration
|
8 years ago |
|
positioning
|
Some light modernisation of a bunch of old code
|
8 years ago |
|
properties
|
Fixed a typo in TextPropertyComponent
|
8 years ago |
|
widgets
|
ListBox: update obsolete comment.
|
8 years ago |
|
windows
|
Some internal modernisation in windowing classes
|
8 years ago |
|
juce_gui_basics.cpp
|
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 |
|
juce_gui_basics.h
|
Bump version number to 5.1.2
|
8 years ago |
|
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |