| .. |
|
application
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
2013-09-07 09:43:45 +01:00 |
|
buttons
|
Yet more tweaking of the minutiae of toggle button group callback behaviour..
|
2013-11-18 10:02:46 +00:00 |
|
commands
|
Cleaned up some ints that should have been CommandIDs.
|
2013-09-17 18:45:48 +01:00 |
|
components
|
Some fixes for minor graphical problems.
|
2013-11-09 16:22:09 +00:00 |
|
drawables
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
2013-10-15 19:44:37 +01:00 |
|
filebrowser
|
Added a method DirectoryContentsList::setFileFilter()
|
2013-11-18 09:59:19 +00:00 |
|
keyboard
|
Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders.
|
2013-09-09 12:29:06 +01:00 |
|
layout
|
Added some methods to TabbedButtonBar for animating tab movements.
|
2013-11-16 22:11:48 +00:00 |
|
lookandfeel
|
Colour support for LookAndFeel_V3 tab text.
|
2013-11-13 10:05:31 +00:00 |
|
menus
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00:00 |
|
misc
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
mouse
|
When dragging-and-dropping, made the escape key cancel the drag.
|
2013-11-18 12:10:38 +00:00 |
|
native
|
iOS: added a prototype to a class.
|
2013-11-18 14:56:17 +00:00 |
|
positioning
|
Minor clean-ups + optimisations.
|
2013-09-02 14:08:39 +01:00 |
|
properties
|
Added a new PropertyPanel constructor.
|
2013-10-30 14:03:11 +00:00 |
|
widgets
|
Avoided TreeView consuming return key presses if the selected item can't be opened.
|
2013-11-11 14:50:17 +00:00 |
|
windows
|
Better CalloutBox positioning.
|
2013-11-13 10:26:52 +00:00 |
|
juce_gui_basics.cpp
|
Avoided some pedantic GCC warnings.
|
2013-11-03 19:16:52 +00:00 |
|
juce_gui_basics.h
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +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
|
2013-11-10 18:00:38 +00:00 |