Powered by Apache

CVS log for OpenXM/src/cfep/MyOpenGLController.h

[BACK] Up to [local] / OpenXM / src / cfep

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3 / (download) - annotate - [selected], Thu Oct 18 04:59:45 2018 UTC (5 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

changes for Xcode 10.0

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 7 11:15:23 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.1: +11 -0 lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)

1. Added the following new OpenGL commands.
  cfep.glib_init_send("0; [glClearColor,0.0,0.5,0.5,0.1]");
/* GL_COLOR_BUFFER_BIT 0x4000,  = 16384
   GL_DEPTH_BUFFER_BIT  0x100
*/
  cfep.glib_init_send("0; [glClear,(int)16384]");
  cfep.glib_send("0; [glColor4f,1.0,0,0,0]");
  cfep.glib_send("0; [glRectf,-0.5,-0.1,0.5,0.1]");
  cfep.glib_send("0; [glFlush]");
  cfep.glib_send("0;meta_showListOfOglComm");
  meta_removeLast, meta_removeAll, meta_removeLastInit, meta_removeAllInit
2.  small improvement of the interface of "goto next line".

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Mar 3 23:31:12 2006 UTC (18 years, 2 months ago) by takayama
Branch: TAKAYAMA
CVS Tags: RELEASE_0_9
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)

The initial release of cfep (cocoa front end view process for OpenXM engines).
It has been built and tested on Mac OS X 10.4 (tigers) and xcode 2.2.
The default engine is risa/asir.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 3 23:31:12 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Diff to selected 1.3 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>