.. |
application
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
11 years ago |
buttons
|
Changed the order in which radio-group toggle button events are sent, so that the "off" event is sent before the "on".
|
11 years ago |
commands
|
Cleaned up some ints that should have been CommandIDs.
|
11 years ago |
components
|
Some fixes for minor graphical problems.
|
11 years ago |
drawables
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
11 years ago |
filebrowser
|
Added some more folders to the list of common locations in the file browser.
|
11 years ago |
keyboard
|
Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders.
|
11 years ago |
layout
|
Fix for ComponentMovementWatcher with top-level windows.
|
11 years ago |
lookandfeel
|
Colour support for LookAndFeel_V3 tab text.
|
11 years ago |
menus
|
Avoided some pedantic GCC warnings.
|
11 years ago |
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).
|
11 years ago |
mouse
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
11 years ago |
native
|
DPI correction for android.
|
11 years ago |
positioning
|
Minor clean-ups + optimisations.
|
11 years ago |
properties
|
Added a new PropertyPanel constructor.
|
11 years ago |
widgets
|
Avoided TreeView consuming return key presses if the selected item can't be opened.
|
11 years ago |
windows
|
Better CalloutBox positioning.
|
11 years ago |
juce_gui_basics.cpp
|
Avoided some pedantic GCC warnings.
|
11 years ago |
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).
|
11 years ago |
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
|
12 years ago |
juce_module_info
|
Version number update
|
11 years ago |