185 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  jules 9e36c4ecca Added method Timer::startTimerHz 11 years ago
  jules 022b8b1722 Added method Timer::startTimerHz 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 89854c55b9 Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS 11 years ago
  jules df3e039bf9 Added a handy static method MessageManager::callAsync() which can asynchronously invoke a lambda on the message thread. 11 years ago
  jules de1d07090a Returning correct app failure codes if the app quits before finishing initialisation. 11 years ago
  jules 005f0be531 Better cleanup in MessageManagerLock to avoid spurious assertions when a lock fails on shutdown. 11 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 11 years ago
  jules 66d413c32b Minor clean-ups 11 years ago
  jules 99e8445b96 Version number update 11 years ago
  jules 7c61188bf9 Cleaned up a few places where four-char constants were used, to prevent warnings. 11 years ago
  jules 176da42e3d Added default value to child process timeout. 11 years ago
  jules df607bacdd Added a timeout value to the ChildProcessSlave and ChildProcessMaster classes. 11 years ago
  jules 1d9161d55e Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers. 11 years ago
  jules 31087226bc Minor tweak for console win32 builds. 11 years ago
  jules bdeb0765ea Added support for windows command line apps that want an event loop. 11 years ago
  jules ed7a262296 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 11 years ago
  jules 7b8ab7b503 Changed MessageBase::post() to return a bool to detect failure in the OS message queue (which can happen under stress on win32), and used this to avoid some messaging classes getting stuck. 11 years ago
  jules d2e1c7f679 Version number update 11 years ago
  jules f8e9a13f1d Version number update 11 years ago
  jules 619716751e Tweaked the ScopedJuceInitialiser_GUI to use reference-counting internally, and used it to replace/simplify some similar objects in the plugin wrapper classes. 11 years ago
  jules 1fb5d99dfd Documentation fix. 11 years ago
  jules 6c50dda488 Extra safeguards against things that can happen during the win32 PeekMessage call 11 years ago
  jules 4251a2437b Version number update 11 years ago
  jules 63db2bfeea Tweak to avoid problems compiling DLL builds. 11 years ago
  jules 42482fc5db Spelling fix. 11 years ago
  jules c577b04ccc Removed some Timer debugging code that wasn't really very useful. 11 years ago
  jules 7f9425058a Version number update 11 years ago
  jules 9ceb072b24 Spelling typos. 11 years ago
  jules d76f55e018 Updated some documenation. 11 years ago
  jules a3ea53c460 Version number update 11 years ago
  jules 90b573cf42 ChildProcessMaster fix. 11 years ago
  jules 802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 11 years ago
  jules 99276d4407 Refactored the base classes of InterprocessConnection 11 years ago
  jules d2532f4540 Version number update 11 years ago
  jules 7dd5c09826 Version number update 12 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 12 years ago
  jules 505bdcea88 Allowed JUCEApplicationBase::quit() to be called from non-message threads on OSX. 12 years ago
  jules cdacae9cbb Version 3.0.0 12 years ago
  jules 1113e17186 Version number update 12 years ago
  jules 12a8dd3092 Avoided some pedantic GCC warnings. 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 0de50d99a5 Version number update 12 years ago
  jules a204ea7ae8 Version number update 12 years ago
  jules 12bf054456 Version number update 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 5f9552c4ec Version number update 12 years ago
  jules 98f17ab4dc A few tweaks to support the MSVC DLL build. 12 years ago