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 cd4aba9e43 PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 5 years ago
..
juce_AnimatedPosition.h Added various clang-tidy modernize-* fixes 6 years ago
juce_AnimatedPositionBehaviours.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ComponentAnimator.cpp Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 6 years ago
juce_ComponentAnimator.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_ComponentBoundsConstrainer.cpp Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 6 years ago
juce_ComponentBoundsConstrainer.h Add documentation tags 7 years ago
juce_ComponentBuilder.cpp More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_ComponentBuilder.h Added various clang-tidy modernize-* fixes 6 years ago
juce_ComponentMovementWatcher.cpp Some light modernisation of a bunch of old code 7 years ago
juce_ComponentMovementWatcher.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_ConcertinaPanel.cpp Some minor cleanups 6 years ago
juce_ConcertinaPanel.h Added various clang-tidy modernize-* fixes 6 years ago
juce_FlexBox.cpp Added some missing logic to flexbox 7 years ago
juce_FlexBox.h Add documentation tags 7 years ago
juce_FlexItem.h Add documentation tags 7 years ago
juce_Grid.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
juce_Grid.h Add documentation tags 7 years ago
juce_GridItem.cpp A minor code cleanup 7 years ago
juce_GridItem.h Add documentation tags 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 Some minor cleanups 6 years ago
juce_MultiDocumentPanel.cpp Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_MultiDocumentPanel.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_ResizableBorderComponent.cpp Some minor cleanups 6 years ago
juce_ResizableBorderComponent.h Some minor cleanups 6 years ago
juce_ResizableCornerComponent.cpp Some minor cleanups 6 years ago
juce_ResizableCornerComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_ResizableEdgeComponent.cpp Some minor cleanups 6 years ago
juce_ResizableEdgeComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_ScrollBar.cpp Some minor cleanups 6 years ago
juce_ScrollBar.h Added various clang-tidy modernize-* fixes 6 years ago
juce_SidePanel.cpp Ensure global mouse listener is removed when SidePanel is destructed 7 years ago
juce_SidePanel.h Added various clang-tidy modernize-* fixes 6 years ago
juce_StretchableLayoutManager.cpp Some light modernisation of a bunch of old code 7 years ago
juce_StretchableLayoutManager.h Add documentation tags 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 Added various clang-tidy modernize-* fixes 6 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 Add documentation tags 7 years ago
juce_TabbedButtonBar.cpp PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 5 years ago
juce_TabbedButtonBar.h PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 5 years ago
juce_TabbedComponent.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 6 years ago
juce_TabbedComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_Viewport.cpp Enable Viewport drag-to-scroll functionality by default on devices where touch is the primary input method 6 years ago
juce_Viewport.h Fixed some GCC compiler warnings and removed deprecated functions 6 years ago