| .. |
|
juce_linux_Audio.cpp
|
More 'nullptr' updates and minor clean-ups.
|
2011-04-07 22:20:25 +01:00 |
|
juce_linux_AudioCDReader.cpp
|
More 'nullptr' updates and minor clean-ups.
|
2011-04-07 22:20:25 +01:00 |
|
juce_linux_Clipboard.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_linux_FileChooser.cpp
|
Updated the date in the copyright notice.
|
2011-03-09 11:36:34 +00:00 |
|
juce_linux_Files.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_linux_Fonts.cpp
|
More 'nullptr' updates and minor clean-ups.
|
2011-04-07 22:20:25 +01:00 |
|
juce_linux_JackAudio.cpp
|
More 'nullptr' updates and minor clean-ups.
|
2011-04-07 22:20:25 +01:00 |
|
juce_linux_Messaging.cpp
|
More 'nullptr' updates and minor clean-ups.
|
2011-04-07 22:20:25 +01:00 |
|
juce_linux_Midi.cpp
|
Fixed for OpenGL, DropShadower, Linux midi, VST resizing + mouse wheel hooks.
|
2011-04-26 14:53:46 +01:00 |
|
juce_linux_NativeCode.cpp
|
win32 font name length fix. Tidied up ScopedLock class structure, creating some templated classes for generic RAII locking.
|
2011-03-31 11:21:49 +01:00 |
|
juce_linux_NativeIncludes.h
|
Updated the date in the copyright notice.
|
2011-03-09 11:36:34 +00:00 |
|
juce_linux_Network.cpp
|
More 'nullptr' updates and minor clean-ups.
|
2011-04-07 22:20:25 +01:00 |
|
juce_linux_SystemStats.cpp
|
Correction to String::copyToUTF8. Millisecond timer rollover fix. Added channel count to BufferingAudioSource. Hashmap speed-up. Added Identifier::isValidIdentifier.
|
2011-05-04 11:47:12 +01:00 |
|
juce_linux_Threads.cpp
|
Updated the date in the copyright notice.
|
2011-03-09 11:36:34 +00:00 |
|
juce_linux_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_linux_Windowing.cpp
|
Got rid of a couple of stray juce_callocs.
|
2011-05-04 15:39:40 +01:00 |