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 1b9a60e52c 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
..
application Updated the format of the header include guard macros. 12 years ago
buttons Updated the format of the header include guard macros. 12 years ago
commands Updated the format of the header include guard macros. 12 years ago
components 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
drawables Fixed some toolbar customiser drag+drop problems. 12 years ago
filebrowser Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor(). 12 years ago
keyboard Updated the format of the header include guard macros. 12 years ago
layout 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
lookandfeel 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
menus Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 12 years ago
misc Bit of tidying-up in the Point class, and some spelling fixes in comments. 12 years ago
mouse Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor(). 12 years ago
native 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
positioning Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 12 years ago
properties Updated the format of the header include guard macros. 12 years ago
widgets Fixed some toolbar customiser drag+drop problems. 12 years ago
windows 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
juce_gui_basics.cpp Fixed some toolbar customiser drag+drop problems. 12 years ago
juce_gui_basics.h Updated the format of the header include guard macros. 12 years ago
juce_gui_basics.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_module_info Version number update 12 years ago