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
2013-04-14 10:14:24 +01:00
..
broadcasters Added an extra method to ListenerList. Handled zero-length binary data in var class. 2013-04-14 10:14:24 +01:00
interprocess Re-implemented NamedPipe, to make the win32 version better match the posix one. 2012-12-09 12:52:41 +00:00
messages Made use of @autoreleasepool for clang builds. 2013-03-21 18:33:01 +00:00
native Made use of @autoreleasepool for clang builds. 2013-03-21 18:33:01 +00:00
timers Workaround for mysterious timer message loss on linux. 2013-03-21 09:50:16 +00:00
juce_events.cpp 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
juce_events.h New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 2012-10-18 13:53:02 +01:00
juce_events.mm Added new module wrappers. 2011-08-15 19:41:17 +01:00
juce_module_info 2.0.38 2013-03-08 20:34:38 +00:00