.. |
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()
|
5 years ago |
juce_linux_Messaging.cpp
|
Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed
|
5 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
|
7 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
|
7 years ago |
juce_win32_Messaging.cpp
|
Windows: Refactored the internal message queue to avoid hitting the message limit
|
5 years ago |
juce_win32_WinRTWrapper.cpp
|
WinRT: Added a dedicated ComPtr class
|
6 years ago |
juce_win32_WinRTWrapper.h
|
WinRT: Added a dedicated ComPtr class
|
6 years ago |