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 67b6cff503 Improved clipping when using mixed GL/non-GL windows in win32. 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 Fix for win32 scaled component mouse positioning. 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 CaretComponent optimisation. 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 Removed the constness from the return type of LookAndFeel::getTypefaceForFont(), to allow the move operator to be used. 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 Fix for broken screen coord conversion in plugin windows. 12 years ago
native Improved clipping when using mixed GL/non-GL windows in win32. 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 Cleaned up some unused variables. 12 years ago
windows Fix for win32 scaled component mouse positioning. 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