1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/extras/Introjucer/Source/ComponentEditor
2013-11-01 10:53:56 +00:00
..
components 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
documents Added some "override" annotations. 2013-07-08 19:05:14 +01:00
paintelements Minor clean-ups. 2013-09-26 18:15:45 +01:00
properties Minor clean-ups. 2013-09-26 18:15:45 +01:00
ui 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_BinaryResources.cpp Introjucer: in GUI editor, made sure image resources are loaded correctly. 2013-10-15 17:30:19 +01:00
jucer_BinaryResources.h Misc minor clean-ups. 2013-06-23 20:31:02 +01:00
jucer_ComponentLayout.cpp Fixes for some clang static analysis warnings. 2013-06-25 10:18:35 +01:00
jucer_ComponentLayout.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_GeneratedCode.cpp Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 2013-09-07 09:43:45 +01:00
jucer_GeneratedCode.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_JucerDocument.cpp Introjucer: Fixed a typo in the generated code. 2013-11-01 10:53:56 +00:00
jucer_JucerDocument.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_ObjectTypes.cpp Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_ObjectTypes.h Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jucer_PaintRoutine.cpp Minor clean-ups. 2013-09-26 18:15:45 +01:00
jucer_PaintRoutine.h Minor clean-ups. 2013-09-26 18:15:45 +01:00
jucer_UtilityFunctions.h Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 2013-07-28 18:08:28 +01:00