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 f8ae98894f Added extra nullptr checks in Android windowing code which fixes rare crashes when callbacks occur before the Component peer has been fully constructed 8 years ago
..
juce_MultiTouchMapper.h Replace include guards with "#pragma once" 8 years ago
juce_android_FileChooser.cpp Fixed multiple harmless warnings in Android builds 8 years ago
juce_android_Windowing.cpp Added extra nullptr checks in Android windowing code which fixes rare crashes when callbacks occur before the Component peer has been fully constructed 8 years ago
juce_ios_UIViewComponentPeer.mm Multiple fixes for touch and pen input on Windows 8 years ago
juce_ios_Windowing.mm Multiple fixes for touch and pen input on Windows 8 years ago
juce_linux_FileChooser.cpp If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing 9 years ago
juce_linux_X11.cpp Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux 8 years ago
juce_linux_X11.h Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux 8 years ago
juce_linux_X11_Clipboard.cpp Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 8 years ago
juce_linux_X11_Windowing.cpp Reverted commit #ec0f3fc: Bug fix broke combo-box input 8 years ago
juce_mac_FileChooser.mm Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
juce_mac_MainMenu.mm Avoided a spurious assertion when launching OSX file dialogs 8 years ago
juce_mac_MouseCursor.mm Fixed a potential memory leak 8 years ago
juce_mac_NSViewComponentPeer.mm Modernised a few RectangleList iterators 8 years ago
juce_mac_Windowing.mm Added showYesNoBox to NativeMessageBox class 8 years ago
juce_win32_DragAndDrop.cpp Lots of small whitespace tweaks. 9 years ago
juce_win32_FileChooser.cpp Fixed a bug in the Windows FileChooser where two backslashes would be added to the file paths of selected files 8 years ago
juce_win32_Windowing.cpp Added an internal option guarded by JUCE_REMOVE_COMPONENT_FROM_DESKTOP_ON_WM_DESTROY to help with obscure situations where an app needs to handle its windows being destroyed 8 years ago