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 f2e9b0a434 Some modal loop code cleanups. 11 years ago
..
components Some modal loop code cleanups. 11 years ago
documents Added some "override" annotations. 12 years ago
paintelements Introjucer: minor refactoring. 11 years ago
properties Converted a few Colour references to pass-by-values. 12 years ago
ui Introjucer: minor refactoring. 11 years ago
jucer_BinaryResources.cpp Misc minor clean-ups. 12 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 Updated some headers and URLs. 12 years ago
jucer_GeneratedCode.h Updated headers in demo project files. 12 years ago
jucer_JucerDocument.cpp Introjucer: minor refactoring. 11 years ago
jucer_JucerDocument.h Some more override decorations. 12 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 Updated headers in demo project files. 12 years ago
jucer_PaintRoutine.h Updated headers in demo project files. 12 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. 11 years ago