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.
Noah Dayan 5dc10feeac Added doc clarification in juce_FlexBox.h 7 years ago
..
juce_AnimatedPosition.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_AnimatedPositionBehaviours.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_ComponentAnimator.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
juce_ComponentAnimator.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_ComponentBoundsConstrainer.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_ComponentBoundsConstrainer.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_ComponentBuilder.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_ComponentBuilder.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_ComponentMovementWatcher.cpp Some light modernisation of a bunch of old code 7 years ago
juce_ComponentMovementWatcher.h Some light modernisation of a bunch of old code 7 years ago
juce_ConcertinaPanel.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_ConcertinaPanel.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_FlexBox.cpp Replaced some old juce-style sort operations with std::sort and lambdas 7 years ago
juce_FlexBox.h Added doc clarification in juce_FlexBox.h 7 years ago
juce_FlexItem.h Add missing enum documentation in juce_FlexBox.h and juce_FlexItem.h 7 years ago
juce_Grid.cpp Replaced some old juce-style sort operations with std::sort and lambdas 7 years ago
juce_Grid.h Added documentation for juce_Grid.h and juce_GridItem.h 7 years ago
juce_GridItem.cpp A minor code cleanup 7 years ago
juce_GridItem.h Added documentation for juce_Grid.h and juce_GridItem.h 7 years ago
juce_GridUnitTests.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_GroupComponent.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_GroupComponent.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_MultiDocumentPanel.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
juce_MultiDocumentPanel.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
juce_ResizableBorderComponent.cpp A minor code cleanup 7 years ago
juce_ResizableBorderComponent.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_ResizableCornerComponent.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_ResizableCornerComponent.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_ResizableEdgeComponent.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_ResizableEdgeComponent.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_ScrollBar.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_ScrollBar.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
juce_SidePanel.cpp Only resize SidePanel on mouse drag if it is currently showing 7 years ago
juce_SidePanel.h Fix documentation error in juce_SidePanel.h 7 years ago
juce_StretchableLayoutManager.cpp Some light modernisation of a bunch of old code 7 years ago
juce_StretchableLayoutManager.h Some light modernisation of a bunch of old code 7 years ago
juce_StretchableLayoutResizerBar.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_StretchableLayoutResizerBar.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_StretchableObjectResizer.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_StretchableObjectResizer.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_TabbedButtonBar.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
juce_TabbedButtonBar.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
juce_TabbedComponent.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
juce_TabbedComponent.h Some light modernisation of a bunch of old code 7 years ago
juce_Viewport.cpp Fixed an unused variable warning in last commit 7 years ago
juce_Viewport.h Added method Viewport::recreateScrollbars() 7 years ago