| .. |
|
juce_android_FileChooser.cpp
|
Add treatFilePackagesAsDirectories flag to native FileChooser
|
2016-02-09 09:44:31 +00:00 |
|
juce_android_Windowing.cpp
|
Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak
|
2016-06-22 16:33:09 +01:00 |
|
juce_ios_UIViewComponentPeer.mm
|
Added checks to make sure that the current interface orientation is actually allowed when changing allowed interface orientations
|
2016-10-03 14:39:54 +01:00 |
|
juce_ios_Windowing.mm
|
Added support for iOS custom delegates - use at your own risk
|
2016-11-17 13:50:49 +00:00 |
|
juce_linux_Clipboard.cpp
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
juce_linux_FileChooser.cpp
|
If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing
|
2016-05-21 08:53:03 +01:00 |
|
juce_linux_Windowing.cpp
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
juce_mac_FileChooser.mm
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
juce_mac_MainMenu.mm
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
juce_mac_MouseCursor.mm
|
Fixed a potential memory leak
|
2016-09-16 11:23:26 +01:00 |
|
juce_mac_NSViewComponentPeer.mm
|
Made message queue throttling more precise by using Time::getMillisecondCounter
|
2016-11-21 09:26:52 +00:00 |
|
juce_mac_Windowing.mm
|
Fix Process::setDockIconVisible() may not turn the process into a background-process
|
2016-09-23 14:11:49 +01:00 |
|
juce_MultiTouchMapper.h
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
juce_win32_DragAndDrop.cpp
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
juce_win32_FileChooser.cpp
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
juce_win32_Windowing.cpp
|
Exposed some functions when building JUCE as a DLL
|
2016-11-16 11:14:58 +00:00 |