| .. |
|
juce_android_FileChooser.cpp
|
Fixed multiple harmless warnings in Android builds
|
2017-02-08 18:07:37 +00:00 |
|
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
|
2017-04-05 19:14:49 +01:00 |
|
juce_ios_UIViewComponentPeer.mm
|
Multiple fixes for touch and pen input on Windows
|
2017-03-15 17:16:04 +00:00 |
|
juce_ios_Windowing.mm
|
Multiple fixes for touch and pen input on Windows
|
2017-03-15 17:16:04 +00:00 |
|
juce_linux_FileChooser.cpp
|
If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing
|
2016-05-21 08:53:03 +01:00 |
|
juce_linux_X11.cpp
|
Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux
|
2017-03-28 15:35:15 +01:00 |
|
juce_linux_X11.h
|
Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux
|
2017-03-28 15:35:15 +01:00 |
|
juce_linux_X11_Clipboard.cpp
|
Added several linux improvements to the event loop, MIDI and X11 (see commit messsage)
|
2017-02-13 17:14:34 +00:00 |
|
juce_linux_X11_Windowing.cpp
|
Reverted commit #ec0f3fc: Bug fix broke combo-box input
|
2017-04-04 16:26:57 +01:00 |
|
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.
|
2016-09-16 12:03:02 +01:00 |
|
juce_mac_MainMenu.mm
|
Avoided a spurious assertion when launching OSX file dialogs
|
2017-04-04 11:19:07 +01:00 |
|
juce_mac_MouseCursor.mm
|
Fixed a potential memory leak
|
2016-09-16 11:23:26 +01:00 |
|
juce_mac_NSViewComponentPeer.mm
|
Modernised a few RectangleList iterators
|
2017-04-03 16:08:07 +01:00 |
|
juce_mac_Windowing.mm
|
Added showYesNoBox to NativeMessageBox class
|
2017-03-06 12:39:09 +00:00 |
|
juce_MultiTouchMapper.h
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
juce_win32_DragAndDrop.cpp
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
juce_win32_FileChooser.cpp
|
Avoided an assertion in win32 file chooser code
|
2017-04-20 09:53:56 +01:00 |
|
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
|
2017-04-03 16:12:35 +01:00 |