.. |
juce_MultiTouchMapper.h
|
Fixed some VS2013 compiler errors
|
7 years ago |
juce_android_ContentSharer.cpp
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
7 years ago |
juce_android_FileChooser.cpp
|
Add native content sharing support for iOS and Android
|
7 years ago |
juce_android_Windowing.cpp
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
6 years ago |
juce_common_MimeTypes.cpp
|
Add native content sharing support for iOS and Android
|
7 years ago |
juce_ios_ContentSharer.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_ios_FileChooser.mm
|
Added an option to specify a parent component when creating a file chooser
|
6 years ago |
juce_ios_UIViewComponentPeer.mm
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
6 years ago |
juce_ios_Windowing.mm
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
6 years ago |
juce_linux_FileChooser.cpp
|
FileChooser: misc fixes and improvements to iOS and Android file choosers.
|
7 years ago |
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!
|
7 years ago |
juce_linux_X11.h
|
Add documentation tags
|
7 years ago |
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
|
7 years ago |
juce_linux_X11_Windowing.cpp
|
Migrate Linux windowing code to use new Displays class and ComponentPeer::ScaleFactorListener
|
6 years ago |
juce_mac_FileChooser.mm
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_mac_MainMenu.mm
|
Tidied up some more old typedefs
|
7 years ago |
juce_mac_MouseCursor.mm
|
Implemented setIcon() in NSViewComponentPeer
|
7 years ago |
juce_mac_NSViewComponentPeer.mm
|
macOS: Fixed a bug when de-minimising an always on top NSView
|
6 years ago |
juce_mac_Windowing.mm
|
Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining()
|
6 years ago |
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
|
6 years ago |
juce_win32_FileChooser.cpp
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_win32_Windowing.cpp
|
Windows: Fixed a warning when building with JUCE_WIN_PER_MONITOR_DPI_AWARE = 0
|
6 years ago |