1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics/layout
2019-06-04 16:48:44 +01:00
..
juce_AnimatedPosition.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_AnimatedPositionBehaviours.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_ComponentAnimator.cpp Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 2018-08-10 16:37:52 +01:00
juce_ComponentAnimator.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_ComponentBoundsConstrainer.cpp Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 2018-08-10 16:37:52 +01:00
juce_ComponentBoundsConstrainer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_ComponentBuilder.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_ComponentBuilder.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_ComponentMovementWatcher.cpp Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_ComponentMovementWatcher.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_ConcertinaPanel.cpp Enforced more comprehensive const-correctness in the JUCE container classes 2019-05-29 08:52:16 +01:00
juce_ConcertinaPanel.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_FlexBox.cpp Added some missing logic to flexbox 2018-01-23 14:06:26 +00:00
juce_FlexBox.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_FlexItem.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_Grid.cpp Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
juce_Grid.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_GridItem.cpp A minor code cleanup 2017-10-12 12:31:55 +01:00
juce_GridItem.h Add documentation tags 2018-03-15 12:10:32 +00:00
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 2017-09-08 08:59:55 +01:00
juce_GroupComponent.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_MultiDocumentPanel.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_MultiDocumentPanel.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_ResizableBorderComponent.cpp Fixed a compiler warning 2018-07-10 11:46:48 +01:00
juce_ResizableBorderComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
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 2017-09-08 08:59:55 +01:00
juce_ResizableCornerComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_ResizableEdgeComponent.cpp Fixed a compiler warning 2018-07-10 11:46:48 +01:00
juce_ResizableEdgeComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_ScrollBar.cpp Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_ScrollBar.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_SidePanel.cpp Ensure global mouse listener is removed when SidePanel is destructed 2018-02-20 14:19:01 +00:00
juce_SidePanel.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_StretchableLayoutManager.cpp Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_StretchableLayoutManager.h Add documentation tags 2018-03-15 12:10:32 +00:00
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 2017-09-08 08:59:55 +01:00
juce_StretchableLayoutResizerBar.h Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
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 2017-09-08 08:59:55 +01:00
juce_StretchableObjectResizer.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_TabbedButtonBar.cpp Clarified some Button LookAndFeel parameter names 2018-07-16 12:26:27 +01:00
juce_TabbedButtonBar.h Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
juce_TabbedComponent.cpp Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
juce_TabbedComponent.h Enabled some more warning flags in Xcode, and fixed the problems they caused 2019-01-11 09:52:10 +00:00
juce_Viewport.cpp Enable Viewport drag-to-scroll functionality by default on devices where touch is the primary input method 2019-02-18 11:36:33 +00:00
juce_Viewport.h Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00