1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_events
2014-08-05 10:34:27 +01:00
..
broadcasters 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. 2014-07-16 21:33:11 +01:00
interprocess Added a timeout value to the ChildProcessSlave and ChildProcessMaster classes. 2014-08-05 10:34:27 +01:00
messages Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers. 2014-08-03 18:00:14 +01:00
native Extra safeguards against things that can happen during the win32 PeekMessage call 2014-05-16 11:37:04 +01:00
timers Removed some Timer debugging code that wasn't really very useful. 2014-03-14 17:54:17 +00:00
juce_events.cpp New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 2014-02-09 11:11:28 +00:00
juce_events.h New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 2014-02-09 11:11:28 +00:00
juce_events.mm 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
juce_module_info Version number update 2014-07-13 19:42:44 +01:00