Fri, 16 Apr 2010 10:08:46 -0400 |
Ben Abbott |
plotyy.m: Add listener for dataaspectratiomode.
|
Fri, 16 Apr 2010 17:36:28 +0200 |
David Bateman |
Unset figure color in __go_draw_axes__ (partial fix for bug #29060)
|
Fri, 16 Apr 2010 16:14:45 +0200 |
David Bateman |
Replace nzmax by nnz as needed
|
Fri, 16 Apr 2010 12:45:31 +0200 |
David Bateman |
Don't call text_renderer.set_font if HAVE_FONTCONFIG is not set (bug #29570)
|
Fri, 16 Apr 2010 10:32:07 +0200 |
David Bateman |
Replace constructs like "NaN * one()" with "NaN()" and "Inf * ones ()" with "Inf()"
|
Thu, 15 Apr 2010 23:40:30 +0200 |
David Bateman |
Reimplement the other discrete distribution functions using lookup
|
Thu, 15 Apr 2010 21:10:07 +0200 |
Jaroslav Hajek |
improve stdnormal_cdf accuracy by using erfc (bug #29543)
|
Wed, 14 Apr 2010 22:15:34 +0300 |
Shai Ayal |
document keypress and mouse callback properties
|
Wed, 14 Apr 2010 12:23:13 +0200 |
Jaroslav Hajek |
add some missing copyright stmts
|
Wed, 14 Apr 2010 08:27:37 +0200 |
Jaroslav Hajek |
fix failing sparse assignment tests
|
Wed, 14 Apr 2010 02:30:41 +0200 |
David Bateman |
Reimplement discrete_cdf using the lookup function
|
Tue, 13 Apr 2010 23:48:01 +0200 |
David Bateman |
Handle repeated matches in matches returned by pcre
|
Tue, 13 Apr 2010 20:26:08 +0300 |
Shai Ayal |
[mq]: fltk_cb
|
Tue, 13 Apr 2010 14:59:01 +0200 |
Jaroslav Hajek |
optimize some special indexing & assignment cases
|
Tue, 13 Apr 2010 14:56:29 +0200 |
Jaroslav Hajek |
omissions from last patch
|
Tue, 13 Apr 2010 12:45:24 +0200 |
Jaroslav Hajek |
improve conversion & copy ctors of sparse matrix
|
Tue, 13 Apr 2010 12:36:24 +0200 |
Jaroslav Hajek |
implement working spalloc
|
Tue, 13 Apr 2010 12:36:21 +0200 |
Jaroslav Hajek |
rewrite sparse indexed assignment
|
Mon, 12 Apr 2010 18:07:58 -0400 |
Ben Abbott |
loglog.m: Minor ticks on by default for loglog plots.
|
Mon, 12 Apr 2010 18:03:25 -0400 |
Ben Abbott |
Respect the nextplot property value of 'new' for axes and 'replacechildren' for axes and figures.
|
Mon, 12 Apr 2010 12:57:44 +0200 |
Jaroslav Hajek |
properly compress sparse matrices after assembly
|
Sun, 11 Apr 2010 14:33:00 +0200 |
Jaroslav Hajek |
fix typos in blas-xtra
|
Sat, 10 Apr 2010 19:53:28 -0400 |
Ben Abbott |
__go_draw_figure__.m: Don't set background for non-visible axes.
|
Sat, 10 Apr 2010 21:04:55 +0200 |
Jaroslav Hajek |
replace nzmax by nnz where appropriate in liboctave
|
Sat, 10 Apr 2010 11:41:32 -0400 |
Ben Abbott |
graphics.h.in: Fix nextplot property values.
|
Sat, 10 Apr 2010 01:37:12 +0200 |
David Bateman |
Properly ignore zero-length matches in named tokens
|
Fri, 09 Apr 2010 13:59:13 -0400 |
John W. Eaton |
octave_char_matrix::mex_get_data: new function
|
Fri, 09 Apr 2010 09:54:19 -0400 |
Judd Storrs |
isvarname: keywords are not valid variable names
|
Thu, 08 Apr 2010 14:46:37 -0400 |
Marco Atzeri |
Makefile.am replace EXEEXT with SCRIPTS_EXE_SUFFIX for installing
|
Thu, 08 Apr 2010 14:37:19 -0400 |
Jaroslav Hajek |
fix generating names for TAB completion
|