| .. |
|
juce_android_FileChooser.cpp
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
juce_android_Windowing.cpp
|
Added in-app purchase feature to JUCE
|
2017-08-09 20:15:17 +01:00 |
|
juce_ios_UIViewComponentPeer.mm
|
iOS: Always assume that your main view is in focus if you are running as an app extension
|
2017-07-10 17:34:16 +01:00 |
|
juce_ios_Windowing.mm
|
Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer
|
2017-07-11 12:54:12 +01:00 |
|
juce_linux_FileChooser.cpp
|
Linux: continue servicing the message loop while a file browser modal component is open (fixes #177)
|
2017-05-09 12:43:08 +01:00 |
|
juce_linux_X11.cpp
|
Cleanups to some X windowing classes
|
2017-05-22 15:52:26 +01:00 |
|
juce_linux_X11.h
|
Cleanups to some X windowing classes
|
2017-05-22 15:52:26 +01:00 |
|
juce_linux_X11_Clipboard.cpp
|
Cleanups to some X windowing classes
|
2017-05-22 15:52:26 +01:00 |
|
juce_linux_X11_Windowing.cpp
|
Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks
|
2017-07-31 12:12:53 +01:00 |
|
juce_mac_FileChooser.mm
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
2017-06-30 16:08:51 +01:00 |
|
juce_mac_MainMenu.mm
|
Fixed a problem with the Mac main menu bar showing menus in the wrong position
|
2017-05-24 14:37:30 +01:00 |
|
juce_mac_MouseCursor.mm
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
juce_mac_NSViewComponentPeer.mm
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
2017-07-19 12:08:47 +01:00 |
|
juce_mac_Windowing.mm
|
Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer
|
2017-07-11 12:54:12 +01:00 |
|
juce_MultiTouchMapper.h
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
juce_win32_DragAndDrop.cpp
|
Added a sourceComponent parameter to the performExternalDragDropOfFiles/performExternalDragDropOfText methods of DragAndDropContainer
|
2017-07-11 12:54:12 +01:00 |
|
juce_win32_FileChooser.cpp
|
Added File::isRoot()
|
2017-05-09 17:59:07 +01:00 |
|
juce_win32_Windowing.cpp
|
Defined some Windows touch API flags that were not defined when compiling using MinGW
|
2017-08-04 17:44:42 +01:00 |