| .. |
|
application
|
Lots of small whitespace tweaks.
|
10 years ago |
|
buttons
|
Added a call to getToggleState() in ShapeButton::paintButton() to take into account toggle state when setting button colour
|
9 years ago |
|
commands
|
Corrected some spelling mistakes in comments
|
9 years ago |
|
components
|
Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds"
|
9 years ago |
|
drawables
|
Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases
|
9 years ago |
|
filebrowser
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
9 years ago |
|
keyboard
|
Do not represent the numpad divide key as a slash key character
|
9 years ago |
|
layout
|
Added method TabbedComponent::moveTab()
|
8 years ago |
|
lookandfeel
|
Added AlertWindow LookAndFeel methods to offer more control on button widths
|
9 years ago |
|
menus
|
Added sub-menu support to ComboBoxes
|
9 years ago |
|
misc
|
Miscellaneous fixes for some PVS static analyser warnings
|
8 years ago |
|
mouse
|
Fixed some spelling mistakes in comments
|
8 years ago |
|
native
|
Modified the repaint throttling to detect whether the app is a plugin using JUCEApplication::isStandaloneApp() rather than macros
|
8 years ago |
|
positioning
|
Lots of small whitespace tweaks.
|
10 years ago |
|
properties
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
9 years ago |
|
widgets
|
Typo fixes
|
8 years ago |
|
windows
|
Added AlertWindow LookAndFeel methods to offer more control on button widths
|
9 years ago |
|
juce_gui_basics.cpp
|
Fixed a bug where FlexBox would still be compiled on older versions of VS
|
9 years ago |
|
juce_gui_basics.h
|
Bump version number to 4.3.0
|
9 years ago |
|
juce_gui_basics.mm
|
Update copyright notice
|
10 years ago |