From a340b074745e67ec8f218be7b9b1e88781740ee3 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 20 Dec 2007 02:06:44 +0000 Subject: [PATCH] Mac: Use generic wxListCtrl to fix bug in wx2.8.7 RefreshItem(); use localtime_r and fmtime_r in wxWidgets and eliminate compiler warnings svn path=/trunk/boinc/; revision=14422 --- checkin_notes | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 27b91e8280..8195ff7b26 100644 --- a/checkin_notes +++ b/checkin_notes @@ -12379,9 +12379,20 @@ David 19 Dec 2007 sample_server_status.php Charlie 19 Dec 07 + - Mac: Use localtime_r and fmtime_r in wxWidgets and eliminate + compiler warnings - Mac: make build scripts more robust. - + - Mac: Work around bug in wxMac-2.8.7 implementation of wxListCtrl::RefreshItem() + which does not update the display. The default wxListCtrl in wxMac-2.8.7 + uses DataBrowser, but allows us to select the traditional generic implementation + with a wxSystemOptions::SetOption() call. + + clientgui/ + BOINCGUIApp.cpp + stdwx.h mac_build/ + boinc.xcodeproj/ + project.pbxproj buildcurl.sh buildjpeg.sh BuildMacBOINC.sh