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/Application
2013-11-23 16:08:05 +00:00
..
jucer_AppearanceSettings.cpp 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_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). 2013-10-27 22:02:21 +00:00
jucer_Application.h Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object. 2013-11-23 16:08:05 +00:00
jucer_CommandIDs.h Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object. 2013-11-23 16:08:05 +00:00
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. 2013-09-30 14:41:36 +01:00
jucer_CommandLine.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_CommonHeaders.h Introjucer: made it recognise .S files as needing to be compiled. 2013-11-21 14:29:48 +00:00
jucer_DocumentEditorComponent.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_DocumentEditorComponent.h 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_FilePreviewComponent.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_Main.cpp Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_MainWindow.cpp Introjucer: fix for module deletion bug, and some clean-ups. 2013-11-03 12:56:50 +00:00
jucer_MainWindow.h Misc tidying-up. 2013-07-09 20:25:46 +01:00
jucer_OpenDocumentManager.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_OpenDocumentManager.h 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