| .. |
|
juce_win32_ASIO.cpp
|
Small fix for demo plugin code. Minor code clean-ups.
|
16 years ago |
|
juce_win32_ActiveXComponent.cpp
|
More mouse input refactoring.
|
16 years ago |
|
juce_win32_AudioCDReader.cpp
|
Small fix for demo plugin code. Minor code clean-ups.
|
16 years ago |
|
juce_win32_AutoLinkLibraries.h
|
Updated win32 CameraDevice to record as wmv.
|
16 years ago |
|
juce_win32_CameraDevice.cpp
|
Tweaked some component methods. Added function call types for some operators for compatibility with RTAS build.
|
16 years ago |
|
juce_win32_DirectSound.cpp
|
Small fix for demo plugin code. Minor code clean-ups.
|
16 years ago |
|
juce_win32_DynamicLibraryLoader.cpp
|
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
|
16 years ago |
|
juce_win32_DynamicLibraryLoader.h
|
Collected all the platform-specific code from the different build folders into a new folder in src/native. Also removed support for OSX10.2
|
16 years ago |
|
juce_win32_FileChooser.cpp
|
Minor string literal tidy-ups.
|
16 years ago |
|
juce_win32_Files.cpp
|
Minor string literal tidy-ups.
|
16 years ago |
|
juce_win32_Fonts.cpp
|
Minor string literal tidy-ups.
|
16 years ago |
|
juce_win32_Messaging.cpp
|
Minor string literal tidy-ups.
|
16 years ago |
|
juce_win32_Midi.cpp
|
Fixed a minor AU build error and removed some old macros.
|
16 years ago |
|
juce_win32_Misc.cpp
|
Minor string literal tidy-ups.
|
16 years ago |
|
juce_win32_NativeIncludes.h
|
Updated win32 CameraDevice to record as wmv.
|
16 years ago |
|
juce_win32_Network.cpp
|
Couple of optimisations to text rendering. Removed various printfs from the codebase.
|
16 years ago |
|
juce_win32_OpenGLComponent.cpp
|
Minor iPhone GL updates, fix for juce_WithoutMacros.h
|
16 years ago |
|
juce_win32_PlatformUtils.cpp
|
Minor string literal tidy-ups.
|
16 years ago |
|
juce_win32_QuickTimeMovieComponent.cpp
|
Fixed a minor AU build error and removed some old macros.
|
16 years ago |
|
juce_win32_SystemStats.cpp
|
Minor string literal tidy-ups.
|
16 years ago |
|
juce_win32_Threads.cpp
|
Change posix juce_readFile to always return >= 0. Sorted out a casting error in carbon AU plugins. Tidied up a bunch of win32 warnings.
|
16 years ago |
|
juce_win32_WASAPI.cpp
|
Small fix for demo plugin code. Minor code clean-ups.
|
16 years ago |
|
juce_win32_WebBrowserComponent.cpp
|
Minor code clean-ups.
|
16 years ago |
|
juce_win32_Windowing.cpp
|
Minor string literal tidy-ups.
|
16 years ago |