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.
hogliux 3a8c63f5d4 iOS: Ensured that native file choosers also work in iOS apps 6 years ago
..
application Fixed a couple more documentation typos 7 years ago
buttons Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
commands Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
components Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
drawables Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
filebrowser Only send a single change message when DirectoryContentsList::refresh() is invoked 7 years ago
keyboard Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 7 years ago
layout Fixed some compiler warnings 6 years ago
lookandfeel Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 6 years ago
menus Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 6 years ago
misc BubbleComponent: Correctly convert screen coordinates for BubbleComponents that have a custom AffineTransforms 7 years ago
mouse Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
native iOS: Ensured that native file choosers also work in iOS apps 6 years ago
positioning Add documentation tags 7 years ago
properties Increased shadowing warning level, and fixed a few warnings that were generated 7 years ago
widgets Fixed a windows warning in the previous commit 6 years ago
windows Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_gui_basics.cpp Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms 7 years ago
juce_gui_basics.h Bump version number to 5.3.2 7 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago