ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/x11.c
Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2, rad3R8
Changes since 2.31: +86 -47 lines
Diff to previous 2.31
Continued ANSIfication. There are only bits and pieces left now.

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 22:30:19 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.30: +5 -3 lines
Diff to previous 2.30
Eliminated copystruct() macro, which is unnecessary in ANSI.
Reduced ambiguity warnings for nested if/if/else clauses.

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:23 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.29: +1 -56 lines
Diff to previous 2.29
Replaced inline copyright notice with #include "copyright.h"

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.28: +81 -31 lines
Diff to previous 2.28
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.28 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 15:57:45 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 2.27: +1 -1 lines
Diff to previous 2.27
fixed bug in passing empty string to x11_comout()

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 20:03:02 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 2.26: +19 -21 lines
Diff to previous 2.26
created erract structure containing error messages and actions

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Tue Dec 5 10:54:39 1995 UTC (28 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.25: +2 -2 lines
Diff to previous 2.25
made initialization work for TrueColor visuals with depths < 24

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 20:20:37 1995 UTC (28 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.24: +14 -7 lines
Diff to previous 2.24
fixed x11d driver for POSIX source

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 14:18:34 1995 UTC (29 years ago) by greg
Branch: MAIN
Changes since 2.23: +9 -0 lines
Diff to previous 2.23
bug fix due in std_comin() with IC_READ

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 16:47:29 1994 UTC (29 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.22: +5 -0 lines
Diff to previous 2.22
added appropriate headers for Solaris (I hope)

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 11:22:20 1994 UTC (29 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.21: +6 -0 lines
Diff to previous 2.21
removed some code for Solaris (idiot OS)

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Wed Oct 26 10:04:15 1994 UTC (29 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.20: +7 -4 lines
Diff to previous 2.20
changed getcombuf() to tocombuf() for multiple commands

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Mon Oct 3 12:58:58 1994 UTC (29 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.19: +1 -0 lines
Diff to previous 2.19
added flush to std_comout()

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Mon Oct 3 11:01:23 1994 UTC (29 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.18: +24 -4 lines
Diff to previous 2.18
made x11d driver work with System V pipes

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 15:46:34 1994 UTC (29 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.17: +1 -1 lines
Diff to previous 2.17
changed GAMMA environment variable to DISPLAY_GAMMA

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 15:57:55 1994 UTC (29 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.16: +79 -28 lines
Diff to previous 2.16
added "x11d" driver for using stdin & stdout instead of command line

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 14:41:54 1994 UTC (29 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.15: +7 -7 lines
Diff to previous 2.15
minor improvements on last change

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Sep 9 16:16:06 1994 UTC (29 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.14: +14 -3 lines
Diff to previous 2.14
added ability to read commands from stdin
still a problem when image is all done!

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 11:33:02 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.13: +2 -1 lines
Diff to previous 2.13
added check for radiance.gamma resource from server

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 09:43:06 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.12: +2 -4 lines
Diff to previous 2.12
minor compiler warning fixes

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 14:48:52 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.11: +1 -1 lines
Diff to previous 2.11
added math.h for atof() usage

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon Mar 8 12:51:45 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.10: +4 -2 lines
Diff to previous 2.10
portability fixes

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Tue Mar 2 10:56:33 1993 UTC (31 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.9: +3 -5 lines
Diff to previous 2.9
fixed minor bug in mouse button handling

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Thu Feb 11 16:33:10 1993 UTC (31 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.8: +1 -1 lines
Diff to previous 2.8
reduced minimum graphics window height to half minimum width

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Sep 16 16:15:42 1992 UTC (31 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.7: +8 -5 lines
Diff to previous 2.7
test for unmapped window in 24-bit mode

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 25 13:32:47 1992 UTC (31 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.6: +2 -0 lines
Diff to previous 2.6
fixed minor oversight in freeing pixval array

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 09:12:50 1992 UTC (31 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.5: +9 -3 lines
Diff to previous 2.5
added code to get GAMMA from environment

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Jun 18 14:55:24 1992 UTC (31 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.4: +0 -1 lines
Diff to previous 2.4
fixed problem with creation of tty subwindow with no colormap

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Sat May 30 09:32:18 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.3: +17 -13 lines
Diff to previous 2.3
small modification to white/black assignment in 24-bit mode

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri May 29 15:42:49 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.2: +10 -6 lines
Diff to previous 2.2
fixed text and background color for 24-bit screens

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Fri May 29 10:57:15 1992 UTC (31 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.1: +31 -40 lines
Diff to previous 2.1
made to work with GrayScale screens

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 17:10:04 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.18: +0 -0 lines
Diff to previous 1.18
updated revision number for release 2.0

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 15:02:54 1991 UTC (32 years, 11 months ago) by greg
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17
added icon bitmap

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Dec 21 17:27:31 1990 UTC (33 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
minor compiler complaints

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jul 18 12:25:07 1990 UTC (33 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.15: +15 -7 lines
Diff to previous 1.15
added debugging for color routines

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 08:47:07 1990 UTC (33 years, 8 months ago) by greg
Branch: MAIN
Changes since 1.14: +7 -4 lines
Diff to previous 1.14
added temporary fix for DirectColor until I decide what to do

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Mar 12 11:08:48 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
fixed function predeclarations for fussy compilers

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Mar 9 09:17:30 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.12: +9 -11 lines
Diff to previous 1.12
changed order of windowing in x11_clear()

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Mar 8 10:09:58 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.11: +29 -14 lines
Diff to previous 1.11
put limit on minimum window resize

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Mar 8 09:47:23 1990 UTC (34 years ago) by greg
Branch: MAIN
Changes since 1.10: +5 -3 lines
Diff to previous 1.10
changed flushing in x11_comout()

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 15:05:26 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.9: +9 -6 lines
Diff to previous 1.9
changed call to XCreateWindow to support different visuals

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 10:08:01 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
improved flushing action

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 08:22:44 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.7: +10 -13 lines
Diff to previous 1.7
minor changes

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 14:50:38 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6
fixed handling of inpready

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 10:26:30 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.5: +101 -28 lines
Diff to previous 1.5
added support for TrueColor and multiple color maps

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 11:46:26 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.4: +12 -17 lines
Diff to previous 1.4
added explicit flush call to drivers

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 10:22:01 1990 UTC (34 years, 1 month ago) by greg
Branch: MAIN
Changes since 1.3: +100 -84 lines
Diff to previous 1.3
added response to resize, iconify, etc.

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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Jan 12 11:33:05 1990 UTC (34 years, 2 months ago) by greg
Branch: MAIN
Changes since 1.1: +6 -12 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 12:54:30 1989 UTC (34 years, 3 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R6P1: (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