log

age author description
Tue, 14 Sep 2010 02:35:17 -0400 John W. Eaton improve names of base_graphics_backend methods
Tue, 14 Sep 2010 02:21:13 -0400 John W. Eaton fltk_backend::object_destroyed: don't call delete_window if __plot_stream__ is empty
Tue, 14 Sep 2010 02:18:38 -0400 Jordi GutiƩrrez Hermoso genpath: accept additional arguments as names of directories to skip
Tue, 14 Sep 2010 01:59:03 -0400 John W. Eaton ChangeLog fix
Tue, 14 Sep 2010 01:58:11 -0400 John W. Eaton fix scanf char class conversion bug
Mon, 13 Sep 2010 20:57:44 -0400 Ben Abbott gnuplot_drawnow.m: Use new function __gnuplot_has_terminal__().
Mon, 13 Sep 2010 20:56:01 -0400 Ben Abbott __gnuplot_has_terminal__.m: New function.
Mon, 13 Sep 2010 08:41:06 +0200 Jaroslav Hajek update NEWS
Mon, 13 Sep 2010 08:32:25 +0200 Jaroslav Hajek small rewrite in common_size
Mon, 13 Sep 2010 08:25:21 +0200 Jaroslav Hajek remove subsref optimization in cellfun (better handled by cellindexmat)
Mon, 13 Sep 2010 08:23:32 +0200 Jaroslav Hajek implement cellindexmat function
Mon, 13 Sep 2010 07:12:52 +0200 Jaroslav Hajek tiny optimization in accumarray
Sun, 12 Sep 2010 21:10:35 +0200 Jaroslav Hajek fixes in binders code
Fri, 10 Sep 2010 11:48:41 +0200 Jaroslav Hajek binders optimization
Sat, 11 Sep 2010 13:21:17 +0200 Jaroslav Hajek relax check in get_forge_pkg
Sat, 11 Sep 2010 03:06:12 -0400 John W. Eaton avoid GCC shadow variable warning
Sat, 11 Sep 2010 03:02:05 -0400 John W. Eaton addpath: accept numeric option arguments as documented
Fri, 10 Sep 2010 07:07:37 +0200 Jaroslav Hajek update ax_blas_f77_func.m4
Thu, 09 Sep 2010 14:29:38 +0300 Shai Ayal gl2ps print to fid instead of filename
Wed, 08 Sep 2010 18:15:28 -0400 Ben Abbott Consolidate gs code into print.m.
Wed, 08 Sep 2010 17:59:39 -0400 Ben Abbott Revert treatment of activepositionproperty from the gnuplot backend.
Wed, 08 Sep 2010 08:17:48 -0400 Ben Abbott image.m: Fix axis limits for single dimension images, add demo.
Tue, 07 Sep 2010 17:10:00 -0400 Ben Abbott Update m4 macros.
Tue, 07 Sep 2010 21:45:38 +0200 David Bateman Don't create __plotyy_axes__ properties in plotyy if they exist (Bug #30977)
Tue, 07 Sep 2010 21:44:13 +0200 David Bateman Backed out changeset 6b50fd2d4ca6
Tue, 07 Sep 2010 21:39:33 +0200 David Bateman Don't create __plotyy_axes__ properties in plotyy if they exist (Bug #30977)
Tue, 07 Sep 2010 12:38:35 +0200 Jaroslav Hajek initialize GraphicsMagick in all __magick_* functions
Tue, 07 Sep 2010 12:23:01 +0200 Jaroslav Hajek fix bugs in inner convolution
Mon, 06 Sep 2010 09:19:17 -0400 Ben Abbott griddata.m: Allow x, y inputs to be vectors, and z a matrix.
Fri, 03 Sep 2010 13:18:59 +0200 Jaroslav Hajek add the cquad integrator, by Pedro Gonnet