boinc/checkin_notes

77 lines
1.6 KiB
Plaintext

David 7 April 2006
- extended upper_case so that it draws graphics
(text, image, bouncing ball)
NOTE: to get this to work, you have to put in your build dir:
- file called "logo.jpg" (the image)
- Helvetica.txf
- a file called "in" (any old text)
- added text functions to library
uppercase/
upper_case.C
win_build/
libboincapi.vcproj
Charlie 11 April 2006
- Mac: updated XCode project for upper_case
mac_build/
UpperCase.xcodeproj/
project.pbxproj
David 12 Apr 2006
- split out graphics code into separate file
uppercase/
uc_graphics.C (new)
upper_case.C
win_build/
upper_case.vcproj
David 13 Apr 2006
- got graphics to work under Linux; added a Makefile
uppercase/
Makefile (new)
README (new)
upper_case.C
David 13 Apr 2006
- handle mouse events
uppercase/
uc_graphics.C
David 21 Apr 2006
- resolve logo filename
uppercase/
uc_graphics.C
upper_case.C
Charlie 27 April 2006
- Mac: updated XCode project for upper_case, fixed
jconfig.h to be cross-platform. upper_case now
works fully on Intel and PowerPC Macs.
jpeglib/
jconfig.h
mac_build/
UpperCase.xcodeproj/
project.pbxproj
David 29 Apr 2006
- use project preferences (<color_scheme>) for graphics color
- remove -exit, -signal options from upper_case
uppercase/
uc_graphics.C
upper_case.C
David 1 May 2006
- implement boinc_reread_prefs()
uppercase/
uc_graphics.C