| .. |
|
juce_win32_ActiveXComponent.cpp
|
New class: Value, which provides a way to share variants and listen for changes to them. Adapted Slider to use Value objects for its position, and changed the widgets demo to show how they can be easily tied together. Updated the VST speaker arrangement code.
|
2010-01-07 17:54:51 +00:00 |
|
juce_win32_ASIO.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
2010-01-10 22:00:59 +00:00 |
|
juce_win32_AudioCDReader.cpp
|
New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase.
|
2010-01-02 14:55:44 +00:00 |
|
juce_win32_AutoLinkLibraries.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_CameraDevice.cpp
|
New class: Value, which provides a way to share variants and listen for changes to them. Adapted Slider to use Value objects for its position, and changed the widgets demo to show how they can be easily tied together. Updated the VST speaker arrangement code.
|
2010-01-07 17:54:51 +00:00 |
|
juce_win32_DirectSound.cpp
|
New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase.
|
2010-01-02 14:55:44 +00:00 |
|
juce_win32_DynamicLibraryLoader.cpp
|
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_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
|
Improved CoreGraphics clipping. Added a method File::revealToUser(). Added obj-c keywords to the c++ tokeniser. Added a new mode to the file chooser (only implemented on mac so far)
|
2009-12-08 11:24:09 +00:00 |
|
juce_win32_Files.cpp
|
Minor clean-ups.
|
2010-01-04 15:24:13 +00:00 |
|
juce_win32_Fonts.cpp
|
New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase.
|
2010-01-02 14:55:44 +00:00 |
|
juce_win32_Messaging.cpp
|
New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns.
|
2010-01-02 23:01:18 +00:00 |
|
juce_win32_Midi.cpp
|
New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns.
|
2010-01-02 23:01:18 +00:00 |
|
juce_win32_Misc.cpp
|
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_NativeIncludes.h
|
Tweaked lots of code to help things compile on the iPhone (still work-in-progress).
|
2009-10-12 13:30:04 +01:00 |
|
juce_win32_Network.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
2010-01-10 22:00:59 +00:00 |
|
juce_win32_OpenGLComponent.cpp
|
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_PlatformUtils.cpp
|
Minor code clean-ups
|
2010-01-03 16:17:42 +00:00 |
|
juce_win32_QuickTimeMovieComponent.cpp
|
New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase.
|
2010-01-02 14:55:44 +00:00 |
|
juce_win32_SystemStats.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
2010-01-10 22:00:59 +00:00 |
|
juce_win32_Threads.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
2010-01-10 22:00:59 +00:00 |
|
juce_win32_WASAPI.cpp
|
tidied up DocumentWindow border sizing; made WASAPI cope with multiple devices with the same name.
|
2009-10-06 23:25:52 +01:00 |
|
juce_win32_WebBrowserComponent.cpp
|
Rebuilt the docs including a couple of missing classes; tweaked WebBrowserComponent to make page unloading optional; small efficiency improvement to ThreadPool
|
2009-09-29 18:18:49 +01:00 |
|
juce_win32_Windowing.cpp
|
Minor clean-ups.
|
2010-01-04 15:24:13 +00:00 |