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.
hogliux be9c776c3c Fixed an issue where JUCE's ScrollBars could not be hidden 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 More ScopedPointer/unique_ptr compatibility work 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 More ScopedPointer/unique_ptr compatibility work 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 Fixed some const violation errors 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 Added some missing logic to flexbox 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 Another batch of ScopedPointer cleanups 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 Fixed an issue where JUCE's ScrollBars could not be hidden 7 years ago
juce_ScrollBar.h Fixed an issue where JUCE's ScrollBars could not be hidden 7 years ago
juce_SidePanel.cpp Ensure global mouse listener is removed when SidePanel is destructed 7 years ago
juce_SidePanel.h Added some methods to SidePanel to set a custom title bar 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 Fixed a few typos 7 years ago
juce_TabbedButtonBar.cpp More ScopedPointer/unique_ptr compatibility work 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 Another batch of ScopedPointer cleanups 7 years ago
juce_TabbedComponent.h Some light modernisation of a bunch of old code 7 years ago
juce_Viewport.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_Viewport.h Added method Viewport::recreateScrollbars() 7 years ago