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 ebdbc29176 Fixed KeyPress::createFromDescription when using this for function keys > F12 8 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 8 years ago
buttons Added set and getJustificationType() methods to HyperlinkButton 8 years ago
commands Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 8 years ago
components Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 8 years ago
drawables 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 8 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 8 years ago
keyboard Fixed KeyPress::createFromDescription when using this for function keys > F12 8 years ago
layout A minor code cleanup 8 years ago
lookandfeel Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons() 8 years ago
menus Avoided triggering an assertion when focus is returned by a popup menu to a hidden component 8 years ago
misc Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 8 years ago
mouse Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 8 years ago
native Fixed an issue with stuck touches when a component peer was closed on a mouse down event 8 years ago
positioning Some light modernisation of a bunch of old code 8 years ago
properties Fixed a typo in TextPropertyComponent 8 years ago
widgets Fix to TextEditor caret positioning 8 years ago
windows Some internal modernisation in windowing classes 8 years ago
juce_gui_basics.cpp 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 8 years ago
juce_gui_basics.h Bump version number to 5.1.2 8 years ago
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago