| .. |
|
application
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
12 years ago |
|
buttons
|
More tweaking of Button toggle-notification behaviour.
|
12 years ago |
|
commands
|
Cleaned up some ints that should have been CommandIDs.
|
12 years ago |
|
components
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
12 years ago |
|
drawables
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
12 years ago |
|
filebrowser
|
FilenameComponent: if partial filenames are entered, these get interpreted relative to the CWD.
|
12 years ago |
|
keyboard
|
Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders.
|
12 years ago |
|
layout
|
TabbedButtonBar: made sure that when the buttons contain an extra component, the tab's text doesn't overlap it.
|
12 years ago |
|
lookandfeel
|
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
|
12 years ago |
|
menus
|
A few tweaks to support the MSVC DLL build.
|
12 years ago |
|
misc
|
Cleaned out and optimised some graphics code.
|
12 years ago |
|
mouse
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
12 years ago |
|
native
|
iOS: made sure windows aren't made visible until they've finished being set-up.
|
12 years ago |
|
positioning
|
Minor clean-ups + optimisations.
|
12 years ago |
|
properties
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
12 years ago |
|
widgets
|
Added a method TreeViewItem::addSubItemSorted()
|
12 years ago |
|
windows
|
Cleaned up some comments.
|
12 years ago |
|
juce_gui_basics.cpp
|
Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value.
|
12 years ago |
|
juce_gui_basics.h
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
12 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
|
12 years ago |