.. |
jucer_AppearanceSettings.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
jucer_AppearanceSettings.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_Application.h
|
Introjucer: added a "save all" command.
|
11 years ago |
jucer_CommandIDs.h
|
Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object.
|
11 years ago |
jucer_CommandLine.cpp
|
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
|
11 years ago |
jucer_CommandLine.h
|
Updated headers in demo project files.
|
12 years ago |
jucer_CommonHeaders.h
|
Introjucer: made it recognise .S files as needing to be compiled.
|
11 years ago |
jucer_DocumentEditorComponent.cpp
|
Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component.
|
11 years ago |
jucer_DocumentEditorComponent.h
|
Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component.
|
11 years ago |
jucer_FilePreviewComponent.h
|
Fix for SVG view box parsing. Improved introjucer SVG viewer to show the image's content inside the view-box as defined in the file.
|
11 years ago |
jucer_Main.cpp
|
Updated headers in demo project files.
|
12 years ago |
jucer_MainWindow.cpp
|
Introjucer: added a "save all" command.
|
11 years ago |
jucer_MainWindow.h
|
Introjucer: added a "save all" command.
|
11 years ago |
jucer_OpenDocumentManager.cpp
|
Introjucer: added a "save all" command.
|
11 years ago |
jucer_OpenDocumentManager.h
|
Introjucer: added TRANS macro to GUI designed generated code.
|
11 years ago |