| .. |
|
juce_android_Messaging.cpp
|
Fixed some Android compiler warnings
|
6 years ago |
|
juce_ios_MessageManager.mm
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
|
juce_linux_EventLoop.h
|
Linux: Allow the event bit mask to be specified in LinuxEventLoop::registerFdCallback()
|
6 years ago |
|
juce_linux_Messaging.cpp
|
Replaced select() calls with poll()
|
6 years ago |
|
juce_mac_MessageManager.mm
|
Improved CPU efficiency of MessageManager::runDispatchLoopUntil() on OSX
|
6 years ago |
|
juce_osx_MessageQueue.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
juce_win32_HiddenMessageWindow.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
juce_win32_Messaging.cpp
|
Windows: Added an overflow buffer to the event loop to catch messages posted after hitting the PostMessage() limit
|
6 years ago |
|
juce_win32_WinRTWrapper.cpp
|
WinRT: Added a dedicated ComPtr class
|
7 years ago |
|
juce_win32_WinRTWrapper.h
|
WinRT: Added a dedicated ComPtr class
|
7 years ago |