Mercurial > hg > octave-nkf
graph
-
doc: Update pause documentation and add seealso links between related functions. stableThu, 24 Apr 2014 20:23:48 -0700, by Rik
-
Fix bug with input() and nargout==0 (bug #42111).Thu, 24 Apr 2014 14:03:46 -0700, by Rik
-
spy.m: Use nnz, not numel, to avoid overflowing octave_idx_type (bug #42116). stableThu, 24 Apr 2014 09:22:38 -0700, by Rik
-
maint: Periodic merge of gui-release to default.Thu, 24 Apr 2014 08:41:30 -0700, by Rik
-
axis.m: Fix regression when accepting input handle (cset 5032ac119d52).Thu, 24 Apr 2014 07:13:37 -0700, by Rik
-
axis.m: Fix regression setting tight limits on non-image objects. stableWed, 23 Apr 2014 22:40:24 -0700, by Rik
-
Fix axes bounding box not obeying 'layer' property.Wed, 23 Apr 2014 18:48:30 -0700, by Rik
-
Fix printing of axis grid lines above/below line objects based on "layer".Wed, 23 Apr 2014 11:01:30 -0700, by Rik
-
add all editor actions to the shortcut manager and fix their shortcut context gui-releaseWed, 23 Apr 2014 08:42:19 +0200, by Torsten
-
interp2: Verify Z matrix is 2-D (bug #41267).Sat, 19 Apr 2014 09:28:20 -0700, by Rik
-
importdata.m: Return cellstr of text when no numeric data found (bug #41630).Wed, 02 Apr 2014 20:46:57 +0200, by Philip Nienhuis
-
image.m: Set axes layer to "top" for compatability with Matlab.Fri, 18 Apr 2014 19:26:22 -0700, by Rik
-
GUI: Windows GUI terminal support for double click (Bug #41468) gui-releaseFri, 18 Apr 2014 15:04:39 -0400, by John Donoghue
-
maint: Merge away extra head.Fri, 18 Apr 2014 10:11:26 -0700, by Rik
-
Fix inverted colors when printing uint8/uint16 images (bug #42107). stableFri, 18 Apr 2014 10:05:08 -0700, by Rik
-
Fix Z-order stacking of line markers and other graphic objects (bug #40054).Tue, 15 Apr 2014 14:00:30 -0700, by Rik
-
force integer font metric in gui terminal (partial fix of bug #37187) stableFri, 18 Apr 2014 14:21:33 +0200, by Torsten
-
add some qscintilla actions to the menu and to the shortcut manager gui-releaseFri, 18 Apr 2014 13:43:55 +0200, by Torsten
-
GUI: allow drag and drop to win32 GUI command window (Bug #41443) gui-releaseThu, 17 Apr 2014 09:01:03 -0400, by John Donoghue
-
* stemleaf.m: Correct integer step value for new %d behavior.Thu, 17 Apr 2014 10:27:09 +0100, by Michael Godfrey
-
also switch from unsigned integer to real format for negative valuesWed, 16 Apr 2014 20:45:33 -0400, by John W. Eaton
-
NEWS entry for previous printf format changesWed, 16 Apr 2014 20:44:00 -0400, by John W. Eaton
-
GUI: implement file drag and drop to command and edit window (Bug #41443) gui-releaseWed, 16 Apr 2014 16:19:45 -0400, by John Donoghue
-
compatibility fixes for printf integer format specifiersTue, 15 Apr 2014 14:12:56 -0400, by John W. Eaton
-
bicubic.m: Deprecate function for 4.2 release.Wed, 16 Apr 2014 05:57:06 -0700, by Rik
-
build: Add missing octave-default-image.h to source distributionSun, 13 Apr 2014 11:27:18 -0400, by Mike Miller
-
legend.m: Correctly handle axis handle as first argument (bug #42035).Sat, 12 Apr 2014 22:13:38 -0700, by Rik
-
Make some graphics factory defaults conform to Matlab values (bug #41770).Tue, 04 Mar 2014 13:07:41 +0100, by pantxo
-
Allow empty matrices as "vertexnormals" value (bug #42083).Thu, 10 Apr 2014 00:08:36 +0200, by Pantxo Diribarne
-
legend.m: Fix bug updating plotyy figures (bug #41970).Tue, 08 Apr 2014 21:13:06 -0700, by Rik
-
normrnd.m: return 1 for normrnd (1,0) for Matlab compatibility (bug #42062).Tue, 08 Apr 2014 20:13:38 -0700, by Rik
-
interp1.m: Small formatting changes only.Tue, 08 Apr 2014 20:08:27 -0700, by Rik
-
interp2.m: Add input validation for strictly monotonic x,y (bug #41838).Tue, 08 Apr 2014 20:02:18 -0700, by Rik
-
Update Jacob Dawid's email addressTue, 08 Apr 2014 16:29:29 -0400, by Jordi Gutiérrez Hermoso
-
GUI: Prompt to exit Octave option (Bug #41080) gui-releaseMon, 07 Apr 2014 13:31:33 -0400, by John Donoghue
-
Print newline after closing interpreter with EOF (bug #41513).Mon, 07 Apr 2014 07:50:10 -0700, by Vaibhav Gupta
-
doc: Improve docstrings for isobject, ismethod, isprop.Mon, 07 Apr 2014 07:46:28 -0700, by Rik
-
Correctly validate arguments to dot function (bug #42061). stableSun, 06 Apr 2014 14:56:45 -0700, by Rik
-
maint: Periodic merge of gui-release to default.Sun, 06 Apr 2014 13:38:15 -0700, by Rik
-
interp1.m: fix function for inputs w/multiple discontinuities (bug #41980). stableSun, 30 Mar 2014 23:25:00 +0200, by Juan Pablo Carbajal
-
Initialize rcond value to octave_NaN.Fri, 07 Mar 2014 23:14:37 +0530, by PrasannaKumar Muralidharan
-
fix another bug with checking a new shortcut for duplicates gui-releaseSun, 06 Apr 2014 12:12:56 +0200, by Torsten
-
undo unintended changes to fplot in changeset 37c300acfcfd stableSat, 05 Apr 2014 17:03:15 -0400, by John W. Eaton
-
don't truncate when casting char to uintN values (bug #42054) stableSat, 05 Apr 2014 15:09:09 -0400, by John W. Eaton
-
libqterminal: Initialize m_cursorBlinking value (Bug #41814) stableFri, 04 Apr 2014 21:28:15 -0400, by John Donoghue
-
struct2hdl.m: handle properly objects with non-empy "tag" (bug #42047).Fri, 04 Apr 2014 20:49:52 +0200, by Pantxo Diribarne
-
handle actions from the editors file and edit menu via the shortcut manager gui-releaseFri, 04 Apr 2014 22:59:08 +0200, by Torsten
-
maint: Merge away extra head.Fri, 04 Apr 2014 11:50:14 -0700, by Rik
-
Set only 'axis tight' for image functions and Matlab compatibility (bug #42043, bug #41886) stableFri, 04 Apr 2014 11:40:40 -0700, by Rik
-
del2.m: Add %!tests (bug #42005).Thu, 03 Apr 2014 16:30:05 -0700, by Allan Jacobs
-
maint: Periodic merge of gui-release to default.Fri, 04 Apr 2014 11:41:05 -0400, by John W. Eaton
-
maint: Periodic merge of stable to gui-release. gui-releaseFri, 04 Apr 2014 11:40:20 -0400, by John W. Eaton
-
suppress all X11 and Qt error messages by default stableFri, 04 Apr 2014 10:48:07 -0400, by John W. Eaton
-
del2.m: Add %!tests (bug #42005).Thu, 03 Apr 2014 16:30:05 -0700, by Allan Jacobs
-
fwrite: don't convert to octave_int for char output types stableThu, 03 Apr 2014 19:50:14 -0400, by John W. Eaton
-
imread.m: expand documentation and add tests for the PixelRegion option.Thu, 03 Apr 2014 22:01:36 +0100, by Carnë Draug