1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

51 commits

Author SHA1 Message Date
jules
505bdcea88 Allowed JUCEApplicationBase::quit() to be called from non-message threads on OSX. 2013-11-28 10:01:21 +00:00
jules
d7fa79cca1 Rewrote some OSX code that had used an obj-C block, to keep the old 10.5 compilers happy. 2013-10-29 19:11:16 +00:00
jules
5818b89b04 Altered the method by which plugin UIs re-post carbon keyboard events. 2013-10-01 19:54:35 +01:00
jules
c62da6c983 Cleaned up some pedantic warnings in the iOS build. 2013-10-01 12:55:44 +01:00
jules
d0629ab14e Improved always-on-top window detection. Cleaned up some old obj-C code. 2013-09-23 13:41:36 +01:00
jules
b093f47a8c Misc minor cleanups and comment fixes. 2013-09-07 20:18:00 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
96c234f8c5 Groundwork for desktop scaling. Added win32 calls to allow drag+drop in apps with lower permissions. 2013-07-04 20:52:54 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +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
3e628c816e Minor fixes for clang. 2013-05-08 11:10:11 +01:00
jules
e0a17ee70c Added an assertion when quitting on a background thread. 2013-04-28 11:04:50 +01:00
jules
ba2dc52b34 Made use of @autoreleasepool for clang builds. 2013-03-21 18:33:01 +00:00
jules
823d0da856 Minor clean-ups 2013-03-21 10:37:19 +00:00
jules
5c28d5b214 Tweaks to WASAPI device change handling. 2013-03-03 11:55:02 +00:00
jules
242a461644 MemoryMappedAudioFormatReader fix. Removed a couple of warnings. 2013-02-26 13:02:22 +00:00
jules
1a7250615a Audio device change detection fix for Windows 2013-02-02 09:53:34 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
d1757b5e8a Minor stuff. 2012-11-20 19:33:40 +00:00
jules
c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 2012-11-14 11:42:17 +00:00
jules
8e8dc5667f Renamed a few old references to "iPhoneOS" as "iOS". 2012-11-13 18:28:55 +00:00
jules
09fd0206dc OSX main menu fix. 2012-11-12 21:22:18 +00:00
jules
a7a16116d0 Linux: fixed dependency between juce_gui_basics and juce_events. 2012-09-24 16:59:14 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
710dec8a1e Handling win32 hide/show messages. 2012-09-17 10:03:02 +01:00
jules
502af083aa Fixed a bug in Font::setUnderline(). 2012-07-11 09:44:10 +01:00
jules
8a586adc8b On OSX, made sure popup menus are dismissed when the main menu is opened. 2012-07-10 17:27:11 +01:00
jules
7875420076 Couple of 10.4 OSX fixes. 2012-06-17 18:51:52 +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
2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 2012-05-27 22:05:21 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
351416c09a Tidied up some docs and comments. 2012-04-03 11:36:31 +01:00
jules
53c0436d71 Android fixes. OSX fix for old SDKs. 2012-03-29 12:40:14 +01:00
jules
e905f52014 More internal message class refactoring/decoupling. 2012-03-24 18:37:44 +00:00
jules
31209dadfc Simplified some message-handling code. 2012-03-24 11:38:05 +00:00
jules
8f9549a4a7 OpenGL fix. 2012-03-02 10:53:04 +00:00
jules
d3d391ae7f Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. 2012-02-20 17:21:49 +00: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
39f12d3cc6 Fix for win32 window confusion when running multiple juce apps. 2011-12-09 10:18:46 +00:00
jules
f29aa4c468 Changed the OSX folder used for interprocess lock files. Fixed the JUCE_CATCH_UNHANDLED_EXCEPTIONS flag. 2011-12-06 20:17:57 +00:00
jules
bd7c046f76 Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 2011-10-04 12:13:30 +01:00
jules
fce514266e Refactored the linux Freetype font code and native file chooser (via zenity). 2011-09-25 21:33:38 +01:00
Julian Storer
52a90374df AU path fix. Minor tweaks. Version number bump. 2011-09-23 15:36:04 +01:00
Julian Storer
d86d68446c RTAS mac window position fix. Introjucer fixes for Windows. 2011-08-23 15:02:11 +01:00
Julian Storer
4808d9c318 Hard-coded some juce namespace declarations. 2011-08-13 21:13:50 +01:00