Commit Graph

92 Commits

Author SHA1 Message Date
David Anderson f0d376e11b *** empty log message ***
svn path=/trunk/boinc/; revision=10352
2006-06-14 23:17:37 +00:00
Rom Walton f91c1401dc *** empty log message ***
svn path=/trunk/boinc/; revision=10285
2006-06-09 16:25:13 +00:00
Rom Walton d25690dba5 *** empty log message ***
svn path=/trunk/boinc/; revision=10265
2006-06-07 08:56:55 +00:00
Rom Walton aad7a928b2 *** empty log message ***
svn path=/trunk/boinc/; revision=10113
2006-05-08 18:35:56 +00:00
Rom Walton f74d8bd38a *** empty log message ***
svn path=/trunk/boinc/; revision=10072
2006-05-01 21:36:38 +00:00
Rom Walton 52c8ac6a06 *** empty log message ***
svn path=/trunk/boinc/; revision=9729
2006-03-26 20:06:37 +00:00
Rom Walton 41c81b238e *** empty log message ***
svn path=/trunk/boinc/; revision=9695
2006-03-21 12:04:14 +00:00
Rom Walton 0137d9f38d *** empty log message ***
svn path=/trunk/boinc/; revision=9632
2006-03-11 21:30:26 +00:00
Rom Walton 12ee0008ec *** empty log message ***
svn path=/trunk/boinc/; revision=9588
2006-03-02 08:28:23 +00:00
Rom Walton ec9b73480a *** empty log message ***
svn path=/trunk/boinc/; revision=9533
2006-02-23 07:54:11 +00:00
Eric J. Korpela d9ee426071 Added explicit includes of "config.h" in many files to enable use of compilers
without a -include command line option.

svn path=/trunk/boinc/; revision=8896
2005-11-21 18:34:44 +00:00
Reinhard Prix e395bb8c3d added missing header-file for 'get_window_title()'
svn path=/trunk/boinc/; revision=8679
2005-10-14 14:45:40 +00:00
David Anderson 270c583dcf app version in window title
svn path=/trunk/boinc/; revision=8663
2005-10-12 18:40:53 +00:00
Bruce Allen 4ad3fa47c1 Must remember to test code...
svn path=/trunk/boinc/; revision=8659
2005-10-12 02:23:19 +00:00
Bruce Allen fb2e676440 Add WU name to graphics window title.
TODO: add app_version_num to window title.
David or Rom, could you add app_version_num to struct APP_INIT_DATA?

svn path=/trunk/boinc/; revision=8658
2005-10-12 02:19:28 +00:00
Rom Walton 209f0d3199 *** empty log message ***
svn path=/trunk/boinc/; revision=8172
2005-09-26 11:29:28 +00:00
David Anderson f2d9aa4b8f *** empty log message ***
svn path=/trunk/boinc/; revision=8155
2005-09-23 20:59:39 +00:00
Rom Walton 98d879e1a7 *** empty log message ***
svn path=/trunk/boinc/; revision=8040
2005-09-16 23:28:28 +00:00
Rom Walton 340968387c *** empty log message ***
svn path=/trunk/boinc/; revision=8036
2005-09-16 18:16:49 +00:00
Rom Walton f151ae9306 *** empty log message ***
svn path=/trunk/boinc/; revision=6613
2005-07-14 16:46:38 +00:00
David Anderson 9f5adb0abc *** empty log message ***
svn path=/trunk/boinc/; revision=6404
2005-06-22 17:42:10 +00:00
Rom Walton 6d2b5ffe4e *** empty log message ***
svn path=/trunk/boinc/; revision=6214
2005-05-22 02:12:31 +00:00
Rom Walton d3a2bde2bb *** empty log message ***
svn path=/trunk/boinc/; revision=6154
2005-05-13 19:41:11 +00:00
Rom Walton 98f9ff82a7 *** empty log message ***
svn path=/trunk/boinc/; revision=6138
2005-05-13 00:33:04 +00:00
Rom Walton fa34b7ea25 *** empty log message ***
svn path=/trunk/boinc/; revision=6128
2005-05-11 23:04:45 +00:00
David Anderson 406ba65605 *** empty log message ***
svn path=/trunk/boinc/; revision=5994
2005-05-01 04:49:51 +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
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
Rom Walton ab98339572 *** empty log message ***
svn path=/trunk/boinc/; revision=4900
2004-12-19 04:27:02 +00:00
David Anderson 3db69edb05 *** empty log message ***
svn path=/trunk/boinc/; revision=4844
2004-12-14 19:23:46 +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
Rom Walton 8fc9c72171 *** empty log message ***
svn path=/trunk/boinc/; revision=4614
2004-11-21 04:18:26 +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
Rom Walton e8d025e215 *** empty log message ***
svn path=/trunk/boinc/; revision=4591
2004-11-18 06:57:37 +00:00
Rom Walton 2016961b3f *** empty log message ***
svn path=/trunk/boinc/; revision=4590
2004-11-18 06:38:30 +00:00
Rom Walton 62313de3b0 *** empty log message ***
svn path=/trunk/boinc/; revision=4588
2004-11-18 04:52:34 +00:00
Rom Walton dd3a9d06c9 *** empty log message ***
svn path=/trunk/boinc/; revision=4587
2004-11-18 04:09:10 +00:00
Rom Walton 960158bb84 *** empty log message ***
svn path=/trunk/boinc/; revision=4585
2004-11-18 01:52:07 +00:00
Rom Walton 17594cc118 *** empty log message ***
svn path=/trunk/boinc/; revision=4581
2004-11-17 20:06:44 +00:00
David Anderson 52da590b2d *** empty log message ***
svn path=/trunk/boinc/; revision=4580
2004-11-17 19:19:26 +00:00
Rom Walton 68586de632 *** empty log message ***
svn path=/trunk/boinc/; revision=4577
2004-11-17 09:27:06 +00:00
Rom Walton 83f2718d9b *** empty log message ***
svn path=/trunk/boinc/; revision=4561
2004-11-15 06:44:50 +00:00
Rom Walton 369fe9f965 *** empty log message ***
svn path=/trunk/boinc/; revision=4554
2004-11-14 08:29:32 +00:00
David Anderson 62c59a93cd *** empty log message ***
svn path=/trunk/boinc/; revision=4316
2004-10-11 23:57:07 +00:00
David Anderson 64c16988e0 *** empty log message ***
svn path=/trunk/boinc/; revision=3900
2004-07-19 19:40:06 +00:00
David Anderson 23ced2dce4 *** empty log message ***
svn path=/trunk/boinc/; revision=3898
2004-07-18 04:41:27 +00:00
Daniel Hsu 6f658cf837 *** empty log message ***
svn path=/trunk/boinc/; revision=3896
2004-07-16 21:10:15 +00:00
Karl Chen d6f5332131 *** empty log message ***
svn path=/trunk/boinc/; revision=3825
2004-07-09 15:12:17 +00:00
David Anderson 088cf484ca *** empty log message ***
svn path=/trunk/boinc/; revision=3812
2004-07-08 03:38:52 +00:00