1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics
2014-07-13 19:42:44 +01:00
..
application Really minor clean-ups. 2014-01-12 18:06:48 +00:00
buttons Minor tweaks to make DrawableButton more customisable. 2014-06-08 11:07:30 +01:00
commands Minor clean-ups 2014-04-29 14:14:21 +01:00
components Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
drawables Made the SVG parser set the component ID of the drawables it creates. 2014-06-19 15:29:51 +01:00
filebrowser Updated the live constant editor to add C++ escape-sequences for non-ascii strings, and to allow multi-line strings. 2014-07-04 17:54:21 +01:00
keyboard Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) 2014-04-23 20:35:45 +01:00
layout Added an option to Viewport to allow mouse-wheel scrolling when scrollbars are disabled. 2014-04-12 21:57:21 +01:00
lookandfeel Refactored a couple of old methods relating to TextButton sizing: Removed TextButton::getFont() (use the LookAndFeel method instead), and replaced the LookAndFeel::changeTextButtonWidthToFitText method with one called getTextButtonWidthToFitText() 2014-06-01 15:42:39 +01:00
menus Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
misc Fix for DropShadower when a desktop scale factor is in use. 2014-01-25 12:10:35 +00:00
mouse Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
native Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
positioning Really minor clean-ups. 2014-01-12 18:06:48 +00:00
properties Minor clean-ups 2014-04-29 14:14:21 +01:00
widgets Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
windows Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>. 2014-06-14 13:06:53 +01:00
juce_gui_basics.cpp Added some assertions to some Desktop methods to check that the message manager is locked. 2014-06-05 11:00:10 +01:00
juce_gui_basics.h Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00: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-07-13 19:42:44 +01:00