| .. |
|
juce_AnimatedPosition.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_AnimatedPositionBehaviours.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ComponentAnimator.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_ComponentAnimator.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
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
|
2017-09-08 08:59:55 +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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_ComponentMovementWatcher.cpp
|
Some light modernisation of a bunch of old code
|
2017-10-04 12:47:43 +01:00 |
|
juce_ComponentMovementWatcher.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ConcertinaPanel.cpp
|
Fixed some const violation errors
|
2017-12-19 12:44:24 +00:00 |
|
juce_ConcertinaPanel.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01: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
|
Fixed a bug in Grid where the area calculation could terminate early
|
2018-06-11 10:38:14 +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_GridUnitTests.cpp
|
Fixed some compiler warnings
|
2018-06-27 17:02:25 +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
|
Add documentation tags
|
2018-03-15 12:10:32 +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
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_ResizableBorderComponent.cpp
|
A minor code cleanup
|
2017-10-12 12:31:55 +01:00 |
|
juce_ResizableBorderComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +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
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
juce_ResizableEdgeComponent.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ScrollBar.cpp
|
Fixed an issue where JUCE's ScrollBars could not be hidden
|
2018-03-02 11:20:50 +00:00 |
|
juce_ScrollBar.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01: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
|
Add documentation tags
|
2018-03-15 12:10:32 +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
|
Add documentation tags
|
2018-03-15 12:10:32 +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
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
juce_TabbedButtonBar.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |
|
juce_TabbedComponent.cpp
|
Another batch of ScopedPointer cleanups
|
2018-01-10 14:49:57 +00:00 |
|
juce_TabbedComponent.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_Viewport.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_Viewport.h
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
2018-06-13 17:11:37 +01:00 |