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 a0ed9c96e4 New class: ConcertinaPanel. 12 years ago
..
juce_ComponentDragger.cpp (automated whitespace clean-up) 13 years ago
juce_ComponentDragger.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
juce_DragAndDropContainer.cpp New class: ConcertinaPanel. 12 years ago
juce_DragAndDropContainer.h Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
juce_DragAndDropTarget.h Fixed a positioning problem when dragging-and-dropping. 13 years ago
juce_FileDragAndDropTarget.h Added class: TextDragAndDropTarget. 13 years ago
juce_LassoComponent.h Changed LassoComponent to draw itself via the LookAndFeel. 12 years ago
juce_MouseCursor.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 13 years ago
juce_MouseCursor.h Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 13 years ago
juce_MouseEvent.cpp (automated whitespace clean-up) 13 years ago
juce_MouseEvent.h 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
juce_MouseInputSource.cpp Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 13 years ago
juce_MouseInputSource.h 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
juce_MouseListener.cpp 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
juce_MouseListener.h 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
juce_SelectedItemSet.h New method Process::makeForegroundProcess() (only implemented in OSX) 12 years ago
juce_TextDragAndDropTarget.h New class: ConcertinaPanel. 12 years ago
juce_TooltipClient.h Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. 13 years ago