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.
ed 441c88f3b9 macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02 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 MSVC: Fix some potential divide-by-zero errors 5 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 Added a MouseEvent::mouseWasDraggedSinceMouseDown() check in ConcertinaPanel::PanelHolder::mouseDrag() 5 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 Grid: Added some methods to help serialisation 5 years ago
juce_Grid.h Grid: Added some methods to help serialisation 5 years ago
juce_GridItem.cpp Grid: Added some methods to help serialisation 5 years ago
juce_GridItem.h Grid: Added some methods to help serialisation 5 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 Fixed some Doxygen warnings 5 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 Fixed a positioning bug in SidePanel::calculateBoundsInParent() 5 years ago
juce_SidePanel.h Fixed a duplicate ColourId in SidePanel 5 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 Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus 5 years ago
juce_TabbedButtonBar.h PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 6 years ago
juce_TabbedComponent.cpp macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02 5 years ago
juce_TabbedComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
juce_Viewport.cpp Fixed some more typos 5 years ago
juce_Viewport.h Fixed some GCC compiler warnings and removed deprecated functions 6 years ago