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 e8d58c7ff6 More workarounds for loading dodgy WAV files. Internal ComponentBuilder work. 13 years ago
..
application Xcode 4 assertion fix. VSTPluginFormat fix. 13 years ago
buttons Avoided win32 memory leak warning with file preview comps. Minor introjucer and colour parsing clean-ups. 13 years ago
commands Got rid of the nasty general-purpose ints and void*s that were in the Message class. Instead of using a plain old Message class, just create a subclass which contains whatever data you need in a more meaningful format. 13 years ago
components Viewport component listener fix. Minor clean-ups. 13 years ago
drawables Viewport component listener fix. Minor clean-ups. 13 years ago
filebrowser Added a FileTreeComponent::refresh() method. 13 years ago
keyboard Minor tweaks to win32, tab key handling. 13 years ago
layout More workarounds for loading dodgy WAV files. Internal ComponentBuilder work. 13 years ago
lookandfeel Viewport component listener fix. Minor clean-ups. 13 years ago
menus Couple of minor compilation fixes. 13 years ago
misc Made the x and y members public in the Point class. 13 years ago
mouse Small updates to ComponentBuilder, UnitTestRunner. 13 years ago
native Avoided spurious mouse-up when double-clicking win32 native titlebars. More OpenGL fixes. 13 years ago
positioning OpenGL fixes for flickering and rounding errors. RelativeCoordinate expression parsing work. Tweaks for AudioProcessorGraph params and OSX thread naming calls. 13 years ago
properties Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 13 years ago
widgets Internal work on the ComponentBuilder system. 13 years ago
windows Viewport component listener fix. Minor clean-ups. 13 years ago
juce_gui_basics.cpp Workarounds for mingw compatibility. 13 years ago
juce_gui_basics.h New internal class CachedComponentImage, which is used internally to manage component buffering. I've used this to rebuild the OpenGLComponent's rendering algorithm so that it now supports sub-components and can have 2D content drawn in its paint method. Updated the openGL demo to show this in action. 13 years ago
juce_gui_basics.mm Added new module wrappers. 14 years ago
juce_module_info Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 13 years ago