63 Commits (68fa0eaa191efdbcd379e8fbb27e3749efdaa087)

Author SHA1 Message Date
  jules afbec9cf3c Updates to avoid pedantic warnings in gcc. 11 years ago
  jules 3613542330 Updates to avoid pedantic warnings in gcc. 11 years ago
  jules 0217203b50 Fixed a problem when calling JUCEApplication::quit() from a background thread on OSX 11 years ago
  jules 726279be09 Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs. 11 years ago
  jules 05c68c28f3 Minor layout clean-ups. 11 years ago
  jules 92b01ad0b2 Added some extra safeguards against problems when running a headless linux app. 11 years ago
  jules 12ab881353 Minor clean-up. 11 years ago
  jules d3bca77a16 Additions needed for passing launch URLs to the command-line in OSX apps. 11 years ago
  jules 50a55b2e9c Avoided a few compiler warnings. 11 years ago
  jules 00c77194f6 Fix for an Android message-passing bug 11 years ago
  jules cee7a7e9db Fix for an Android message-passing bug 11 years ago
  jules 7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 11 years ago
  jules f2fbd391dc Minor clean-ups 11 years ago
  jules 6c50dda488 Extra safeguards against things that can happen during the win32 PeekMessage call 11 years ago
  jules 505bdcea88 Allowed JUCEApplicationBase::quit() to be called from non-message threads on OSX. 12 years ago
  jules d7fa79cca1 Rewrote some OSX code that had used an obj-C block, to keep the old 10.5 compilers happy. 12 years ago
  jules 5818b89b04 Altered the method by which plugin UIs re-post carbon keyboard events. 12 years ago
  jules c62da6c983 Cleaned up some pedantic warnings in the iOS build. 12 years ago
  jules d0629ab14e Improved always-on-top window detection. Cleaned up some old obj-C code. 12 years ago
  jules b093f47a8c Misc minor cleanups and comment fixes. 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 5918d039ce Added some "override" annotations. 12 years ago
  jules 96c234f8c5 Groundwork for desktop scaling. Added win32 calls to allow drag+drop in apps with lower permissions. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 3e628c816e Minor fixes for clang. 13 years ago
  jules e0a17ee70c Added an assertion when quitting on a background thread. 13 years ago
  jules ba2dc52b34 Made use of @autoreleasepool for clang builds. 13 years ago
  jules 823d0da856 Minor clean-ups 13 years ago
  jules 5c28d5b214 Tweaks to WASAPI device change handling. 13 years ago
  jules 242a461644 MemoryMappedAudioFormatReader fix. Removed a couple of warnings. 13 years ago
  jules 1a7250615a Audio device change detection fix for Windows 13 years ago
  jules e543949bda Minor clean-ups. 13 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 13 years ago
  jules d1757b5e8a Minor stuff. 13 years ago
  jules c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 13 years ago
  jules 8e8dc5667f Renamed a few old references to "iPhoneOS" as "iOS". 13 years ago
  jules 09fd0206dc OSX main menu fix. 13 years ago
  jules a7a16116d0 Linux: fixed dependency between juce_gui_basics and juce_events. 13 years ago
  jules 0033491cc8 Cleaned up some compiler warnings. 13 years ago
  jules 46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 13 years ago
  jules 710dec8a1e Handling win32 hide/show messages. 13 years ago
  jules 502af083aa Fixed a bug in Font::setUnderline(). 13 years ago
  jules 8a586adc8b On OSX, made sure popup menus are dismissed when the main menu is opened. 13 years ago
  jules 7875420076 Couple of 10.4 OSX fixes. 13 years ago
  jules 07a774adcc Fix for GCC syntax problem. 13 years ago
  jules dab9295611 Minor refactoring of obj-C internals. 13 years ago
  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. 13 years ago
  jules 2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 13 years ago
  jules 1f95f54089 Purged some warnings. 14 years ago