The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules fc2181aa22 changed the AudioFormatReader class to make the formats more consistent in the way they deal with requests for a different number of channels to the number that the file contains. This will mean that anyone who's using a custom AudioFormat will need to replace their read() method with a readSamples() method (easy to do - it's quite similar, with a couple of extra parameters, and actually makes things a bit easier for the subclass). 16 years ago
..
juce_win32_ASIO.cpp Fixed a typo in linux audio and added some hints to linux window resizing; fixed the WavAudioFormat to make it read stereo files correctly into a mono buffer; Fixed an infinite loop in the vst plugin format 17 years ago
juce_win32_ActiveXComponent.cpp Improved the performance of MemoryOutputStream; fixed a process priority problem in VST; made TreeViews repaint when they get enabled or disabled; small fixes to ActiveXControlComponent and QuickTimeMovieComponent; implemented File::getVolumeName() for mac; 17 years ago
juce_win32_AudioCDReader.cpp changed the AudioFormatReader class to make the formats more consistent in the way they deal with requests for a different number of channels to the number that the file contains. This will mean that anyone who's using a custom AudioFormat will need to replace their read() method with a readSamples() method (easy to do - it's quite similar, with a couple of extra parameters, and actually makes things a bit easier for the subclass). 16 years ago
juce_win32_AutoLinkLibraries.h Added the CameraDevice class to allow webcam capture! 16 years ago
juce_win32_CameraDevice.cpp 16 years ago
juce_win32_DirectSound.cpp 17 years ago
juce_win32_DynamicLibraryLoader.cpp 17 years ago
juce_win32_DynamicLibraryLoader.h (automatic tidy-up of whitespace) 18 years ago
juce_win32_FileChooser.cpp Tweaks to VST for building on linux; improved linux code for detecting the executable's file path; small changes to linux window hinting; change on the Mac to fix app shutdown when the app isn't currently active; added Mac support for 3rd mouse button; fix to AudioDeviceManager thread safety when changing midi output devices; fix to DrawableButton text; made ComponentAnimator a change broadcaster to send messages when animations stop and start; small fix to DatagramSocket. 16 years ago
juce_win32_Files.cpp Tweaks to VST for building on linux; improved linux code for detecting the executable's file path; small changes to linux window hinting; change on the Mac to fix app shutdown when the app isn't currently active; added Mac support for 3rd mouse button; fix to AudioDeviceManager thread safety when changing midi output devices; fix to DrawableButton text; made ComponentAnimator a change broadcaster to send messages when animations stop and start; small fix to DatagramSocket. 16 years ago
juce_win32_Fonts.cpp Rearranged the default font mechanism so that the LookAndFeel class has a chance to create custom typefaces for global use. 17 years ago
juce_win32_Messaging.cpp Added some cunning hacks that should make modal dialogs in plugins block mouse events in the host app. Also added a fix for thread-safety in ReferenceCountedArrays, and tweaked the new variant classes. 17 years ago
juce_win32_Midi.cpp 17 years ago
juce_win32_Misc.cpp 17 years ago
juce_win32_NativeCode.cpp Added the CameraDevice class to allow webcam capture! 16 years ago
juce_win32_NativeIncludes.h Added the CameraDevice class to allow webcam capture! 16 years ago
juce_win32_Network.cpp added URL stream length detection to Mac/win32; fixed a small linux audio bug; added some callbacks to Label to report when its text editor is shown or hidden; fixed a mouse-wheel problem with some types of slider; fixed a small SVG parsing error; 16 years ago
juce_win32_OpenGLComponent.cpp 17 years ago
juce_win32_PlatformUtils.cpp whitespace cleanup 17 years ago
juce_win32_QuickTimeMovieComponent.cpp Improved the performance of MemoryOutputStream; fixed a process priority problem in VST; made TreeViews repaint when they get enabled or disabled; small fixes to ActiveXControlComponent and QuickTimeMovieComponent; implemented File::getVolumeName() for mac; 17 years ago
juce_win32_SystemStats.cpp 17 years ago
juce_win32_Threads.cpp Removed a compiler warning on win32, and updated juce_mac_MessageManager.cpp 17 years ago
juce_win32_WebBrowserComponent.cpp Added method String::containsNonWhitespaceChars(); changed the XML parser to not strip whitespace from around text elements, and also added XmlDocument::setEmptyTextElementsIgnored() to make it optionally keep all whitespace-only text elements. Added methods File::containsSubDirectories(), WebBrowserComponent::refresh(), TreeView::deleteRootItem(). Ironed out a possible bug with buttons crashing when deleted during a keypress callback. Changed pixel ordering to sort out transparent windows on PPC macs. Also fixed a mac AU build problem, and removed a couple of gcc warnings. 17 years ago
juce_win32_Windowing.cpp Whitespace clean-ups. 16 years ago