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-07-31 09:11:04 +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 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 2014-07-24 14:03:40 +01:00
messages Added support for windows command line apps that want an event loop. 2014-07-31 09:11:04 +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