2007-01-02 21:28:27 +00:00
|
|
|
David 2 Jan 2007
|
|
|
|
- make disk pie charts work on Linux
|
2006-12-29 21:55:23 +00:00
|
|
|
(from Frank Weiler)
|
|
|
|
|
|
|
|
clientgui/
|
2007-01-02 21:28:27 +00:00
|
|
|
wxPieCtrl.cpp
|
2007-01-02 23:01:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
Reinhard 2 Jan 2007
|
|
|
|
- install lib/common_defs.h
|
|
|
|
|
|
|
|
lib/
|
|
|
|
Makefile.am
|
2007-01-02 23:36:46 +00:00
|
|
|
|
|
|
|
Charlie 2 Jan 2007
|
|
|
|
- MGR: Fix 2 compiler warnings caused by to actual coding errors.
|
|
|
|
- Mac: Add new files BOINCGridCtrl.cpp,.h, ViewTransfersGrid.cpp,.h,
|
|
|
|
ViewWorkGrid.cpp,.h to XCode project.
|
|
|
|
|
|
|
|
clientgui/
|
|
|
|
cs_account.C
|
|
|
|
ViewTransfersGrid.cpp
|
|
|
|
mac_build/
|
|
|
|
boinc.xcodeproj/
|
|
|
|
project.pbxproj
|
2007-01-03 16:18:43 +00:00
|
|
|
|
|
|
|
Rytis 3 Jan 2007
|
|
|
|
- User web:
|
|
|
|
- Add optional 3rd element to project news file (title)
|
|
|
|
- Certificate now shows DEFINEd project name
|
|
|
|
- Front page now styled with CSS
|
|
|
|
|
|
|
|
html/
|
|
|
|
user/
|
|
|
|
cert.php
|
|
|
|
sample_index.php
|
|
|
|
sample_rss_main.php
|
|
|
|
white.css
|
|
|
|
inc/
|
|
|
|
news.inc
|
|
|
|
util.inc
|
|
|
|
project.sample/
|
|
|
|
project_news.inc
|
2007-01-03 19:12:53 +00:00
|
|
|
|
|
|
|
Matt 3 Jan 2007
|
|
|
|
- added separate UOTD_ADMIN_EMAIL address in project.inc
|
|
|
|
so user of the day running low messages don't go to moderators
|
|
|
|
|
|
|
|
html
|
|
|
|
inc/
|
|
|
|
uotd.inc
|
|
|
|
project.sample/
|
|
|
|
project.inc
|
2007-01-04 11:37:00 +00:00
|
|
|
|
|
|
|
Reinhard 4 Jan 2007
|
|
|
|
- applied Bernd's patch:
|
|
|
|
* restore extern "C" protection to graphics_api.h, for ANSI-C projects
|
|
|
|
* include boinc_api.h in graphics_impl.C to declare worker_thread_handle()
|
|
|
|
* remove garbage from graphics_lib.C to allow compilation under _WIN32 and __APPLE__
|
|
|
|
|
|
|
|
api/
|
|
|
|
graphics_api.h
|
|
|
|
graphics_impl.C
|
|
|
|
graphics_lib.C
|