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-31 11:18:38 +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 Avoiding flicker when handling synchronous repainting of desktop windows when they are resized. 2014-07-28 20:49:16 +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 animation option to TabbedButtonBar::removeTab(). 2014-07-24 09:30:48 +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 Fixes for unbounded mouse behaviour on scaled displays 2014-07-31 11:18:38 +01:00
native Linux: better detection of transparent windowing ability. 2014-07-28 10:43:37 +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 Made Label take its editing colours from the L+F. 2014-07-31 10:54:45 +01:00
windows Added method getCallOutBoxBorderSize() to look+feel. 2014-07-20 16:24:48 +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