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
2014-11-19 14:31:20 +02:00
..
jucer_AppearanceSettings.cpp Minor clean-ups 2014-05-23 21:50:43 +01: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 shutdown order fix 2014-11-19 14:31:20 +02:00
jucer_AutoUpdater.h Autoupdater fix. 2014-11-15 14:04:26 +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: Added .S to the supported asm file extensions. 2014-08-22 13:34:23 +01: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 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. 2014-03-11 22:56:42 +00:00
jucer_Main.cpp Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_MainWindow.cpp Whitespace 2014-11-13 14:15:30 +00:00
jucer_MainWindow.h Introjucer: added a "save all" command. 2013-12-29 11:23:13 +00:00
jucer_OpenDocumentManager.cpp Introjucer: added a "save all" command. 2013-12-29 11:23:13 +00:00
jucer_OpenDocumentManager.h Introjucer: added TRANS macro to GUI designed generated code. 2013-12-17 21:25:24 +00:00