The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules f485fdcf63 Introjucer: Fixed a typo in the generated code. 11 years ago
..
components Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component. 11 years ago
documents Added some "override" annotations. 12 years ago
paintelements Minor clean-ups. 11 years ago
properties Minor clean-ups. 11 years ago
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). 11 years ago
jucer_BinaryResources.cpp Introjucer: in GUI editor, made sure image resources are loaded correctly. 11 years ago
jucer_BinaryResources.h Misc minor clean-ups. 12 years ago
jucer_ComponentLayout.cpp Fixes for some clang static analysis warnings. 12 years ago
jucer_ComponentLayout.h Updated headers in demo project files. 12 years ago
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. 11 years ago
jucer_GeneratedCode.h Updated headers in demo project files. 12 years ago
jucer_JucerDocument.cpp Introjucer: Fixed a typo in the generated code. 11 years ago
jucer_JucerDocument.h Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component. 11 years ago
jucer_ObjectTypes.cpp Updated headers in demo project files. 12 years ago
jucer_ObjectTypes.h Updated headers in demo project files. 12 years ago
jucer_PaintRoutine.cpp Minor clean-ups. 11 years ago
jucer_PaintRoutine.h Minor clean-ups. 11 years ago
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. 12 years ago