Tom Poole
|
3c0ccda6a5
|
macOS: Cleaned up old 10.6 support ifdefs
|
2019-04-05 10:05:21 +01:00 |
|
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
ed
|
e5d1e0008e
|
Allow mouse events to pass to FilePreviewComponent in native file choosers
|
2018-11-30 14:28:06 +00:00 |
|
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
2018-10-24 16:20:45 +01:00 |
|
jules
|
d9c0f9f082
|
Updated a deprecated OSX symbol
|
2018-10-19 11:28:46 +01:00 |
|
Tom Poole
|
81e206f963
|
MacOS: Fixed a bug parsing local file URLs containing URL escape characters
|
2018-10-04 11:28:59 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
2018-01-10 14:49:57 +00:00 |
|
Tom Poole
|
3c370259a9
|
Fixed an issue with the FileChooser prepending "/localhost" to paths
|
2017-12-21 12:17:15 +00:00 |
|
Tom Poole
|
3519de9a22
|
A more careful assertion about allowed file type filters in MacOS FileChoosers
|
2017-12-21 10:58:44 +00:00 |
|
Tom Poole
|
43cff0ce48
|
Updated the documentation to include a MacOS caveat to the FileChooser
|
2017-12-19 19:18:40 +00:00 |
|
jules
|
6a49d6efdc
|
Minor tidying up
|
2017-11-29 17:33:00 +00:00 |
|
Lukasz Kozakiewicz
|
5358756d58
|
FileChooser: misc fixes and improvements to iOS and Android file choosers.
|
2017-11-29 16:46:38 +01:00 |
|
hogliux
|
df8fc9b910
|
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 |
|
hogliux
|
7e23bf28ae
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
2017-11-20 10:56:08 +00:00 |
|
jules
|
eda613c6db
|
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 |
|
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
2017-06-30 16:08:51 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
hogliux
|
9629de32bb
|
Add treatFilePackagesAsDirectories flag to native FileChooser
|
2016-02-09 09:44:31 +00:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
8b3935f121
|
Added support for extra info panels in OSX native file choosers.
|
2015-01-29 14:18:55 +00:00 |
|
jules
|
7e8cc2734d
|
Some workarounds for people still using the 10.5 SDK
|
2014-11-02 20:40:48 +00:00 |
|
jules
|
506ed2663f
|
Workaround for old versions of Xcode.
|
2014-10-29 14:47:31 +00:00 |
|
jules
|
61bf9392d0
|
Cleaned up a few OSX 10.10 deprecated functions.
|
2014-10-28 10:29:01 +00:00 |
|
jules
|
e0491d4574
|
Added support a flag JUCE_DISABLE_NATIVE_FILECHOOSERS which is pretty self-explanatory.
|
2014-03-25 17:30:26 +00:00 |
|
jules
|
c62da6c983
|
Cleaned up some pedantic warnings in the iOS build.
|
2013-10-01 12:55:44 +01:00 |
|
jules
|
42aa27900b
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
2013-09-07 09:43:45 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
2013-03-21 18:33:01 +00:00 |
|
jules
|
13c03e6228
|
Replaced some OSX 10.8 deprecated functions. Also a fix for the OSX recently-used menu.
|
2013-03-08 12:01:46 +00:00 |
|
jules
|
d273693ce2
|
OSX file chooser fix.
|
2013-02-14 17:53:29 +00:00 |
|
jules
|
f0618a1095
|
OSX file chooser fix.
|
2013-02-09 15:21:19 +00:00 |
|
jules
|
7dafc1e836
|
Fix for sandboxed OSX filechoosers.
|
2013-02-07 09:52:19 +00:00 |
|
jules
|
7a3453f48b
|
Minor clean-ups.
|
2012-12-31 19:10:54 +00:00 |
|
jules
|
7d953a629d
|
OSX modal behaviour fix.
|
2012-09-07 18:52:30 +01:00 |
|
jules
|
6e631bceb1
|
OSX filechooser modality fix.
|
2012-09-06 11:03:17 +01:00 |
|
jules
|
d6848d3bb1
|
Small AAX fix, and plugin file-chooser fix.
|
2012-08-30 21:53:01 +01:00 |
|
jules
|
4253bacb6a
|
Removed some compiler warnings, fix for OSX file chooser modality.
|
2012-07-09 10:16:51 +01:00 |
|
jules
|
ec67783251
|
Fix for disappearing Apple extras menu items when showing native file choosers.
|
2012-06-14 13:57:38 +01:00 |
|
jules
|
07a774adcc
|
Fix for GCC syntax problem.
|
2012-05-31 09:01:39 +01:00 |
|
jules
|
dab9295611
|
Minor refactoring of obj-C internals.
|
2012-05-30 14:35:40 +01:00 |
|
jules
|
ac1d6955e7
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
2012-05-29 10:30:41 +01:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
aff5fea6b4
|
Minor introjucer clean-ups.
|
2012-01-22 10:04:19 +00:00 |
|
jules
|
ffaa06c3d0
|
XML parser fix. Mac filechooser fix.
|
2012-01-21 09:10:06 +00:00 |
|
jules
|
fb9af90b61
|
Updatesfor OSX 10.7 compatibility.
|
2011-11-22 12:13:16 +00:00 |
|
jules
|
5435bfcb26
|
win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix.
|
2011-11-07 17:24:22 +00:00 |
|
jules
|
fce514266e
|
Refactored the linux Freetype font code and native file chooser (via zenity).
|
2011-09-25 21:33:38 +01:00 |
|