| .. |
|
juce_win32_ActiveXComponent.cpp
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_win32_ASIO.cpp
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_win32_AudioCDReader.cpp
|
Updated MSVC solution files. Cleaned up some more win32 CD-reader and DSound code.
|
2010-12-06 22:38:28 +00:00 |
|
juce_win32_AutoLinkLibraries.h
|
Fix for CoreGraphics image loading on iOS. Auto-linked library fix for win32.
|
2010-09-01 14:29:16 +01:00 |
|
juce_win32_CameraDevice.cpp
|
Added a class Graphics::ScopedSaveState. Fixed a window dragging problem in win32, some VC6 compile errors, and made the jucer makefile builder use the target binary folder.
|
2010-12-13 20:06:12 +00:00 |
|
juce_win32_Direct2DGraphicsContext.cpp
|
Updated the path flattening code to correctly observe tolerance values, and made the tolerances adapt to the scaling being used when drawing to a transformed graphics context. Fixed a small issue with focus listeners, and a mac menu dismissal problem.
|
2010-12-15 17:20:26 +00:00 |
|
juce_win32_DirectSound.cpp
|
Updated MSVC solution files. Cleaned up some more win32 CD-reader and DSound code.
|
2010-12-06 22:38:28 +00:00 |
|
juce_win32_DynamicLibraryLoader.cpp
|
Small fixes for mouse positioning. Clean-up for win32 CD reader code.
|
2010-12-06 19:30:15 +00:00 |
|
juce_win32_DynamicLibraryLoader.h
|
Small fixes for mouse positioning. Clean-up for win32 CD reader code.
|
2010-12-06 19:30:15 +00:00 |
|
juce_win32_FileChooser.cpp
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_win32_Files.cpp
|
Refactored some operators in Time and RelativeTime, and made the Time constructor explicit.
|
2010-12-21 18:22:05 +00:00 |
|
juce_win32_Fonts.cpp
|
Updated ComponentDragger to handle transformed components (this required a change to its parameters). Tidied up some classes with the JUCE_DECLARE_NON_COPYABLE macro. Changed some 3rd-party include statements to use angle-bracket quotes.
|
2010-11-29 16:22:06 +00:00 |
|
juce_win32_Messaging.cpp
|
Changed the Message class to be reference-counted, and used this to tighten up some messaging code. Minor tweaks to AudioThumbnail, ReferenceCountedArray.
|
2010-12-19 19:33:52 +00:00 |
|
juce_win32_Midi.cpp
|
Updated ComponentDragger to handle transformed components (this required a change to its parameters). Tidied up some classes with the JUCE_DECLARE_NON_COPYABLE macro. Changed some 3rd-party include statements to use angle-bracket quotes.
|
2010-11-29 16:22:06 +00:00 |
|
juce_win32_Misc.cpp
|
Copyright notice update.
|
2010-04-23 09:37:13 +01:00 |
|
juce_win32_NativeIncludes.h
|
Minor clean-ups and tweaks to AudioProcessorGraph, TreeView.
|
2010-12-10 21:25:07 +00:00 |
|
juce_win32_Network.cpp
|
Refactored some operators in Time and RelativeTime, and made the Time constructor explicit.
|
2010-12-21 18:22:05 +00:00 |
|
juce_win32_OpenGLComponent.cpp
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_win32_PlatformUtils.cpp
|
Added a couple of useful constructors to some stream classes. Replaced some old static functions with anonymous namespaces.
|
2010-10-26 16:46:19 +01:00 |
|
juce_win32_QuickTimeMovieComponent.cpp
|
Code clean-ups. Jucer development.
|
2010-05-12 23:42:49 +01:00 |
|
juce_win32_SystemStats.cpp
|
Made linux getMillisecondCounter() run monotonically. Added a new class Decibels, with some decibel conversion methods. Minor updates to AudioThumbnail and FileInputSource.
|
2010-12-08 18:54:17 +00:00 |
|
juce_win32_Threads.cpp
|
Small fix for AudioThumbnail. Minor internal clean-ups.
|
2010-12-05 18:20:32 +00:00 |
|
juce_win32_WASAPI.cpp
|
Tweaks to fake mouse-move behaviour. Improvements to WASAPI performance. AudioFormatManager is no longer a singleton - just create your own instance and use it instead.
|
2010-12-16 16:32:13 +00:00 |
|
juce_win32_WebBrowserComponent.cpp
|
New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes.
|
2010-11-29 12:24:55 +00:00 |
|
juce_win32_Windowing.cpp
|
Jack audio fix. New class LinkedListPointer. Couple of new menu methods in DocumentWindow. win32 window size constrainer tweak.
|
2010-12-26 22:56:10 +00:00 |