David Anderson
19edb5c90c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7271
2005-08-11 18:47:57 +00:00
Charlie Fenton
3bba64674d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7005
2005-08-03 07:04:37 +00:00
David Anderson
c48886f0f8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6680
2005-07-19 18:47:51 +00:00
Rom Walton
278314ab98
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6675
2005-07-18 23:40:44 +00:00
Rom Walton
98e126e16b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6673
2005-07-18 23:09:43 +00:00
Rom Walton
f151ae9306
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6613
2005-07-14 16:46:38 +00:00
Charlie Fenton
62ef1e8107
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5929
2005-04-25 11:09:40 +00:00
David Anderson
e18a297017
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5625
2005-03-10 22:05:42 +00:00
David Anderson
1e2c3e1266
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5452
2005-02-16 23:30:29 +00:00
Eric J. Korpela
7450ffd910
There was a problem using dynamic allocations (with new) in many of the
...
graphics classes. In many places the code was written assuming default values
of 0, especially for pointers and booleans. While that's true in the case of
a static instance with the default constructors, it not generally true with
dynamic allocation unless the default constructor is replaced. Therefore I've
added constructors in the following classes/structs: MOVING_TEXT_PANEL, COLOR,
PROGRESS, PROGRESS_2D, TEXTURE_DESC, REDUCED_ARRAY.
This will be a problem is any are used from C code unless the constructors
declarations are enclosed in "#ifdef __cplusplus" blocks.
There was also a problem that showed up under Windows when dynamic allocations
were used. app_graphics_resize() gets called before app_graphics_init(). This
usually results in a crash since classes haven't yet been constructed. To work
around this I've added a case for WM_CREATE in the WndProc() which calls
app_graphics_init. Under windows this will get passed before WM_SIZE does.
svn path=/trunk/boinc/; revision=5395
2005-02-11 02:15:20 +00:00
David Anderson
435f8edd47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00
Bruce Allen
f31b244f90
Modified CVS id strings. After some fussing with different versions
...
of gcc to try and force them to not complain with -Wall but to always
include this, I decided to take a simpler approach. All these strings
now have global linkage. To prevent namespace conflicts they all
have different names. For the record, the variable extension is a hash made of the first ten characters of the md5sum of the file path, eg:
md5hash=`boinc/api/x_opengl.C | md5sum | cut -c 1-10`
svn path=/trunk/boinc/; revision=4979
2005-01-02 18:29:53 +00:00
David Anderson
308a867493
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4940
2004-12-26 06:08:11 +00:00
David Anderson
4e2d808e1b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4823
2004-12-11 05:55:55 +00:00
Bruce Allen
a24afe2b67
Moved RCSID strings to the end of all .c, .C and .cpp files as per
...
David's request.
svn path=/trunk/boinc/; revision=4787
2004-12-08 00:40:19 +00:00
Bruce Allen
45525eade1
- Added static volatile const char *BOINCrcsid="$Id$"; string to
...
the top of all .C files. This means that 'string' or 'ident'
run on an executable will tell you the exact file versions used
in building it, since CVS replaces $Id$ with a complete version ID
string. Declaration is volatile so that the compiler won't remove
it even under agressive optimizations.
svn path=/trunk/boinc/; revision=4610
2004-11-20 07:32:32 +00:00
David Anderson
e74adba4f7
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4582
2004-11-17 21:02:46 +00:00
David Anderson
31dc1aca3a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4527
2004-11-11 19:41:29 +00:00
Noaa Avital
32173ecca1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3930
2004-07-21 22:45:03 +00:00
Noaa Avital
fb23cccd7d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3885
2004-07-15 21:31:06 +00:00
Rom Walton
4ae25466c9
Fixed a typo
...
svn path=/trunk/boinc/; revision=3884
2004-07-15 20:49:27 +00:00
Karl Chen
afd778de8a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3863
2004-07-13 13:54:09 +00:00
Karl Chen
af36cbcbd8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3826
2004-07-09 15:29:18 +00:00
David Anderson
b3c3c60721
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3620
2004-06-17 00:05:18 +00:00
Rom Walton
746dc9a5a1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3546
2004-06-12 18:44:53 +00:00
David Anderson
2de0f5a1bb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3460
2004-05-27 23:46:07 +00:00
David Anderson
54e6050f0b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3407
2004-05-19 23:16:19 +00:00
David Anderson
57c3ef7297
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3386
2004-05-15 22:37:27 +00:00
David Anderson
b111e5e924
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3385
2004-05-15 22:09:26 +00:00
Rom Walton
d6d7f7c575
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3164
2004-03-25 18:59:43 +00:00
Rom Walton
06c039bb56
*** empty log message ***
...
svn path=/trunk/boinc/; revision=3034
2004-03-06 09:45:25 +00:00
David Anderson
7f9c68538c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2924
2004-01-23 19:03:40 +00:00
Karl Chen
1a9ea56977
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2826
2003-12-24 01:10:05 +00:00
Karl Chen
844305680d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2825
2003-12-24 00:56:48 +00:00
David Anderson
50e2c6cff2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2823
2003-12-24 00:50:51 +00:00
Eric Heien
c3b76a9f00
fixed typecast warnings
...
svn path=/trunk/boinc/; revision=2673
2003-11-23 00:58:54 +00:00
David Anderson
5af7fd626e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2616
2003-11-02 22:51:49 +00:00
David Anderson
5e2bc9d74b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2614
2003-10-31 22:37:46 +00:00
Oliver Wang
e5d891334a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2603
2003-10-29 21:46:00 +00:00
Oliver Wang
b08f15a1bd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2577
2003-10-27 17:44:28 +00:00
Oliver Wang
627d94da2b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2494
2003-10-16 23:31:43 +00:00
Oliver Wang
1bda0b0bc0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2493
2003-10-16 21:06:10 +00:00
Karl Chen
fed956310f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2489
2003-10-15 19:08:51 +00:00
David Anderson
f22f9db885
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2464
2003-10-15 00:01:58 +00:00
David Anderson
2f229d2f54
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2463
2003-10-14 23:40:50 +00:00
Oliver Wang
43e54a347d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2458
2003-10-14 22:30:52 +00:00
David Anderson
631bcab45d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2457
2003-10-14 20:37:02 +00:00
Oliver Wang
670cd036b9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2455
2003-10-14 00:16:38 +00:00
David Anderson
135b22e8cf
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2447
2003-10-13 00:41:02 +00:00
Oliver Wang
6853fb5acc
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2439
2003-10-10 23:36:19 +00:00