Powered by Apache

CVS log for OpenXM/src/cfep/cfep.xcodeproj/nobuki.pbxuser

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Fri Jul 15 22:57:34 2011 UTC (12 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD
Changes since 1.11: +6 -7 lines
Diff to previous 1.11 (colored)

Removed the check of the installation of xcode, because ox_cpp is used.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 24 07:54:04 2008 UTC (15 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.10: +31 -23 lines
Diff to previous 1.10 (colored)

Added a test code to use
  [self mouseUp: theEvent]

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 7 06:04:55 2007 UTC (16 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.9: +17 -17 lines
Diff to previous 1.9 (colored)

Check if there exist /usr/X11R6/bin/X and /usr/bin/gcc.
If they are not installed, a warning dialog will show up.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 29 07:51:00 2007 UTC (16 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +3 -27 lines
Diff to previous 1.8 (colored)

Changes to build packages on Intel Mac without the fink package.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Sep 29 05:49:24 2007 UTC (16 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.7: +30 -24 lines
Diff to previous 1.7 (colored)

Merging changes of cfep in misc-2006/05/cfep-i into OpenXM/src/cfep.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 12 07:09:52 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.6: +28 -10 lines
Diff to previous 1.6 (colored)

cfep version 1.1 is ready.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 11 12:56:43 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.5: +12 -36 lines
Diff to previous 1.5 (colored)

1. Added glVertex2f.
2. Final cosmetic changes for the cfep release 1.1.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 10 11:48:01 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.4: +50 -26 lines
Diff to previous 1.4 (colored)

1. Improved error messages.
2. Added new selctor outputBorderLine:
3. Added new OpenGL commands glDisable, glEnable, glLineStipple, glLineWidth, glNormal3f.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 8 04:58:15 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.3: +28 -46 lines
Diff to previous 1.3 (colored)

1.Bug fix of meta_removeAllInit.
2. glib_clear(), glib_remove_last(), glib_set_pixel_size() are introduced (only cfep for now).

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 7 11:15:23 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.2: +63 -63 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Mon Mar 6 08:55:31 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.1: +54 -36 lines
Diff to previous 1.1 (colored)

In the cfep pretty printmode, each result is typeset by tex and displayed
on the cfep window.
cf.
print_png_form2() (asir-contrib).
[self setPrettyPrint: sender] (cfep).
!cfep_png; (ox_texmacs).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Mar 3 23:31:12 2006 UTC (18 years, 3 months ago) by takayama
Branch: TAKAYAMA
CVS Tags: RELEASE_0_9
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (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, 3 months ago) by takayama
Branch: MAIN

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>