log

age author description
Fri, 25 Apr 2014 20:10:23 -0700 Rik Clean up a few compiler warnings.
Fri, 25 Apr 2014 15:49:03 -0700 Rik doc: Fix unbalanced parentheses in documentation.
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Fri, 25 Apr 2014 11:18:04 -0700 Rik Don't fetch lots of axes state information for rendering if object is not visible.
Fri, 25 Apr 2014 10:02:10 -0700 Rik Clean up questionable code bits identified by clang sanitize.
Fri, 25 Apr 2014 06:40:21 +0200 Torsten handling qscintilla internal shortcuts and commands depending on qsci version gui-release
Thu, 24 Apr 2014 20:23:48 -0700 Rik doc: Update pause documentation and add seealso links between related functions. stable
Thu, 24 Apr 2014 14:03:46 -0700 Rik Fix bug with input() and nargout==0 (bug #42111).
Thu, 24 Apr 2014 09:22:38 -0700 Rik spy.m: Use nnz, not numel, to avoid overflowing octave_idx_type (bug #42116). stable
Thu, 24 Apr 2014 08:41:30 -0700 Rik maint: Periodic merge of gui-release to default.
Thu, 24 Apr 2014 08:40:40 -0700 Rik maint: Periodic merge of stable to gui-release. gui-release
Thu, 24 Apr 2014 07:13:37 -0700 Rik axis.m: Fix regression when accepting input handle (cset 5032ac119d52).
Wed, 23 Apr 2014 22:40:24 -0700 Rik axis.m: Fix regression setting tight limits on non-image objects. stable
Wed, 23 Apr 2014 18:48:30 -0700 Rik Fix axes bounding box not obeying 'layer' property.
Wed, 23 Apr 2014 11:01:30 -0700 Rik Fix printing of axis grid lines above/below line objects based on "layer".
Wed, 23 Apr 2014 08:42:19 +0200 Torsten add all editor actions to the shortcut manager and fix their shortcut context gui-release
Sat, 19 Apr 2014 09:28:20 -0700 Rik interp2: Verify Z matrix is 2-D (bug #41267).
Wed, 02 Apr 2014 20:46:57 +0200 Philip Nienhuis importdata.m: Return cellstr of text when no numeric data found (bug #41630).
Fri, 18 Apr 2014 19:26:22 -0700 Rik image.m: Set axes layer to "top" for compatability with Matlab.
Fri, 18 Apr 2014 15:04:39 -0400 John Donoghue GUI: Windows GUI terminal support for double click (Bug #41468) gui-release
Fri, 18 Apr 2014 10:11:26 -0700 Rik maint: Merge away extra head.
Fri, 18 Apr 2014 10:05:08 -0700 Rik Fix inverted colors when printing uint8/uint16 images (bug #42107). stable
Tue, 15 Apr 2014 14:00:30 -0700 Rik Fix Z-order stacking of line markers and other graphic objects (bug #40054).
Fri, 18 Apr 2014 14:21:33 +0200 Torsten force integer font metric in gui terminal (partial fix of bug #37187) stable
Fri, 18 Apr 2014 13:43:55 +0200 Torsten add some qscintilla actions to the menu and to the shortcut manager gui-release
Thu, 17 Apr 2014 09:01:03 -0400 John Donoghue GUI: allow drag and drop to win32 GUI command window (Bug #41443) gui-release
Thu, 17 Apr 2014 10:27:09 +0100 Michael Godfrey * stemleaf.m: Correct integer step value for new %d behavior.
Wed, 16 Apr 2014 20:45:33 -0400 John W. Eaton also switch from unsigned integer to real format for negative values
Wed, 16 Apr 2014 20:44:00 -0400 John W. Eaton NEWS entry for previous printf format changes
Wed, 16 Apr 2014 16:19:45 -0400 John Donoghue GUI: implement file drag and drop to command and edit window (Bug #41443) gui-release