1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_gui_basics
2016-03-05 15:06:43 +00:00
..
application Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
buttons Tweak to Button so that they will always visibly flash even if released before they had time to be painted in the down state 2016-01-15 14:52:52 +00:00
commands Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
components Fixed a minor typo in the Component docs. 2016-02-18 17:40:45 +00:00
drawables A better optimisation for parsing SVG files with certain types of line dash attributes 2016-01-18 08:40:44 +00:00
filebrowser Avoided an unnecessary refresh when a FileBrowserComponent is first created 2016-02-29 09:08:28 +00:00
keyboard Update copyright notice 2015-07-22 15:59:34 +01:00
layout Added a minor assertion in Viewport. 2016-03-02 18:05:13 +00:00
lookandfeel Avoided an assertion in LookAndFeel_V2 with small TextButtons 2016-03-05 15:06:43 +00:00
menus Added missing JUCE_API 2016-03-04 09:04:13 +00:00
misc Added some layout arguments to BubbleComponent::setPosition() 2016-02-05 11:09:51 +00:00
mouse Allowed mouse-wheel events to be delivered while the mouse button is down 2016-02-22 10:54:20 +00:00
native Simplification/refactoring of the PopupMenu class by adding a subclass PopupMenu::Item which holds all the info about an item. You can now use this for more control over adding items and the PopupMenu::MenuItemIterator uses it to return info about existing items. 2016-03-02 18:04:48 +00:00
positioning Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
properties Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
widgets Added method MouseEvent::mouseWasDraggedSinceMouseDown() 2016-02-16 12:59:49 +00:00
windows Fix for ResizableWindow handling size constraints that are set before it gets made visible 2016-02-12 13:09:04 +00:00
juce_gui_basics.cpp Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 2016-02-04 16:07:21 +00:00
juce_gui_basics.h Normalised some divider comments 2016-02-20 09:45:43 +00:00
juce_gui_basics.mm Update copyright notice 2015-07-22 15:59:34 +01:00
juce_module_info Version number update 2015-12-16 18:14:23 +00:00