1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics
2014-08-20 20:58:18 +01:00
..
application Minor clean-ups 2014-08-14 12:04:43 +01: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 Removed the Component::getVisibleArea method. This had some design flaws and the current implementation was broken, so presumably few people were using it! If you were using it, let me know your use-case so I can perhaps find a replacement that has less ambiguities about exactly what it's supposed to do. 2014-08-17 11:40:28 +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 A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
lookandfeel Added method getCallOutBoxBorderSize() to look+feel. 2014-07-20 16:24:48 +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 Minor clean-ups 2014-08-14 12:04:43 +01:00
native Returning correct app failure codes if the app quits before finishing initialisation. 2014-08-20 20:57:51 +01:00
positioning Clarified some comments. 2014-07-25 20:39:36 +01:00
properties Minor clean-ups 2014-04-29 14:14:21 +01:00
widgets Fixed tooltips with certain kinds of sliders. 2014-08-20 20:58:18 +01:00
windows A few minor whitespace cleanups. 2014-08-16 21:06:27 +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-08-12 13:43:39 +01:00