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 4fcedf7be5 Standardised some lambda syntax 7 years ago
..
juce_ComponentDragger.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_ComponentDragger.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_DragAndDropContainer.cpp Standardised some lambda syntax 7 years ago
juce_DragAndDropContainer.h Fixed a bug where multiple itemDropped() callbacks were being triggered when using drag and drop 7 years ago
juce_DragAndDropTarget.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_FileDragAndDropTarget.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_LassoComponent.h Some light modernisation of a bunch of old code 7 years ago
juce_MouseCursor.cpp Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds 7 years ago
juce_MouseCursor.h Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds 7 years ago
juce_MouseEvent.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
juce_MouseEvent.h Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 7 years ago
juce_MouseInactivityDetector.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 7 years ago
juce_MouseInactivityDetector.h Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 7 years ago
juce_MouseInputSource.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
juce_MouseInputSource.h Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 7 years ago
juce_MouseListener.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_MouseListener.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_SelectedItemSet.h Fixed a typo in SelectedItemSet 7 years ago
juce_TextDragAndDropTarget.h Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_TooltipClient.h Some minor formatting and comment fixes 7 years ago