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.
Julian Storer 85aeeea1e9 Moved a couple of midi files around. DrawableImage::hitTest tweak. 15 years ago
..
juce_win32_ASIO.cpp Tidied up a few win32 RTAS warnings. 15 years ago
juce_win32_ActiveXComponent.cpp Improvements to ComponentMovementWatcher to check visibility. TopLevelWindow activation fix. Changed MidiMessage default constructor to an empty sysex. 15 years ago
juce_win32_AudioCDReader.cpp Minor string clean-ups. Made key-shortcut indicators in popup menus use icons for shift/command/option on the mac. 15 years ago
juce_win32_AutoLinkLibraries.h Added channel count to AudioTransportSource. Disabled some win32 compiler warnings. Made utf8 parsing cope with illegal characters. Made variants send a change when their type changes. 15 years ago
juce_win32_CameraDevice.cpp Changes to Image::BitmapData constructors, replacing the bool with a more explicit enum for the read/write mode. Some win32 dLL declarator changes. Android work. Small Quicktime fix. 15 years ago
juce_win32_Direct2DGraphicsContext.cpp Changes to Image::BitmapData constructors, replacing the bool with a more explicit enum for the read/write mode. Some win32 dLL declarator changes. Android work. Small Quicktime fix. 15 years ago
juce_win32_DirectSound.cpp Fixed an image anti-aliasing problem. Created some new methods in AudioIODeviceType to create device-specific types. Tidied up some win32 DLL build problems. Added support for drag-and-drop from iTunes on mac. 15 years ago
juce_win32_DynamicLibraryLoader.cpp Major overhaul of the String class, to rely more heavily on the CharPointer_UTF classes. On win32, the juce_wchar type is now a typedef for a 32-bit int, rather than the 16-bit wchar_t. The String class now has toUTF8(), toUTF16() and toUTF32() methods to retrieve the string in different formats. 15 years ago
juce_win32_DynamicLibraryLoader.h Small fixes for mouse positioning. Clean-up for win32 CD reader code. 15 years ago
juce_win32_FileChooser.cpp win32 FileChooser fix. 15 years ago
juce_win32_Files.cpp Many more String changes, so that finally the String class can store its internal data as either utf8, 16 or 32 - this is controlled by a flag JUCE_STRING_UTF_TYPE. It's currently set to utf-8 by default. 15 years ago
juce_win32_Fonts.cpp Major overhaul of the String class, to rely more heavily on the CharPointer_UTF classes. On win32, the juce_wchar type is now a typedef for a 32-bit int, rather than the 16-bit wchar_t. The String class now has toUTF8(), toUTF16() and toUTF32() methods to retrieve the string in different formats. 15 years ago
juce_win32_Messaging.cpp More string tidying-up. Possible fix for win32 mutexes failing under strange circumstances. 15 years ago
juce_win32_Midi.cpp Removed a couple of old classes: MagnifierComponent (you can use Component::setTransform() instead), and MouseHoverDetector (wasn't really very useful anyway - if you need it, please just take a copy of the class and use it in your own code). Renamed the PopupMenuCustomComponent as an inner class PopupMenu::CustomComponent. Added a default constructor for MidiMessage. 15 years ago
juce_win32_Misc.cpp Minor fixes for mac strings, WAV format, DrawableButton hit tests, win32 clipboard. New class: CharPointer_ASCII. Changes to the callback methods for ValueTree::Listener, to provide more detailed information about the event. 15 years ago
juce_win32_NativeCode.cpp Moved a couple of midi files around. DrawableImage::hitTest tweak. 15 years ago
juce_win32_NativeIncludes.h String alignment fix for win32. 15 years ago
juce_win32_Network.cpp Many more String changes, so that finally the String class can store its internal data as either utf8, 16 or 32 - this is controlled by a flag JUCE_STRING_UTF_TYPE. It's currently set to utf-8 by default. 15 years ago
juce_win32_OpenGLComponent.cpp Minor string clean-ups. Made key-shortcut indicators in popup menus use icons for shift/command/option on the mac. 15 years ago
juce_win32_PlatformUtils.cpp Major overhaul of the String class, to rely more heavily on the CharPointer_UTF classes. On win32, the juce_wchar type is now a typedef for a 32-bit int, rather than the 16-bit wchar_t. The String class now has toUTF8(), toUTF16() and toUTF32() methods to retrieve the string in different formats. 15 years ago
juce_win32_QuickTimeMovieComponent.cpp Refactored various string processing in the library. Removed a couple of String accessors that relied on assumptions about the format of the string's internal data (if your code has any problems with these changes, you should probably use the String::getCharPointer() method instead). 15 years ago
juce_win32_SystemStats.cpp Minor string clean-ups. Made key-shortcut indicators in popup menus use icons for shift/command/option on the mac. 15 years ago
juce_win32_Threads.cpp More string tidying-up. Possible fix for win32 mutexes failing under strange circumstances. 15 years ago
juce_win32_WASAPI.cpp Fixed an image anti-aliasing problem. Created some new methods in AudioIODeviceType to create device-specific types. Tidied up some win32 DLL build problems. Added support for drag-and-drop from iTunes on mac. 15 years ago
juce_win32_WebBrowserComponent.cpp Major overhaul of the String class, to rely more heavily on the CharPointer_UTF classes. On win32, the juce_wchar type is now a typedef for a 32-bit int, rather than the 16-bit wchar_t. The String class now has toUTF8(), toUTF16() and toUTF32() methods to retrieve the string in different formats. 15 years ago
juce_win32_Windowing.cpp Changes to Image::BitmapData constructors, replacing the bool with a more explicit enum for the read/write mode. Some win32 dLL declarator changes. Android work. Small Quicktime fix. 15 years ago