]> git.saurik.com Git - wxWidgets.git/commit
Add ProcessPendingEvents to wxApp::Yield which makes the code almost identical
authorDavid Elliott <dfe@tgwbd.org>
Fri, 19 Oct 2007 02:13:13 +0000 (02:13 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 19 Oct 2007 02:13:13 +0000 (02:13 +0000)
commit30cfcda5b541557c598726d272724e2ab1cee45a
tree03d7269624b1f83015c920c14e221ae4907f3f46
parent736fe67c66e0f5a552f3b45e13d288f5c650c46e
Add ProcessPendingEvents to wxApp::Yield which makes the code almost identical
to wxMSW's implementation save for using Cocoa instead of MSW.
Add a wxAutoNSAutoreleasePool around wxApp::WakeUpIdle so that calling it from
a thread does not leak the NSEvent.
Add several hundred lines of comments explaining the unique method that
wxCocoa uses to hook the underlying event loop and run loop so that wxCocoa
is able to provide things like wx idle events.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/app.mm