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 92545f9deb Convert mouse coordinate to correct Component space when dragging SidePanel 8 years ago
..
juce_AnimatedPosition.h 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 8 years ago
juce_AnimatedPositionBehaviours.h 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 8 years ago
juce_ComponentAnimator.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_ComponentAnimator.h 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 8 years ago
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 8 years ago
juce_ComponentBoundsConstrainer.h 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 8 years ago
juce_ComponentBuilder.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 8 years ago
juce_ComponentBuilder.h 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 8 years ago
juce_ComponentMovementWatcher.cpp Some light modernisation of a bunch of old code 8 years ago
juce_ComponentMovementWatcher.h Some light modernisation of a bunch of old code 8 years ago
juce_ConcertinaPanel.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 8 years ago
juce_ConcertinaPanel.h 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 8 years ago
juce_FlexBox.cpp Replaced some old juce-style sort operations with std::sort and lambdas 8 years ago
juce_FlexBox.h Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 years ago
juce_FlexItem.h Fixed some typos and did a bit of code cleanup 8 years ago
juce_Grid.cpp Replaced some old juce-style sort operations with std::sort and lambdas 8 years ago
juce_Grid.h Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 years ago
juce_GridItem.cpp A minor code cleanup 8 years ago
juce_GridItem.h 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 8 years ago
juce_GridUnitTests.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 8 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 8 years ago
juce_GroupComponent.h 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 8 years ago
juce_MultiDocumentPanel.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_MultiDocumentPanel.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_ResizableBorderComponent.cpp A minor code cleanup 8 years ago
juce_ResizableBorderComponent.h 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 8 years ago
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 8 years ago
juce_ResizableCornerComponent.h 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 8 years ago
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 8 years ago
juce_ResizableEdgeComponent.h 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 8 years ago
juce_ScrollBar.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_ScrollBar.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_SidePanel.cpp Convert mouse coordinate to correct Component space when dragging SidePanel 8 years ago
juce_SidePanel.h GUI: Added a SidePanel component class which is useful for auxiliary UI components on mobile 8 years ago
juce_StretchableLayoutManager.cpp Some light modernisation of a bunch of old code 8 years ago
juce_StretchableLayoutManager.h Some light modernisation of a bunch of old code 8 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 8 years ago
juce_StretchableLayoutResizerBar.h 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 8 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 8 years ago
juce_StretchableObjectResizer.h 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 8 years ago
juce_TabbedButtonBar.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_TabbedButtonBar.h Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_TabbedComponent.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_TabbedComponent.h Some light modernisation of a bunch of old code 8 years ago
juce_Viewport.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
juce_Viewport.h Added method Viewport::recreateScrollbars() 8 years ago