Mercurial > hg > octave-thorsten
graph
-
GUI: Settings take immediate effect on the m-editor draft default tipTue, 11 Sep 2012 22:19:51 +0200, by Thorsten Liebig
-
* settings-dialog.ui: removed some strange settings and signal connections draftTue, 11 Sep 2012 22:12:45 +0200, by Thorsten Liebig
-
tag calls to mxArray::malloc, mxArray::calloc, and mxArray::strsave with class name draftTue, 11 Sep 2012 14:24:44 -0400, by John W. Eaton
-
* mysparse.c (mexFunction): Declare pbr and pbr2 as mxLogical*, not bool*. draftTue, 11 Sep 2012 13:44:42 -0400, by John W. Eaton
-
build: Implement some caching for OCTAVE_CHECK_LIB macro. draftTue, 11 Sep 2012 10:30:32 -0700, by Rik
-
configure.ac: Fix building of Octave with ancient versions of SuiteSparse (3.2.X) draftTue, 11 Sep 2012 07:55:37 -0700, by Rik
-
GUI: new setting to restore tabs from previous session; allow silent load file draftTue, 11 Sep 2012 15:24:22 +0200, by Thorsten Liebig
-
GUI: recognize editor prefences for long title names; changed default value to false draftTue, 11 Sep 2012 10:50:43 +0200, by Thorsten Liebig
-
correctly restore the size of all dock-widgets when maximized draftMon, 10 Sep 2012 21:55:18 +0200, by Torsten
-
when writing sparse matrices to MAT files, use nzmax of at least 1 (bug #36603) draftTue, 11 Sep 2012 01:47:48 -0400, by John W. Eaton
-
avoid GUI crash due to null pointer dereference draftMon, 10 Sep 2012 18:02:11 -0400, by John W. Eaton
-
don't display hidden variables in workspace view draftMon, 10 Sep 2012 15:56:17 -0400, by John W. Eaton
-
display class of variables in workspace viewer instead of type draftMon, 10 Sep 2012 15:30:22 -0400, by John W. Eaton
-
configure.ac: Do not check for Qt with --disable-gui draftMon, 10 Sep 2012 12:42:25 -0600, by Max Brister
-
keep history in gui widget at bottom when new items are added draftMon, 10 Sep 2012 14:37:17 -0400, by John W. Eaton
-
pt-jit.cc (jit_function_info::jit_function_info): Verify llvm IR when debugging draftMon, 10 Sep 2012 00:49:59 -0600, by Max Brister
-
build: Use caching on more intermediate results to speed up configure. draftSun, 09 Sep 2012 12:31:19 -0700, by Rik
-
acinclude.m4: Put temporary shell variables in macros into ac_octave namespace. draftSat, 08 Sep 2012 18:47:29 -0700, by Rik
-
run-octave.in: Add -gud2 option to support new versions of gud draftSat, 08 Sep 2012 18:05:57 -0600, by Max Brister
-
fix problem in interp3.m when method argument is passed, added tests, and made one test more stringent draftFri, 07 Sep 2012 12:24:15 +0100, by Kris Thielemans
-
Fix typo in shrinkfaces.m (thanks Marco Atzeri) draftSat, 08 Sep 2012 17:13:21 -0400, by Jordi Gutiérrez Hermoso
-
Verify appdata exists before removing a propery. Also verify the property draftFri, 07 Sep 2012 21:34:10 -0400, by Philip Nienhuis
-
build: Silence compiler warning in config.log for OCTAVE_UMFPACK_SEPARATE_SPLIT. draftFri, 07 Sep 2012 17:07:30 -0700, by Rik
-
Disable tests calling imread if not using GraphicsMagick draftFri, 07 Sep 2012 18:32:53 -0400, by Mike Miller
-
Fix errors with string options passed to older libcurl (bug #36717) draftFri, 07 Sep 2012 18:14:14 -0400, by Mike Miller
-
urlwrite.cc: Ensure the default HTTP request method is reset to GET draftFri, 07 Sep 2012 00:33:28 -0400, by Mike Miller
-
Revert changeset c267a3522d6c to replace with a better solution draftThu, 06 Sep 2012 23:01:51 -0400, by Mike Miller
-
* file-editor.cc (file_editor::request_open_file): canceled open --> restore focus to previous tab draftThu, 06 Sep 2012 21:21:04 +0200, by Thorsten Liebig
-
* file-editor-tab.cc (file_editor_tab::file_editor_tab): fixed uninitialized bool for long tab title draftThu, 06 Sep 2012 21:13:09 +0200, by Thorsten Liebig
-
m4/acinclude.m4: Use more consistent m4 quoting of arguments to macros. draftThu, 06 Sep 2012 12:18:22 -0700, by Rik
-
configure.ac: Use m4 quoting more consistently throughout file. draftThu, 06 Sep 2012 11:44:24 -0700, by Rik
-
file-editor-tab.cc (file_editor_tab::open_file): Make argument const reference draftThu, 06 Sep 2012 14:41:03 -0400, by Jordi Gutiérrez Hermoso
-
keep history in gui widget in chronological order, top to bottom draftThu, 06 Sep 2012 13:49:04 -0400, by John W. Eaton
-
Merge in Thorsten Liebig's changes draftThu, 06 Sep 2012 13:04:48 -0400, by Jordi Gutiérrez Hermoso
-
Fix error when compiling with complex matrix (bug #37247) draftThu, 06 Sep 2012 02:19:09 -0600, by Max Brister
-
allow jit compiler to be enabled at run-time draftThu, 06 Sep 2012 01:33:08 -0400, by John W. Eaton
-
mkoctfile.in.cc: Remove unneeded "std::" namespace decorators draftWed, 05 Sep 2012 20:31:48 -0700, by Rik
-
configure.ac: Disable JIT compilation by default. Added --enable-jit to compile JIT. draftWed, 05 Sep 2012 20:17:05 -0700, by Rik
-
don't insert unknonwn parameters in internal octave_config_info struct draftWed, 05 Sep 2012 20:22:20 -0400, by John W. Eaton
-
configure.ac: Use true/false rather than yes/no for build_gui variable. draftWed, 05 Sep 2012 16:59:19 -0700, by Rik
-
Special-case removing rows or columns from empty sparse matrices draft stableThu, 21 Jun 2012 14:42:05 -0400, by John W. Eaton
-
Ensure sparse constructors have valid ridx and data indices even if they are zero matrices (bug #36104) draft stableSat, 19 May 2012 01:59:21 +0200, by David Bateman
-
pass QString by const reference instead of value draftWed, 05 Sep 2012 11:41:21 -0400, by John W. Eaton
-
Fix mex compilation with subdirs on Windows platforms (bug #37122) draftWed, 05 Sep 2012 08:14:37 -0700, by Rik