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.
Julian Storer 49320b25d2 iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused. 16 years ago
..
application Minor code style tweaks. 16 years ago
audio iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused. 16 years ago
containers iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused. 16 years ago
core iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused. 16 years ago
cryptography Added locking to NamedPipe. Added extra checking to Image::clear. Other minor tidying-up. 16 years ago
events Minor code style tweaks. 16 years ago
gui iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused. 16 years ago
io Minor code style tweaks. 16 years ago
native iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused. 16 years ago
text iPhone on-screen keyboard support, when a TextEditor or CodeEditor is focused. 16 years ago
threads Minor code style tweaks. 16 years ago
utilities Minor code style tweaks. 16 years ago
juce_DefineMacros.h Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
juce_WithoutMacros.h Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
juce_app_includes.h Removed the ComponentDeletionWatcher class - use Component::SafePointer or Component::BailOutChecker instead. 16 years ago
juce_core_includes.h Created a new class "Range", for holding generic number ranges. New abstract class TextInputTarget, which defines methods common to text editors. Changed a couple of method definitions in TextEditor and CodeEditorComponent so that they could implement TextInputTarget. Added ability for wav files to save their SMPL chunk. 16 years ago