1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_gui_basics/native
2017-11-22 14:03:42 +00:00
..
juce_android_FileChooser.cpp FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user 2017-11-22 14:03:42 +00:00
juce_android_Windowing.cpp Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 2017-11-20 10:56:08 +00:00
juce_common_MimeTypes.cpp Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers 2017-11-20 10:56:08 +00:00
juce_ios_FileChooser.mm FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user 2017-11-22 14:03:42 +00:00
juce_ios_UIViewComponentPeer.mm Fixed an issue with stuck touches when a component peer was closed on a mouse down event 2017-10-12 12:42:08 +01:00
juce_ios_Windowing.mm PushNotifications: compile out any PN code on iOS if PNs are not enabled. 2017-10-27 16:51:34 +02:00
juce_linux_FileChooser.cpp FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user 2017-11-22 14:03:42 +00:00
juce_linux_X11.cpp When opening an X display, made it attempt a retry if the first attempt fails. 2017-10-11 09:10:13 +01:00
juce_linux_X11.h When opening an X display, made it attempt a retry if the first attempt fails. 2017-10-11 09:10:13 +01: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 Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
juce_mac_FileChooser.mm FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user 2017-11-22 14:03:42 +00:00
juce_mac_MainMenu.mm Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag 2017-10-09 15:39:22 +01:00
juce_mac_MouseCursor.mm Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds 2017-11-02 14:54:11 +00:00
juce_mac_NSViewComponentPeer.mm Tweaked the OSX drag-and-drop flags to use just NSDragOperationGeneric rather than also specifying NSDragOperationCopy and NSDragOperationMove, as this seemed to cause problems with some other apps 2017-10-13 17:07:43 +01:00
juce_mac_Windowing.mm Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 2017-11-01 17:41:06 +00:00
juce_MultiTouchMapper.h Fixed some VS2013 compiler errors 2017-10-18 11:05:40 +01:00
juce_win32_DragAndDrop.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_win32_FileChooser.cpp FileChoosers: Added a file-chooser save mode where the caller already supplies a temporary file which should be saved. JUCE will automatically move the temporary file to the location selected by the user 2017-11-22 14:03:42 +00:00
juce_win32_Windowing.cpp Added an assertion if you try to create a MouseCursor with a hotspot that's outside the image bounds 2017-11-02 14:54:11 +00:00