| .. |
|
juce_android_ContentSharer.cpp
|
Android: Fixed some compiler warnings
|
2018-11-09 14:04:46 +00:00 |
|
juce_android_FileChooser.cpp
|
Add native content sharing support for iOS and Android
|
2017-12-11 16:08:01 +00:00 |
|
juce_android_Windowing.cpp
|
Android: Fixed some compiler warnings
|
2018-11-09 14:04:46 +00:00 |
|
juce_common_MimeTypes.cpp
|
Multiple spelling fixes
|
2018-08-20 18:16:24 +01: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
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
2018-08-10 16:37:52 +01:00 |
|
juce_ios_Windowing.mm
|
iOS: Added a dealloc routine to JuceAppStartupDelegate
|
2018-10-12 09:02:17 +01:00 |
|
juce_linux_FileChooser.cpp
|
FileChooser: misc fixes and improvements to iOS and Android file choosers.
|
2017-11-29 16:46:38 +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
|
Added some macros for asserting when functions are called in an unsafe manner outside the message thread.
|
2018-10-16 17:39:54 +01:00 |
|
juce_mac_FileChooser.mm
|
Fixed some Objective-C id -> auto* conversion warnings
|
2018-10-24 16:20:45 +01:00 |
|
juce_mac_MainMenu.mm
|
Fixed some Objective-C id -> auto* conversion warnings
|
2018-10-24 16:20:45 +01: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
|
MacOS: Fixed a crash hiding an NSView in Vienna Ensemble Pro
|
2018-10-29 09:52:28 +00:00 |
|
juce_mac_Windowing.mm
|
Fixed some Objective-C id -> auto* conversion warnings
|
2018-10-24 16:20:45 +01:00 |
|
juce_MultiTouchMapper.h
|
Fixed some VS2013 compiler errors
|
2017-10-18 11:05:40 +01:00 |
|
juce_win32_DragAndDrop.cpp
|
Made the DragAndDropContainer::performExternalDragDropOfFiles() and ::performExternalDragDropOfText() methods asynchronous on Windows so that behaviour is consistent across all platforms and updated the documentation to reflect this
|
2018-07-18 14:54:08 +01:00 |
|
juce_win32_FileChooser.cpp
|
Converted some old typedefs to using declarations
|
2018-05-03 09:59:05 +01:00 |
|
juce_win32_Windowing.cpp
|
Windows: Fixed a build error when JUCE_WIN_PER_MONITOR_DPI_AWARE=0
|
2018-10-30 14:14:45 +00:00 |