ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/x10.c
Revision 2.7
Sat Feb 22 02:07:29 2003 UTC (22 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.6: +0 -0 lines
FILE REMOVED
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 20:03:02 1997 UTC (27 years, 5 months ago) by gregl
Branch: MAIN
Changes since 2.5: +14 -15 lines
Diff to previous 2.5 , to selected 1.3
created erract structure containing error messages and actions

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 15:50:00 1994 UTC (30 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -1 lines
Diff to previous 2.4 , to selected 1.3
changed GAMMA to DISPLAY_GAMMA

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Sep 9 15:10:25 1994 UTC (30 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.3: +0 -1 lines
Diff to previous 2.3 , to selected 1.3
removed unneeded reference to ioctl.h

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 14:48:35 1993 UTC (31 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.2: +1 -1 lines
Diff to previous 2.2 , to selected 1.3
added math.h for atof() usage

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 13:32:31 1992 UTC (32 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.1: +7 -1 lines
Diff to previous 2.1 , to selected 1.3
added code to get GAMMA environment variable

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 17:09:36 1991 UTC (33 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.29: +0 -0 lines
Diff to previous 1.29 , to selected 1.3
updated revision number for release 2.0

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 12:19:46 1990 UTC (34 years, 10 months ago) by greg
Branch: MAIN
Changes since 1.28: +8 -8 lines
Diff to previous 1.28 , to selected 1.3
fixed command line initialization in x_clear()

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Mar 12 11:08:46 1990 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 , to selected 1.3
fixed function predeclarations for fussy compilers

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 09:14:15 1990 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.26: +6 -4 lines
Diff to previous 1.26 , to selected 1.3
minor change to flushing in x_comout()

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 08:55:18 1990 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25 , to selected 1.3
increased minimum window width to equal minimum height

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 11:46:20 1990 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.24: +13 -16 lines
Diff to previous 1.24 , to selected 1.3
added explicit flush call to drivers

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 18:17:56 1990 UTC (35 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.23: +11 -12 lines
Diff to previous 1.23 , to selected 1.3
fixed initialization of gwidth and gheight

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 11:37:48 1990 UTC (35 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.22: +7 -4 lines
Diff to previous 1.22 , to selected 1.3
fixed bug where drivers would send commands inappropriately

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 09:47:21 1990 UTC (35 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.21: +4 -3 lines
Diff to previous 1.21 , to selected 1.3
changed allocation and freeing of color table slightly

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 10:04:30 1990 UTC (35 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 , to selected 1.3
changed call to XCreate()

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 09:07:03 1990 UTC (35 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 , to selected 1.3
changed inpready updating in getkey()

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 14:45:05 1990 UTC (35 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.18: +27 -24 lines
Diff to previous 1.18 , to selected 1.3
added window resizing

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 13:38:41 1990 UTC (35 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.17: +43 -14 lines
Diff to previous 1.17 , to selected 1.3
Changed handling of view parameters

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Oct 25 17:17:09 1989 UTC (35 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.16: +23 -21 lines
Diff to previous 1.16 , to selected 1.3
changed x_clear() to resize rather than recreate window

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Oct 25 15:37:24 1989 UTC (35 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 , to selected 1.3
modified interface to independent drivers

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Oct 4 09:18:54 1989 UTC (35 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.14: +2 -4 lines
Diff to previous 1.14 , to selected 1.3
Changed new_ctab() error handling

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 14:06:56 1989 UTC (35 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.13: +5 -6 lines
Diff to previous 1.13 , to selected 1.3
Changed calling conventions slightly and added custom color map.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 13:02:57 1989 UTC (35 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.12: +15 -35 lines
Diff to previous 1.12 , to selected 1.3
Improved color table allocation, second cut.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Oct 2 17:12:39 1989 UTC (35 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.11: +35 -88 lines
Diff to previous 1.11 , to selected 1.3
New adaptive color allocation scheme for rview

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 13:23:59 1989 UTC (35 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.10: +1 -13 lines
Diff to previous 1.10 , to selected 1.3
Added word erase and allowed ^H or ^?, ^U or ^X in editline.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 13:22:52 1989 UTC (35 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.3
Reduced WFLUSH, since change in direct calculation reduces rays

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jun 2 17:21:26 1989 UTC (35 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 , to selected 1.3
Changed WFLUSH value and added output to flush so rview would
die with X-windows when the server was killed and rview iconified

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue May 30 09:53:10 1989 UTC (35 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.7: +5 -8 lines
Diff to previous 1.7 , to selected 1.3
QLength() macro doesn't seem to work, unfortunately

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat May 27 09:18:45 1989 UTC (35 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6 , to selected 1.3
Changed input checking procedure

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri May 26 10:27:18 1989 UTC (35 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 , to selected 1.3
reinstated flush in command line output

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu May 25 19:33:19 1989 UTC (35 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.4: +2 -5 lines
Diff to previous 1.4 , to selected 1.3
eliminated duplication of standard error output and assoc. problems

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu May 25 14:59:05 1989 UTC (35 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
added comments on event processing

Revision 1.3 - (view) (download) (annotate) - [selected]
Thu May 25 14:53:13 1989 UTC (35 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Fixed x_comout so it doesn't process pending input

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Apr 10 20:01:30 1989 UTC (36 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 , to selected 1.3
changed cannot open error message

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 10:41:50 1989 UTC (36 years, 3 months ago) by greg
Branch: MAIN
Diff to selected 1.3
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a