1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_gui_basics
2015-07-21 10:10:34 +01:00
..
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 Fix typo 2015-07-10 10:11:35 +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 Fix for shift-delete shortcut in text editors 2015-07-17 11:26:07 +01: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 LookAndFeel: added method to specify a custom font for Alert Window title. 2015-07-17 09:52:50 +01:00
menus Added default constructor to MenuBarComponent 2015-07-21 10:10:34 +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 Make setDrawsInRightMargin comment more readable 2015-07-20 17:32:44 +01:00
windows Add a comment to tooltip window to clarify it's use in plug-ins 2015-07-20 09:57:02 +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