Powered by Apache

CVS log for OpenXM_contrib2/asir2000/plot/ox_plot_xevent.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:55 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +681 -681 lines
Diff to previous 1.34 (colored)

Changed a tab to two space charaters.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:56 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:53 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jun 27 07:58:29 2014 UTC (9 years, 10 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.31: +4 -10 lines
Diff to previous 1.31 (colored)

plot function to original version
add new plot function type NG
ifplotOld => ifplot
ifplot => ifplotNG

Revision 1.31 / (download) - annotate - [select for diffs], Mon May 12 16:54:41 2014 UTC (9 years, 11 months ago) by saito
Branch: MAIN
Changes since 1.30: +7 -7 lines
Diff to previous 1.30 (colored)

new plot function plotNGs

Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 5 02:55:03 2013 UTC (10 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.29: +116 -201 lines
Diff to previous 1.29 (colored)

Fixed inconsistent returns in various functions which make gcc abort.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 30 03:25:52 2007 UTC (17 years, 3 months ago) by saito
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.28: +217 -213 lines
Diff to previous 1.28 (colored)

FIX generate_psfile().

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jan 30 00:28:26 2007 UTC (17 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored)

PLEASE FIX!!
Commented out the body of generate_psfile() because a function is undefined.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Nov 9 15:54:35 2006 UTC (17 years, 5 months ago) by saito
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

stop plot functions' color inheritance.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 3 13:11:28 2005 UTC (18 years, 10 months ago) by ohara
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.25: +5 -5 lines
Diff to previous 1.25 (colored)

Fixed grammatical problem for gcc4.

Revision 1.25 / (download) - annotate - [select for diffs], Wed May 18 03:27:00 2005 UTC (18 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.24: +8 -3 lines
Diff to previous 1.24 (colored)

Color can be specified for plotover().

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 1 05:48:24 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.23: +27 -8 lines
Diff to previous 1.23 (colored)

Completed the registration of the callback function for WM_DELETE.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 1 01:23:37 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.22: +20 -2 lines
Diff to previous 1.22 (colored)

Applied the same fix as in parse/xdeb.c.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 2 08:59:47 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (colored)

A test implementation of polar plot.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Aug 2 02:28:29 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.20: +2 -4 lines
Diff to previous 1.20 (colored)

ifplot, conplot, open_canvas now automatically searches valid ox_plot server.
If no server is available, an ox_plot server is newly invoked.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jul 30 03:54:36 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

Zombie canvas is cleared before appearing on the screen.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jul 29 03:08:16 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.18: +10 -3 lines
Diff to previous 1.18 (colored)

Modified the behavior of destroy_canvas().

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jul 20 02:28:08 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.17: +7 -2 lines
Diff to previous 1.17 (colored)

Added an option (X resource) for generating "upside down" PS file.
If plot*upsidedown:on is set as an X resource, the PS file is generated
as above.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jul 12 00:14:40 2002 UTC (21 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Deleted the macro definition MALLOC and use the standard one in include/ca.h.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 11 12:35:03 2002 UTC (21 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.15: +72 -2 lines
Diff to previous 1.15 (colored)

Supporting code for the color Postscript.
There still remains a BUG (see ox_plot_xevent.c), but it will work
on most PC's.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 11 03:34:34 2002 UTC (21 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.14: +86 -3 lines
Diff to previous 1.14 (colored)

Supporting codes for color Postscript printers (the work has not yet been
completed.)

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 30 08:31:34 2002 UTC (22 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.13: +21 -1 lines
Diff to previous 1.13 (colored)

Ad hoc patch for strange behavior of Darwin ld.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:07 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Modifications to support cygwin.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 22 09:19:21 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.11: +7 -4 lines
Diff to previous 1.11 (colored)

memory_ifplot() : a version of ifplot() which pushes
[Width,Height,ByteArray] onto the stack, where ByteArray represents
a bitmap. (experimental)

(x,y) <-> ByteArray[y*len+((x)>>3)] & ((x)&7)

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 9 02:30:44 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.10: +15 -1 lines
Diff to previous 1.10 (colored)

One can specify color for draw_obj() on X11.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 9 01:51:12 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

If the canvas does not exist, ox_plot server pushes an error packet
agaist the draw_obj request.

One can specify colors for draw_obj (currently Windows only).

draw_obj(Id,Index,Point,Color)

Color is specified by 3 bytes integer RRGGBB.
If Color is not specified, black is used.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 7 06:06:40 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.8: +8 -1 lines
Diff to previous 1.8 (colored)

Enhanced the multiplication in Weyl algebra.

Added and modified some new functions related to plotting.
(sorry, not documented yet)

ifplot(), conplot(), plot() : push the 'index' which indicates
the index of the created canvas. A canvas is specified by (Id,Index),
where Id is the identifier for an ox server.

open_canvas(Id): create a white canvas.

draw_obj(Id,Index,PointOrSegment): create a white canvas. This function
also pushes the index.

PointOrSegment : a list. If the length is 2, it is regarded as a point.
If the length is 4, it is regarded as a line segment.

clear_canvas(Id,Index): clears the canvas.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 24 01:53:53 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.7: +304 -185 lines
Diff to previous 1.7 (colored)

"method" menu is added to the print button.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 15 10:58:11 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Added coordinate axis for Postscript output for ifplot.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 15 06:56:52 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.5: +18 -30 lines
Diff to previous 1.5 (colored)

An algorithm to find curves in bitmap image is implemented.
It is used to output PostScript files.
There still remain some bugs on user interfaces and treatment of color.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 14 07:45:34 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

xerox --> lp
(xerox is a name of printer by me.)

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 14 07:43:52 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +203 -2 lines
Diff to previous 1.3 (colored)

Added a print dialog for ifplot.
Only PS printer is supported.  A smoothing algorithm will be
implemented soon.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:31 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Sorry, the email address in the license agreement was incorrect.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:51 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1 lines
Diff to previous 1.1 (colored)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:13 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:13 1999 UTC (24 years, 5 months ago) by noro
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>