.. |
application
|
Really minor clean-ups.
|
11 years ago |
buttons
|
Stopped buttons responding to key-shortcuts when they're not actually visible.
|
11 years ago |
commands
|
Removed a few more uses of String::empty.
|
11 years ago |
components
|
Avoided some problems when modal components are left open during shutdown.
|
11 years ago |
drawables
|
Really minor clean-ups.
|
11 years ago |
filebrowser
|
Fix for mouse selection in FileListComponent.
|
11 years ago |
keyboard
|
Documentation fixes.
|
11 years ago |
layout
|
Avoiding animation proxy components grabbing focus.
|
11 years ago |
lookandfeel
|
Cleaned up some line-drawing in BubbleComponent.
|
11 years ago |
menus
|
Refactored LookAndFeel::drawPopupMenuItem() and some PopupMenu methods to allow menus to use Drawables for their icons as well as just Images.
|
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
|
Documentation update + Xcode 3 compiler fix.
|
11 years ago |
native
|
Added linux support for wildcards when using kdialog.
|
11 years ago |
positioning
|
Really minor clean-ups.
|
11 years ago |
properties
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
widgets
|
Avoided listener callbacks during TextEditor destructor.
|
11 years ago |
windows
|
Better handling of ResizableWindow screen bounds handling when in kiosk mode.
|
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 |