Up to [local] / OpenXM_contrib2 / asir2000 / lib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.21 / (download) - annotate - [select for diffs], Mon Oct 22 07:05:55 2018 UTC (6 years ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +21 -16
lines
Diff to previous 1.20 (unified) to selected 1.5 (unified)
Use of OpenGL is turned off, because it is obsoleted in the recent MacOS.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 7 06:00:34 2008 UTC (16 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12
Changes since 1.19: +14 -3
lines
Diff to previous 1.19 (unified) to selected 1.5 (unified)
Added a new option "shape" to glib_line. Example: glib_line(0,0,100,100 | shape=arrow);
Revision 1.19 / (download) - annotate - [select for diffs], Wed Mar 8 07:59:15 2006 UTC (18 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.18: +6 -11
lines
Diff to previous 1.18 (unified) to selected 1.5 (unified)
Fixed a bug of glib: duplicate definition of glib_clear().
Revision 1.18 / (download) - annotate - [select for diffs], Wed Mar 8 04:58:15 2006 UTC (18 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.17: +38 -1
lines
Diff to previous 1.17 (unified) to selected 1.5 (unified)
1.Bug fix of meta_removeAllInit. 2. glib_clear(), glib_remove_last(), glib_set_pixel_size() are introduced (only cfep for now).
Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 3 10:36:18 2006 UTC (18 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.16: +51 -21
lines
Diff to previous 1.16 (unified) to selected 1.5 (unified)
glib supports the output to OpenGL window with cfep-init.rr
Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 14 12:56:47 2004 UTC (20 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
KNOPPIX_2006
Changes since 1.15: +19 -6
lines
Diff to previous 1.15 (unified) to selected 1.5 (unified)
Problem: ps figures are too big for TeXmacs canvas. Solution: the ps figures are magnified by 1/2. cf. Glib_ps_sx, Glib_ps_sy. Example: load("ccurve.rr"); glib_ps_form( quote( ccurve(8) )); in TeXmacs.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 11 21:59:36 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.14: +3 -2
lines
Diff to previous 1.14 (unified) to selected 1.5 (unified)
Added an example; example: glib_ps_form(quote([glib_line(0,0,100,100),glib_line(100,0,0,100)]));
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 11 12:25:20 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.13: +23 -1
lines
Diff to previous 1.13 (unified) to selected 1.5 (unified)
New function (experimental). glib_ps_form( quote-obj ) Example. load("ccurve.rr"); glib_ps_form( quote( ccurve(8)) ); ( Try this on texmacs. )
Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 11 05:16:11 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.12: +28 -28
lines
Diff to previous 1.12 (unified) to selected 1.5 (unified)
Bug: glib_tops() used S += "string" to concatenate strings. As a consequence, the memory is exhausted when a relatively big picture is tried to be transformed to PS. Solution: S += "..." is replaced by write_to_tb("...", Tb_name).
Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 2 01:30:08 2002 UTC (22 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2
Changes since 1.11: +21 -11
lines
Diff to previous 1.11 (unified) to selected 1.5 (unified)
Changed the structure of glib_open(). It is to avoid a trouble of Id=ox_launch_nox(0,"ox_plot"); open_canvas(Id,[100,100]); on Windows.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 10 06:18:46 2002 UTC (22 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.10: +49 -16
lines
Diff to previous 1.10 (unified) to selected 1.5 (unified)
Added the control variable Glib_math_coordinate. If the value of this value is set, mathematcal coordinate system will be employed instead of computer graphics coodinate system. Fixed a bug on y-coordinate of postscript code.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 8 08:56:31 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.9: +13 -1
lines
Diff to previous 1.9 (unified) to selected 1.5 (unified)
Several fixed of typos in the manual (up to the section 23). Imported new functions: glib_plot, pfp_omega, sm1_restriction. Changed algorithm: omatrix_inverse uses invmat.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 4 00:11:25 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.8: +4 -1
lines
Diff to previous 1.8 (unified) to selected 1.5 (unified)
Added " todo ".
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 3 23:59:14 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.7: +14 -6
lines
Diff to previous 1.7 (unified) to selected 1.5 (unified)
Added a manual entry of glib_open. glib is loaded when the OpenXM/Risa/Asir starts.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 15 02:14:48 2002 UTC (22 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (unified) to selected 1.5 (unified)
Added a reference of print_output().
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jul 14 07:10:01 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (unified)
Added descriptions to glib manual.
Revision 1.5 / (download) - annotate - [selected], Sun Jul 14 03:57:24 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.4: +128 -37
lines
Diff to previous 1.4 (unified)
glib_tops() If Glib_ps is set to 1, it returns a postscript program to draw the picture on the canvas.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 10 08:40:58 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.3: +21 -1
lines
Diff to previous 1.3 (unified) to selected 1.5 (unified)
/*&usage begin:glib_print(X,Y,Text|color) It put a string {Text} at [{X},{Y}] on the glib canvas. example: glib_print(100,100,"Hello World" | color=0xff0000); end: */
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 7 06:00:28 2002 UTC (22 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.2: +16 -6
lines
Diff to previous 1.2 (unified) to selected 1.5 (unified)
Added an option 'color' in glib_putpixel and glib_line.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 4 01:35:24 2002 UTC (22 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.1: +15 -1
lines
Diff to previous 1.1 (unified) to selected 1.5 (unified)
Added a function to check arguments for glib_put_pixel and glib_line.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 10 05:02:46 2001 UTC (22 years, 11 months ago) by takayama
Branch: MAIN
Diff to selected 1.5 (unified)
A simple graphic library for asir. The library was designed for Risa/Asir drill book.