1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/Introjucer/Source/ComponentEditor/ui
2013-12-23 15:16:38 +00:00
..
jucer_ComponentLayoutEditor.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_ComponentLayoutEditor.h Introjucer: misc minor fixes + tweaks. 2013-10-18 10:31:08 +01:00
jucer_ComponentLayoutPanel.h Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_ComponentOverlayComponent.cpp Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
jucer_ComponentOverlayComponent.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_EditingPanelBase.cpp Fixes for some clang static analysis warnings. 2013-06-25 10:18:35 +01:00
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). 2013-10-27 22:02:21 +00:00
jucer_JucerCommandIDs.h Cleaned up some ints that should have been CommandIDs. 2013-09-17 18:45:48 +01:00
jucer_JucerDocumentEditor.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_JucerDocumentEditor.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_PaintRoutineEditor.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_PaintRoutineEditor.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_PaintRoutinePanel.cpp Minor clean-ups. 2013-09-26 18:15:45 +01:00
jucer_PaintRoutinePanel.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_RelativePositionedRectangle.h Bit of tidying-up in the Point class, and some spelling fixes in comments. 2013-07-22 13:18:29 +01:00
jucer_ResourceEditorPanel.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jucer_ResourceEditorPanel.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
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. 2013-08-30 18:20:51 +01:00
jucer_TestComponent.cpp Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component. 2013-10-15 20:53:28 +01:00
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). 2013-10-27 22:02:21 +00:00