This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-02-02 03:20:06 +00:00
Code
Activity
e73e1282c6
JUCE
/
modules
/
juce_gui_basics
/
native
History
Download ZIP
Download TAR.GZ
ed
09cc2e00d3
Fix a compiler error in commit
2fd19af
2018-07-20 08:41:39 +01:00
..
juce_android_ContentSharer.cpp
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
2018-05-14 18:15:06 +01:00
juce_android_FileChooser.cpp
juce_android_Windowing.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_common_MimeTypes.cpp
juce_ios_ContentSharer.cpp
Replaced all usage of ScopedPointer with std::unique_ptr
2018-04-19 20:27:47 +01:00
juce_ios_FileChooser.mm
Added an option to specify a parent component when creating a file chooser
2018-07-10 17:41:40 +01:00
juce_ios_UIViewComponentPeer.mm
iOS: Ensured that native file choosers also work in iOS apps
2018-07-05 16:33:31 +01:00
juce_ios_Windowing.mm
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_linux_FileChooser.cpp
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
juce_linux_X11_Windowing.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_mac_FileChooser.mm
Replaced all usage of ScopedPointer with std::unique_ptr
2018-04-19 20:27:47 +01:00
juce_mac_MainMenu.mm
Tidied up some more old typedefs
2018-05-11 14:44:51 +01:00
juce_mac_MouseCursor.mm
Implemented setIcon() in NSViewComponentPeer
2018-02-12 12:47:57 +00:00
juce_mac_NSViewComponentPeer.mm
macOS: Only apply recent gl fix to shared windows and not to all of them
2018-05-16 11:59:27 +01:00
juce_mac_Windowing.mm
Fix a compiler error in commit
2fd19af
2018-07-20 08:41:39 +01:00
juce_MultiTouchMapper.h
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
Made the Direct2D validate after painting
2018-05-19 11:42:48 +01:00