| .. |
|
application
|
Avoided a couple of warnings about missing override specifiers.
|
2015-07-08 11:12:05 +01:00 |
|
buttons
|
Avoided a dangling pointer problem when changing images in DrawableButton
|
2015-06-09 08:23:26 -07:00 |
|
commands
|
Minor documentation cleanups.
|
2015-03-07 17:45:45 +00:00 |
|
components
|
Removed some superfluous assertions in linux.
|
2015-06-26 16:55:24 +01:00 |
|
drawables
|
Added methods degreesToRadians and radiansToDegrees
|
2015-07-07 15:22:00 +01:00 |
|
filebrowser
|
Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard.
|
2015-06-23 12:44:51 +01:00 |
|
keyboard
|
Added a new soft-keyboard type TextInputTarget::decimalKeyboard.
|
2015-01-12 12:33:54 +00:00 |
|
layout
|
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components.
|
2015-06-22 20:28:15 +01:00 |
|
lookandfeel
|
Minor clean-up in LookAndFeel_V2::getSliderLayout.
|
2015-05-07 23:30:07 +01:00 |
|
menus
|
Avoided a couple of warnings about missing override specifiers.
|
2015-07-08 11:12:05 +01:00 |
|
misc
|
Fix for DropShadower when a desktop scale factor is in use.
|
2014-01-25 12:10:35 +00:00 |
|
mouse
|
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components.
|
2015-06-22 20:28:15 +01:00 |
|
native
|
Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux
|
2015-07-08 17:09:59 +01:00 |
|
positioning
|
Rearranged some documentation for relative coord expressions.
|
2015-05-21 12:44:53 +01:00 |
|
properties
|
Documentation correction.
|
2015-03-24 14:30:34 +00:00 |
|
widgets
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
windows
|
Added some missing 'override' decorators
|
2015-05-15 12:54:44 +01:00 |
|
juce_gui_basics.cpp
|
Adds proper per-monitor scaling support on linux
|
2015-05-13 10:35:19 +01:00 |
|
juce_gui_basics.h
|
Adds proper per-monitor scaling support on linux
|
2015-05-13 10:35:19 +01:00 |
|
juce_gui_basics.mm
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_module_info
|
Version number update
|
2014-12-16 17:21:34 +00:00 |