| .. |
|
java/app/com/roli/juce
|
Android: Fixed a crash when pressing the back button
|
2019-02-28 16:27:55 +00:00 |
|
javacore/app/com/roli/juce
|
Re-structured the low-level Android native code
|
2018-11-13 12:33:40 +00:00 |
|
juce_android_ContentSharer.cpp
|
Re-structured the low-level Android native code
|
2018-11-13 12:33:40 +00:00 |
|
juce_android_FileChooser.cpp
|
Re-structured the low-level Android native code
|
2018-11-13 12:33:40 +00:00 |
|
juce_android_Windowing.cpp
|
Android: Fixed a crash when pressing the back button
|
2019-02-28 16:27:55 +00:00 |
|
juce_common_MimeTypes.cpp
|
Add audio/mpeg to the MIME type table for .mp3 files to ensure they show up correctly in the native Android file chooser
|
2018-11-26 11:03:20 +00:00 |
|
juce_ios_ContentSharer.cpp
|
Fixed some Objective-C id -> auto* conversion warnings
|
2018-10-24 16:20:45 +01:00 |
|
juce_ios_FileChooser.mm
|
Fixed some Objective-C id -> auto* conversion warnings
|
2018-10-24 16:20:45 +01:00 |
|
juce_ios_UIViewComponentPeer.mm
|
Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers
|
2019-03-26 11:40:58 +00:00 |
|
juce_ios_Windowing.mm
|
iOS: Added a dealloc routine to JuceAppStartupDelegate
|
2018-10-12 09:02:17 +01:00 |
|
juce_linux_FileChooser.cpp
|
Linux: Add warnAboutOverwriting flag capability to native file chooser
|
2019-04-01 10:05:10 +01:00 |
|
juce_linux_X11.cpp
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
2017-12-12 16:24:40 +00:00 |
|
juce_linux_X11.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_linux_X11_Clipboard.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
|
2017-09-08 08:59:55 +01:00 |
|
juce_linux_X11_Windowing.cpp
|
Add a fallback in Displays::findDisplays() on Linux to make sure that there is always a main display
|
2019-03-18 16:53:15 +00:00 |
|
juce_mac_FileChooser.mm
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_mac_MainMenu.mm
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_mac_MouseCursor.mm
|
Removed a redundant method and did some minor tidying
|
2018-10-15 11:53:06 +01:00 |
|
juce_mac_NSViewComponentPeer.mm
|
Revert "macOS: Don't apply backing scale factor when using the CoreGraphics renderer"
|
2019-03-26 11:42:16 +00:00 |
|
juce_mac_Windowing.mm
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_MultiTouchMapper.h
|
Fixed some VS2013 compiler errors
|
2017-10-18 11:05:40 +01:00 |
|
juce_win32_DragAndDrop.cpp
|
Windows: Fixed a bug when using DragAndDropContainer in a plug-in after closing and re-opening
|
2019-02-06 11:01:57 +00:00 |
|
juce_win32_FileChooser.cpp
|
Windows: Fixed a focus ping-pong issue in the native file chooser when using a custom component
|
2018-12-03 14:21:51 +00:00 |
|
juce_win32_Windowing.cpp
|
Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers
|
2019-03-26 11:40:58 +00:00 |