| .. |
|
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
|
Fixed a potential double deletion in ComponentAnimator::AnimationTask
|
2019-12-16 11:08:38 +00: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
|
Added a MouseEvent::mouseWasDraggedSinceMouseDown() check in ConcertinaPanel::PanelHolder::mouseDrag()
|
2020-01-20 09:46:25 +00: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
|
Grid: Added some methods to help serialisation
|
2019-09-26 09:55:18 +01:00 |
|
juce_Grid.h
|
Grid: Added some methods to help serialisation
|
2019-09-26 09:55:18 +01:00 |
|
juce_GridItem.cpp
|
Grid: Added some methods to help serialisation
|
2019-09-26 09:55:18 +01:00 |
|
juce_GridItem.h
|
Grid: Added some methods to help serialisation
|
2019-09-26 09:55:18 +01: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
|
Some minor cleanups
|
2019-06-17 15:48:56 +01: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
|
Some minor cleanups
|
2019-06-17 15:48:56 +01:00 |
|
juce_ResizableBorderComponent.h
|
Some minor cleanups
|
2019-06-17 15:48:56 +01:00 |
|
juce_ResizableCornerComponent.cpp
|
Some minor cleanups
|
2019-06-17 15:48:56 +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
|
Some minor cleanups
|
2019-06-17 15:48:56 +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
|
Some minor cleanups
|
2019-06-17 15:48:56 +01:00 |
|
juce_ScrollBar.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_SidePanel.cpp
|
Fixed a positioning bug in SidePanel::calculateBoundsInParent()
|
2020-01-30 08:52:22 +00:00 |
|
juce_SidePanel.h
|
Fixed a duplicate ColourId in SidePanel
|
2019-10-10 16:59:39 +01: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
|
Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus
|
2019-06-24 16:37:48 +01:00 |
|
juce_TabbedButtonBar.h
|
PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together.
|
2019-06-20 13:55:18 +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
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
juce_Viewport.h
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |