[Gcblue-commits] gcb_wx/docs CHANGES.txt,1.36,1.37
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-10-02 22:42:12
|
Update of /cvsroot/gcblue/gcb_wx/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13659/docs Modified Files: CHANGES.txt Log Message: Changes related to GDI+ replacement Index: CHANGES.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/CHANGES.txt,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** CHANGES.txt 14 Sep 2004 02:01:44 -0000 1.36 --- CHANGES.txt 2 Oct 2004 22:41:32 -0000 1.37 *************** *** 1,9 **** CHANGES ! 0.6 --------------------------------------------------------------------- *** 2004-09-13 Dewitt Colclough *** - Initial 3D window commit *** 2004-09-06 Dewitt Colclough *** - Added object 3D display to start screens --- 1,21 ---- CHANGES ! ! 0.6.1 --------------------------------------------------------------------- + *** 2004-10-02 Dewitt Colclough *** + - Created 3D window class derived from wxWindow to encapsulate 3D window + functions. + - Ported the remainder of the start screen windows. + + *** 2004-09-21 Dewitt Colclough *** + - Ported start screens to use new 3D window, replacing GDI+ + *** 2004-09-13 Dewitt Colclough *** - Initial 3D window commit + + 0.6 + --------------------------------------------------------------------- *** 2004-09-06 Dewitt Colclough *** - Added object 3D display to start screens |