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.
jules 4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
..
jucer_ComponentLayoutEditor.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
jucer_ComponentLayoutEditor.h Introjucer: misc minor fixes + tweaks. 11 years ago
jucer_ComponentLayoutPanel.h Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
jucer_ComponentOverlayComponent.cpp Avoided some pedantic GCC warnings. 11 years ago
jucer_ComponentOverlayComponent.h Updated headers in demo project files. 12 years ago
jucer_EditingPanelBase.cpp Fixes for some clang static analysis warnings. 12 years ago
jucer_EditingPanelBase.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago
jucer_JucerCommandIDs.h Cleaned up some ints that should have been CommandIDs. 11 years ago
jucer_JucerDocumentEditor.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
jucer_JucerDocumentEditor.h Updated headers in demo project files. 12 years ago
jucer_PaintRoutineEditor.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
jucer_PaintRoutineEditor.h Updated headers in demo project files. 12 years ago
jucer_PaintRoutinePanel.cpp Minor clean-ups. 11 years ago
jucer_PaintRoutinePanel.h Updated headers in demo project files. 12 years ago
jucer_RelativePositionedRectangle.h Bit of tidying-up in the Point class, and some spelling fixes in comments. 11 years ago
jucer_ResourceEditorPanel.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 11 years ago
jucer_ResourceEditorPanel.h Updated headers in demo project files. 12 years ago
jucer_SnapGridPainter.h New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 11 years ago
jucer_TestComponent.cpp Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component. 11 years ago
jucer_TestComponent.h Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 11 years ago