| .. |
|
juce_android_FileChooser.cpp
|
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_android_Windowing.cpp
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
juce_ios_UIViewComponentPeer.mm
|
Fixed a namespace problem with the iOS build.
|
2013-09-02 16:34:56 +01:00 |
|
juce_ios_Windowing.mm
|
Some modal loop code cleanups.
|
2013-08-07 10:18:15 +01:00 |
|
juce_linux_Clipboard.cpp
|
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_linux_FileChooser.cpp
|
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_linux_Windowing.cpp
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
juce_mac_FileChooser.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_mac_MainMenu.mm
|
Fix for OSX native recent files menu.
|
2013-07-10 14:11:06 +01:00 |
|
juce_mac_MouseCursor.mm
|
Removed a few pedantic warnings.
|
2013-08-26 14:58:23 +01:00 |
|
juce_mac_NSViewComponentPeer.mm
|
Avoided function key presses sending a unicode character on OSX.
|
2013-08-24 10:27:20 +01:00 |
|
juce_mac_Windowing.mm
|
Some modal loop code cleanups.
|
2013-08-07 10:18:15 +01:00 |
|
juce_MultiTouchMapper.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_win32_DragAndDrop.cpp
|
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_win32_FileChooser.cpp
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
juce_win32_Windowing.cpp
|
New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows.
|
2013-08-30 18:20:51 +01:00 |