log

age author description
Wed, 14 May 2014 23:58:23 +0200 Stefan Mahr isaxes.m: Fix bug where some inputs do not show up in outputs (bug #42362). stable
Wed, 14 May 2014 20:29:06 -0700 Rik legend.m: Fix changing legend properties with handle for plotyy (bug #41970).
Wed, 14 May 2014 17:48:43 -0700 Rik Change profile() to report method names of classes (bug #38480).
Wed, 14 May 2014 13:59:44 -0700 Rik Fix assert() segfaults with profiler (bug #39587, bug #39586).
Tue, 13 May 2014 21:56:39 -0700 Rik Fix blank line appearing in profiler output (bug #39524).
Mon, 12 May 2014 07:56:41 -0700 Rik datevec.m: Change isrow to iscolumn in cset 9eb72fa5f8b5.
Sun, 11 May 2014 13:22:57 -0400 John Donoghue Add back main menu copy,paste,select all in editor gui-release
Sun, 11 May 2014 17:14:10 -0700 Sergey Plotnikov datevec.m: Return value with same shape as input (bug #42334).
Sat, 10 May 2014 17:36:31 -0700 Rik polar.m: Link polar grid with axes properties (bug #39495).
Mon, 28 Apr 2014 19:58:36 +0200 Andreas Weber polar.m: add circular theta/rho axes (bug 39495).
Mon, 28 Apr 2014 09:50:00 +0200 mfasi Support for italian language added gui-release
Fri, 07 Mar 2014 09:10:46 +0100 Daniel Kraft Add column with time percentage to profshow output.
Thu, 08 May 2014 14:04:35 -0700 Rik Enter true debug mode after debug_on_(warning|error) (bug #37574).
Thu, 08 May 2014 10:59:21 -0700 Rik Correctly follow legend interpreter property for gnuplot (bug #40064). stable
Wed, 07 May 2014 20:49:25 -0700 Rik Fix extra backslash escape for gnuplot when interpreter=none (bug #36744). stable
Wed, 07 May 2014 09:34:45 -0700 Rik imshow.m: Don't popup blank figure during 'make check'
Wed, 07 May 2014 09:09:43 -0700 Rik maint: Use space after variable name and before equals sign.
Wed, 07 May 2014 08:54:19 -0700 Rik build: Fix compiling with new graphic root properties (cset 28eab2d84190).
Wed, 07 May 2014 08:39:56 -0700 Rik maint: Use "FreeType" rather than "freetype" in messages and comments.
Mon, 21 Apr 2014 17:17:15 +0200 Pantxo Diribarne Add callbacks for root properties format and formatspacing (bug #42135).
Tue, 06 May 2014 19:57:44 -0700 Rik legend.m: Don't create legend for some inputs for Matlab compatibility (bug #42034)
Tue, 06 May 2014 20:38:50 +0200 Torsten status bars and code folding a user preference (bug #42306) gui-release
Tue, 06 May 2014 18:08:15 +0200 Torsten fix performance issue of history viewer with large history entries (bug #42255) gui-release
Mon, 05 May 2014 13:14:17 -0700 Rik linkaxes.m: Trim extra spaces at EOL.
Mon, 05 May 2014 10:09:50 +0200 Rafael Laboissiere Fix typo in help string of function figure stable
Tue, 18 Mar 2014 13:05:40 -0700 Willem Atsma linkaxes.m: Implement new function linkaxes.
Mon, 05 May 2014 19:49:41 +0200 Torsten provide a second set of shortcuts gui-release
Sun, 04 May 2014 21:56:23 +0200 Pantxo Diribarne Distinguish axes when checking for recursion in axes limits updates (bug #40005).
Sun, 04 May 2014 16:23:47 -0700 Rik Rewrite docstring of sum() to match prod().
Sun, 04 May 2014 16:08:46 -0700 Rik Add "native" option to prod() (bug #40349).
Sat, 03 May 2014 17:28:49 -0700 Rik __unimplemented__.m: Remove isjava, guidata from list of unimplemented functions.
Sat, 03 May 2014 16:51:00 -0700 Rik linkprop.m: Overhaul function for performance and Matlab compatibility.
Fri, 02 May 2014 14:45:22 -0700 Rik Abort Octave GUI if setsid() fails after fork().
Fri, 02 May 2014 14:26:03 -0700 Philip Nienhuis Add new function javachk for Matlab compatibility.
Fri, 02 May 2014 10:43:06 -0700 Rik Revert ea22cf3e370b and 60df2fd04293 plotting grid/ticks over axes lines.
Fri, 02 May 2014 10:02:24 -0700 Rik imshow.m: Ignore hold state and set axis variables for image display for Matlab compatibility.
Fri, 02 May 2014 09:40:07 -0700 Rik Set axis equal for 2D parametric plots done with ezplot.
Fri, 02 May 2014 17:44:44 +0200 Torsten disabling global shortcuts when terminal has focus as user preference gui-release
Fri, 02 May 2014 14:57:09 +0100 carandraug ismember: ~10x performance increase (input dependent) when set is 1 row.
Thu, 01 May 2014 15:01:07 -0700 Rik colorbar.m: Write detailed instructions for reproducing bug #40005 in comment box.
Thu, 01 May 2014 12:34:50 -0700 Rik doc: Document new 'colormap' parameter to imshow.
Thu, 01 May 2014 12:31:06 -0700 Rik imshow.m: Overhaul function and support integer images (bug #41240).
Thu, 01 May 2014 11:16:03 -0700 Rik Preserve image class in cdata (bug #41240).
Thu, 01 May 2014 13:24:27 +0200 Torsten use shortcut manager for the main news menu gui-release
Thu, 01 May 2014 12:12:08 +0200 Torsten use shortcut manager for the main help menu gui-release
Sun, 16 Mar 2014 13:19:25 +0100 Stefan Mahr Fix pkg install -global (bug #41644)
Wed, 30 Apr 2014 19:58:47 +0200 Torsten fix compiling when scintilla is not available gui-release
Wed, 30 Apr 2014 19:33:55 +0200 Torsten use shortcut manager for the window menu gui-release
Mon, 24 Mar 2014 23:41:10 +0100 Stefan Mahr Fix segfault if subsasgn in @class returns no output (bug #41945) stable
Fri, 28 Feb 2014 19:18:11 +0100 pantxo Disable default alt behavior on mac platform stable
Mon, 28 Apr 2014 22:48:28 +0200 Torsten use shortcut manager for the debug menu gui-release
Mon, 28 Apr 2014 11:38:56 -0700 Rik maint: Silence some compiler warnings in libgui. gui-release
Wed, 30 Apr 2014 08:24:08 -0700 Rik Fix incorrect log axis minor ticks when axis range > 8 orders of magnitude (bug #39449).
Tue, 29 Apr 2014 15:50:32 -0700 Rik Don't plot tickmarks over axes lines for better appearance.
Tue, 29 Apr 2014 14:37:45 -0700 Rik Don't plot grid lines directly over axis box lines.
Tue, 29 Apr 2014 11:53:23 -0700 Rik Fix printing images with grid lines (Z-order stacking) (bug #35648).
Tue, 29 Apr 2014 11:39:58 -0700 Rik Fix Z-depth issues of patches and lines in 2-D plots (bug #40722).
Sun, 27 Apr 2014 23:22:33 +0200 Stefan Beller facts: correct typo
Thu, 20 Mar 2014 13:57:56 +0100 Stefan Miereis edit.m: add file extension .m to newly created files (bug #41522).
Mon, 28 Apr 2014 11:17:05 -0700 Rik maint: Periodic merge of gui-release to stable.