Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (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.24: +510 -510 lines
Diff to previous 1.24 (colored)

Changed a tab to two space charaters.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Aug 31 08:52:27 2017 UTC (6 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

replaced & by &&.

Revision 1.23 / (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.22: +14 -14 lines
Diff to previous 1.22 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.22 / (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.21: +14 -14 lines
Diff to previous 1.21 (colored)

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

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 20 16:51:34 2014 UTC (9 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.20: +8 -1 lines
Diff to previous 1.20 (colored)

Fixed plot functions for running on Windows.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jul 5 03:55:42 2014 UTC (9 years, 9 months ago) by saito
Branch: MAIN
Changes since 1.19: +1 -3 lines
Diff to previous 1.19 (colored)

#if defined(INTERVAL) bug fixed

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 27 07:58:29 2014 UTC (9 years, 10 months ago) by saito
Branch: MAIN
Changes since 1.18: +33 -8 lines
Diff to previous 1.18 (colored)

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

Revision 1.18 / (download) - annotate - [select for diffs], Tue May 13 20:02:40 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.17: +7 -4 lines
Diff to previous 1.17 (colored)

Fixed SYNTAX ERRORS!!
They are ignored by gcc/clang, but not by visual studio.

Revision 1.17 / (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.16: +51 -9 lines
Diff to previous 1.16 (colored)

new plot function plotNGs

Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 19 05:48:25 2013 UTC (10 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.15: +188 -117 lines
Diff to previous 1.15 (colored)

add new ifplot functioin
ifplotD,ifplotQ,ifplotB,ineqnD,ineqnQ,ineqnB,ineqnandD,ineqnandQ,ineqnandB,
ineqnnorD,ineqnnorQ,ineqnnorB,plotoverD,plotoverQ,plotoverB

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 11 06:25:06 2011 UTC (12 years, 8 months ago) by saito
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

#if defined(INTERVAL) bug fixed

Revision 1.14 / (download) - annotate - [select for diffs], Wed Aug 10 04:51:58 2011 UTC (12 years, 8 months ago) by saito
Branch: MAIN
Changes since 1.13: +64 -1 lines
Diff to previous 1.13 (colored)

add ineqn functions.
objcp,ineqn,ineqnover,ineqnand,ineqnor,ineqnxor,ineqnmain,obj_op
include INTERVAL

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 21 23:18:16 2005 UTC (18 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.12: +19 -1 lines
Diff to previous 1.12 (colored)

Added memory_conplot(), memory_plot(), which return BYTEARRAY
representing bitmap.

Revision 1.12 / (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.11: +13 -28 lines
Diff to previous 1.11 (colored)

Color can be specified for plotover().

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jul 10 09:13:53 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2
Changes since 1.10: +6 -9 lines
Diff to previous 1.10 (colored)

Colored text is handled correctly.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 10 05:29:36 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.9: +39 -1 lines
Diff to previous 1.9 (colored)

Added a builtin function draw_string().

draw_string(ID,INDEX,POSITION, STRING [,COLOR])
     :: Draws a character string STRING at POSITION  on a canvas.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:28 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.8: +23 -58 lines
Diff to previous 1.8 (colored)

Conversion to ANSI style (not completed yet).

Revision 1.8 / (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.7: +80 -1 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Thu Nov 9 02:30:45 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.6: +17 -5 lines
Diff to previous 1.6 (colored)

One can specify color for draw_obj() on X11.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 9 01:51:13 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.5: +51 -27 lines
Diff to previous 1.5 (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.5 / (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.4: +84 -3 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:33 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (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.2: +49 -1 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 7 01:32:44 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Fixed a serious bug in ox_plot. (I hope)

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, 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>