David Anderson
7bdacec895
- API: debug the code for handling V5 graphics messages
...
in a V6 app (and launching/killing the graphics app)
- API: start timer thread even if in standalone mode
(needed to get timer callbacks for V6 graphics)
- API: remove BOINCSetForegroundWindow stuff
- API: call DestroyWindow instead of boinc_exit() in WM_CLOSE.
boinc_exit() is the wrong thing to call - e.g. it tries to delete
the lock file, resulting in a 5-sec delay on exit
svn path=/trunk/boinc/; revision=13679
2007-09-27 03:34:27 +00:00
Charlie Fenton
e8a4acda63
V6 screensaver shows graphics for both V5 and V6 applications.
...
svn path=/trunk/boinc/; revision=13670
2007-09-26 10:17:43 +00:00
Charlie Fenton
d269036df3
V6 GFX: Fix bug on OS 10.3.9
...
svn path=/trunk/boinc/; revision=13532
2007-09-04 07:40:18 +00:00
Charlie Fenton
3d437d904a
Create same shmem file name as for Windows, instead of "gfx_mmap_file
...
svn path=/trunk/boinc/; revision=13481
2007-08-29 01:26:57 +00:00
Charlie Fenton
25ec43a839
Implement memory-mapped files for shared memory
...
svn path=/trunk/boinc/; revision=13470
2007-08-27 12:29:00 +00:00
Charlie Fenton
e1681640ea
Implement
...
svn path=/trunk/boinc/; revision=13469
2007-08-27 12:27:48 +00:00
Charlie Fenton
5cd7cdbc04
Begin implementation of using memory-mapped files for shared memory
...
svn path=/trunk/boinc/; revision=13467
2007-08-27 09:17:38 +00:00
David Anderson
1d421c5a43
- debug version-6-style graphics on Unix
...
api/
Makefile
graphics2.h
graphics2_win.C
graphics2_util.C
graphics2_unix.C
lib/
shmem.h
svn path=/trunk/boinc/; revision=12737
2007-05-23 22:36:07 +00:00
David Anderson
90374052f2
- debug version 6-style graphics on Windows.
...
New example app works now!
api/
graphics2.C,h
graphics2_util.C
graphics2_win.C
lib/
util.C,h
svn path=/trunk/boinc/; revision=12735
2007-05-23 21:02:19 +00:00