log

age author description
Thu, 07 Apr 2011 10:44:04 +0200 Jacob Dawid Terminal relaunches on exit.
Thu, 07 Apr 2011 10:28:41 +0200 Jacob Dawid Removed temp files.
Thu, 07 Apr 2011 10:26:05 +0200 Jacob Dawid Integrated qtermwidget terminal emulation.
Wed, 06 Apr 2011 19:52:12 +0200 Jacob Dawid Prevented the command line to lose focus when pressing tab.
Wed, 06 Apr 2011 17:00:49 +0200 Jacob Dawid Added some syntax highlighting.
Wed, 06 Apr 2011 16:39:39 +0200 Jacob Dawid Added comments.
Wed, 06 Apr 2011 16:16:17 +0200 Jacob Dawid Extended pending request skeleton to support other types of requests.
Wed, 06 Apr 2011 15:04:19 +0200 Jacob Dawid Imaginary numbers are rendered correctly.
Wed, 06 Apr 2011 14:01:09 +0200 Jacob Dawid Readded info request at startup.
Wed, 06 Apr 2011 13:59:10 +0200 Jacob Dawid Adding pending requests.
Tue, 05 Apr 2011 22:07:39 +0200 Jacob Dawid Added history to terminal.
Tue, 05 Apr 2011 21:23:08 +0200 Jacob Dawid Add copyright information.
Tue, 05 Apr 2011 21:10:20 +0200 Jacob Dawid Removed unused code.
Tue, 05 Apr 2011 21:08:18 +0200 Jacob Dawid Subclassed line edit to prepare for extended functionality.
Tue, 05 Apr 2011 20:45:27 +0200 Jacob Dawid Refactored code, split clients into their own threads.
Tue, 05 Apr 2011 20:09:40 +0200 Jacob Dawid Errors are now passed through correctly, interactive mode enforced.
Tue, 05 Apr 2011 18:03:17 +0200 Jacob Dawid Octaves output is being highlighted now.
Tue, 05 Apr 2011 17:15:01 +0200 Jacob Dawid Octave restarts when process exits.
Tue, 05 Apr 2011 08:42:28 +0200 Jacob Dawid Changed menu to toolbar.
Tue, 05 Apr 2011 00:12:18 +0200 Jacob Dawid Initial commit.
Wed, 12 Oct 2011 12:18:27 -0400 John W. Eaton handle class objects in num2cell
Wed, 12 Oct 2011 09:06:58 -0700 Rik gdbinit: Add documentation for macros. Add alias for new show_octave_dbstack command.
Wed, 12 Oct 2011 11:18:12 -0400 John W. Eaton axes: only update the currentaxes property of the parent figure if the axes object is visible
Wed, 12 Oct 2011 10:38:21 -0400 John W. Eaton show_octave_dbstack: new convenience function for debugging
Wed, 12 Oct 2011 10:55:45 +0100 Michael Goffioul Only add default menus for FLTK toolkit.
Tue, 11 Oct 2011 22:02:39 -0400 John W. Eaton make handles with their handlevisibility property set to "callback" visible in callback functions
Tue, 11 Oct 2011 21:55:21 -0400 John W. Eaton don't execute graphics handle callback functions recursively
Tue, 11 Oct 2011 18:08:44 -0400 Ben Abbott Allow the axis box to be turned off for the gnuplot backend.
Tue, 11 Oct 2011 23:07:48 +0100 Michael Goffioul Export base_property::set.
Tue, 11 Oct 2011 13:18:40 -0700 Rik strchr.m: Tune switching between algorithms. Add error messages to input validation.
Tue, 11 Oct 2011 16:15:35 -0400 John W. Eaton ishold: don't create axes if none exists
Tue, 11 Oct 2011 12:46:24 -0700 Rik strjust.m: Tweak code for performance. Add more input validation and tests.
Tue, 11 Oct 2011 10:53:24 -0400 John W. Eaton allow warnings about missing glyphs to be disabled
Tue, 11 Oct 2011 10:35:28 -0400 John W. Eaton fix clf docstring typo from previous change
Mon, 10 Oct 2011 21:04:22 -0700 Rik str2num.m: Simplify and speed up code by using indexing.
Mon, 10 Oct 2011 18:55:12 -0700 Rik mat2str.m: Tune function for Matlab compatability and speed.
Mon, 10 Oct 2011 21:39:16 -0400 John W. Eaton clf: return figure handle
Mon, 10 Oct 2011 17:31:21 -0700 Rik isstrprop.m: Put input validation first and add a few more tests.
Mon, 10 Oct 2011 15:08:48 -0400 John W. Eaton regexprep: only return cell array if first arg is cell array
Mon, 10 Oct 2011 15:01:56 -0400 John W. Eaton handle "split" option for regexp
Mon, 10 Oct 2011 11:12:34 -0700 Rik dec2base.m: Code tweaks for slightly better performance.
Mon, 10 Oct 2011 08:22:25 -0400 Ben Abbott Fix regression introduced by e9f6a6edec42.
Mon, 10 Oct 2011 10:27:12 +0100 Michael Goffioul Add __object__ property to uimenu.
Sun, 09 Oct 2011 12:58:59 -0700 Rik strtrunc.m: Add input validation and tests for length argument n.
Sun, 09 Oct 2011 07:25:07 -0700 Rik Add %!endfunction block keyword to test.m
Sat, 08 Oct 2011 20:14:35 -0700 Rik strtrunc.m: Fix errors in strread, textscan introduced by changeset 86d18a3cc911
Sat, 08 Oct 2011 19:58:29 -0700 Rik substr.m: Fix failing %!test for 0 length.
Sat, 08 Oct 2011 18:54:53 -0700 Rik strtrunc.m: Add %!test accidentally deleted in changeset 29a4d3b4211e
Sat, 08 Oct 2011 18:48:42 -0700 Rik strtrunc.m: Add support and %!test for char arrays as cellstr elements
Sat, 08 Oct 2011 20:33:50 -0400 Ben Abbott Fix reversion introduced by changeset 86d18a3cc911.
Sat, 08 Oct 2011 17:34:15 -0400 Ben Abbott Improvements to patch() and fix for bugs reported in #34417.
Sat, 08 Oct 2011 12:37:34 -0700 Rik strtrunc.m: Recode for 28X speedup for cellstr inputs
Sat, 08 Oct 2011 11:08:50 -0700 Rik substr.m: Expand function to accept negative values for length argument.
Fri, 07 Oct 2011 20:24:33 -0700 Rik shift.m: Add validation tests for dimension argument
Fri, 07 Oct 2011 20:21:09 -0700 Rik conv.m: Simplify algorithm and add more input validation and tests
Fri, 07 Oct 2011 22:16:07 -0400 John W. Eaton make concatenation of class objects work
Fri, 07 Oct 2011 23:04:38 -0400 John W. Eaton fix input validation for sortrows
Fri, 07 Oct 2011 23:03:36 -0400 John W. Eaton eliminate incorrect tests for shift
Fri, 07 Oct 2011 17:44:31 -0700 Rik sortrows.m: Improve input validation and add more tests.
Fri, 07 Oct 2011 16:44:47 -0700 Rik shift.m: Fix typo in %!error tests