1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00
JUCE/src/native/windows
2010-02-24 09:11:04 +00:00
..
juce_win32_ActiveXComponent.cpp Converted some internal ComponentPeer methods to use Point and Rectangle rather than raw ints. 2010-02-17 10:12:46 +00:00
juce_win32_ASIO.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00
juce_win32_AudioCDReader.cpp Couple of minor fixes. 2010-02-24 09:11:04 +00:00
juce_win32_AutoLinkLibraries.h Fix for a DocumentWindow internal class. Added a missing win32 library. Added scroll position to the PropertyPanel state xml. Small fix for compiling with latest iPhone SDK. 2010-01-31 11:53:27 +00:00
juce_win32_CameraDevice.cpp Mac keyboard fix and camera tweak. 2010-02-23 19:01:36 +00:00
juce_win32_DirectSound.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00
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. 2010-02-21 19:04:41 +00:00
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 2009-08-20 09:19:37 +00:00
juce_win32_FileChooser.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00
juce_win32_Files.cpp The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability. 2010-02-07 00:52:30 +00:00
juce_win32_Fonts.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00
juce_win32_Messaging.cpp Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent. 2010-01-24 20:46:34 +00:00
juce_win32_Midi.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00
juce_win32_Misc.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. 2010-02-21 19:04:41 +00:00
juce_win32_NativeIncludes.h Updated Timer code to avoid a rare messaging problem. Fixed a couple of minor build errors. Rearranged the atomic functions and added a new compare-and-swap operation. Added a thread-priority tweak to WASAPI. Removed MS-specific classes from the web browser component. 2010-01-27 20:28:38 +00:00
juce_win32_Network.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. 2010-02-21 19:04:41 +00:00
juce_win32_OpenGLComponent.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00
juce_win32_PlatformUtils.cpp Fix for String copying thread-safety, and some minor compile issues. 2010-02-08 16:23:01 +00:00
juce_win32_QuickTimeMovieComponent.cpp The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability. 2010-02-07 00:52:30 +00:00
juce_win32_SystemStats.cpp Added methods to SystemStats to return the user's name. 2010-02-05 18:36:19 +00:00
juce_win32_Threads.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. 2010-02-21 19:04:41 +00:00
juce_win32_WASAPI.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00
juce_win32_WebBrowserComponent.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00
juce_win32_Windowing.cpp Minor code clean-ups. 2010-02-22 15:32:26 +00:00