| .. |
|
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
|
Added an optional border size to ShapeButton.
|
2013-10-20 14:27:06 +01:00 |
|
commands
|
Cleaned up some ints that should have been CommandIDs.
|
2013-09-17 18:45:48 +01:00 |
|
components
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
2013-10-17 20:50:17 +01:00 |
|
drawables
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
2013-10-15 19:44:37 +01:00 |
|
filebrowser
|
FilenameComponent: if partial filenames are entered, these get interpreted relative to the CWD.
|
2013-10-04 20:44:57 +01:00 |
|
keyboard
|
Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders.
|
2013-09-09 12:29:06 +01:00 |
|
layout
|
TabbedButtonBar: made sure that when the buttons contain an extra component, the tab's text doesn't overlap it.
|
2013-10-20 14:29:05 +01:00 |
|
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.
|
2013-09-30 14:41:36 +01:00 |
|
menus
|
A few tweaks to support the MSVC DLL build.
|
2013-09-30 09:24:31 +01:00 |
|
misc
|
Cleaned out and optimised some graphics code.
|
2013-09-04 13:38:54 +01:00 |
|
mouse
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
2013-10-17 20:50:17 +01:00 |
|
native
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
2013-10-17 20:50:17 +01:00 |
|
positioning
|
Minor clean-ups + optimisations.
|
2013-09-02 14:08:39 +01:00 |
|
properties
|
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 |
|
widgets
|
Slider inc/dec button click fix.
|
2013-10-11 22:52:23 +01:00 |
|
windows
|
Avoided some repainting when moving scaled windows (win32). Also removed the fake drop-shadowing in newer versions of
|
2013-10-17 20:50:17 +01:00 |
|
juce_gui_basics.cpp
|
Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value.
|
2013-09-03 10:44:55 +01:00 |
|
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.
|
2013-09-07 09:43:45 +01: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-10-17 21:54:19 +01:00 |