| .. |
|
application
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
buttons
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
commands
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
components
|
Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds"
|
2016-10-27 16:52:47 +01:00 |
|
drawables
|
Reverted #bea45f84 - this only fixed SVG positioning bugs for limited cases
|
2016-09-05 22:12:27 +01:00 |
|
filebrowser
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
keyboard
|
Do not represent the numpad divide key as a slash key character
|
2016-06-15 17:38:33 +01:00 |
|
layout
|
Added a few extra FlexItem convenience methods
|
2016-11-08 17:36:24 +00:00 |
|
lookandfeel
|
Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons
|
2016-11-15 10:41:11 +00:00 |
|
menus
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
misc
|
Added some layout arguments to BubbleComponent::setPosition()
|
2016-02-05 11:09:51 +00:00 |
|
mouse
|
Added mouse-up event pressure handling
|
2016-07-08 12:33:58 +01:00 |
|
native
|
Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II.
|
2016-10-20 10:14:38 +01:00 |
|
positioning
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
properties
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
widgets
|
Fixed documentation typo
|
2016-10-19 15:49:03 +01:00 |
|
windows
|
Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons
|
2016-11-15 10:41:11 +00:00 |
|
juce_gui_basics.cpp
|
Fixed a bug where FlexBox would still be compiled on older versions of VS
|
2016-09-06 16:49:31 +01:00 |
|
juce_gui_basics.h
|
Bump version number to 4.3.0
|
2016-11-02 14:02:52 +00:00 |
|
juce_gui_basics.mm
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |