| .. |
|
java
|
New class NativeMessageBox, with static methods for showing several types of native alert boxes.
|
2011-03-30 12:20:58 +01:00 |
|
juce_android_Audio.cpp
|
Removed const-ness from some return types to take advantage of future c++0x advantages.
|
2011-06-15 20:32:29 +01:00 |
|
juce_android_CameraDevice.cpp
|
Removed const-ness from some return types to take advantage of future c++0x advantages.
|
2011-06-15 20:32:29 +01:00 |
|
juce_android_FileChooser.cpp
|
Updated the date in the copyright notice.
|
2011-03-09 11:36:34 +00:00 |
|
juce_android_Files.cpp
|
Removed the PlatformUtilities class and moved its functions to more sensible classes - see forum post for more details.
|
2011-06-29 14:39:37 +01:00 |
|
juce_android_Fonts.cpp
|
Removed const-ness from some return types to take advantage of future c++0x advantages.
|
2011-06-15 20:32:29 +01:00 |
|
juce_android_GraphicsContext.cpp
|
Added selection to treeview persistent state. Minor optimisations to AudioThumbnail. Added FTP password support for win32 networking. Cleaned up some file dependencies and altered some return value types to allow better c++0x forwarding behaviour.
|
2011-05-30 21:10:57 +01:00 |
|
juce_android_Messaging.cpp
|
Cleaned up a couple of win32 window class methods. Some other minor clean-ups.
|
2011-03-13 17:03:08 +00:00 |
|
juce_android_Midi.cpp
|
Removed const-ness from some return types to take advantage of future c++0x advantages.
|
2011-06-15 20:32:29 +01:00 |
|
juce_android_Misc.cpp
|
Removed the PlatformUtilities class and moved its functions to more sensible classes - see forum post for more details.
|
2011-06-29 14:39:37 +01:00 |
|
juce_android_NativeCode.cpp
|
Added some missing export markers. More internal re-organisation.
|
2011-06-30 17:53:15 +01:00 |
|
juce_android_NativeIncludes.h
|
New class: MemoryMappedFile.
|
2011-05-12 21:28:05 +01:00 |
|
juce_android_Network.cpp
|
Removed the PlatformUtilities class and moved its functions to more sensible classes - see forum post for more details.
|
2011-06-29 14:39:37 +01:00 |
|
juce_android_OpenGLComponent.cpp
|
More 'nullptr' updates and minor clean-ups.
|
2011-04-07 22:20:25 +01:00 |
|
juce_android_SystemStats.cpp
|
Removed the PlatformUtilities class and moved its functions to more sensible classes - see forum post for more details.
|
2011-06-29 14:39:37 +01:00 |
|
juce_android_Threads.cpp
|
Updated the date in the copyright notice.
|
2011-03-09 11:36:34 +00:00 |
|
juce_android_WebBrowserComponent.cpp
|
Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers.
|
2011-04-07 13:49:01 +01:00 |
|
juce_android_Windowing.cpp
|
Removed const-ness from some return types to take advantage of future c++0x advantages.
|
2011-06-15 20:32:29 +01:00 |