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 69179fcd82 Removed hard-coded colour in TextPropLabel class. 13 years ago
..
application WindowsMediaFormat fix. ReferenceCountedArray::indexOfSorted() method. 13 years ago
buttons Cleaned up a few warnings generated by clang -Wall. 13 years ago
commands Introjucer: tidied up some document saving behaviour. 13 years ago
components Added call to Component::colourChanged when the l+f changes. 13 years ago
drawables SVG parser fix. 13 years ago
filebrowser Removed some unused android code. Refactored some messaging code. 13 years ago
keyboard Purged some warnings. 13 years ago
layout Documentation fix. 13 years ago
lookandfeel Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 13 years ago
menus Fix for disappearing Apple extras menu items when showing native file choosers. 13 years ago
misc (automated whitespace clean-up) 13 years ago
mouse Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 13 years ago
native Linux compile error fix. 13 years ago
positioning Purged some warnings. 13 years ago
properties Removed hard-coded colour in TextPropLabel class. 13 years ago
widgets Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 13 years ago
windows Added an option for centring a ThreadWithProgressWindow around a component. 13 years ago
juce_gui_basics.cpp Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
juce_gui_basics.h Added class: TextDragAndDropTarget. 13 years ago
juce_gui_basics.mm Added new module wrappers. 13 years ago
juce_module_info Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago