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.
tpoole 71bd8f6bed Whitespace tidy up 7 years ago
..
application Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
buttons Added set and getJustificationType() methods to HyperlinkButton 7 years ago
commands Updated some code to use cleaner array initialisation from constant data 7 years ago
components Changed Component to hold a WeakReference to its LookAndFeel object, so that if you accidentally delete a LookAndFeel that's being used, it won't be a dangling pointer (but you may see some unexpected drawing behaviour!) 7 years ago
drawables Modernised a bunch of code mainly relating to character/string iteration 7 years ago
filebrowser Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems 7 years ago
keyboard Modernised a bunch of code mainly relating to character/string iteration 7 years ago
layout Fixed a FlexBox rounding bug 7 years ago
lookandfeel Made the PopupMenu use the L+F to set the border it uses for custom components, and improved the layout of menus with icons 7 years ago
menus Made the PopupMenu use the L+F to set the border it uses for custom components, and improved the layout of menus with icons 7 years ago
misc Whitespace tidy up 7 years ago
mouse Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 7 years ago
native PushNotifications: compile out any PN code on iOS if PNs are not enabled. 7 years ago
positioning Some light modernisation of a bunch of old code 7 years ago
properties Fixed a typo in TextPropertyComponent 7 years ago
widgets Tweaked the ComboBox to not keep a reference to its LookAndFeel when its popup is not active. Also improved its scroll-wheel behaviour 7 years ago
windows Whitespace tidy up 7 years ago
juce_gui_basics.cpp Add Push Notifications feature for iOS and Android. 7 years ago
juce_gui_basics.h Bump version number to 5.2.0 7 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago