svn path=/trunk/boinc/; revision=12650

This commit is contained in:
Charlie Fenton 2007-05-11 06:05:12 +00:00
parent 09792afa36
commit 693d450a17
1 changed files with 13 additions and 0 deletions

View File

@ -4813,3 +4813,16 @@ Rom 10 May 2007
app.h
lib/
common_defs.h
Charlie 10 May 2007
- One more rework of Mac PieCtrl following Frank Weiler's suggestions.
Eliminated wxPieCtrlLegend class completely, integrated legend
drawing into the PieCtrl class itself, greatly simplifying it.
- Mac only: create CViewResources::GetViewRefreshRate() to update
PieCtrl only every 10 seconds to reduce CPU overhead instead of
doing it with a counter in CViewResources::OnListRender().
clientgui/
ViewResources.cpp, h
common/
wxPieCtrl.cpp, h