log

age author description
Sat, 16 Nov 2019 17:24:41 +0100 Markus Mützel Use Unicode-aware functions when initializing load-path (bug #57235).
Sat, 16 Nov 2019 16:13:07 +0100 Torsten Lilge consider frame decoration when setting main window geometry
Sat, 16 Nov 2019 15:30:21 +0100 Markus Mützel * version.m: Include more information if invoking Java fails (bug #57202).
Sat, 16 Nov 2019 15:13:12 +0100 Markus Mützel When loading a library display error message from OS on Windows (bug #57202).
Sat, 16 Nov 2019 01:04:30 -0500 John W. Eaton restore files deleted in changeset b3401292e101
Fri, 15 Nov 2019 18:09:57 -0500 John W. Eaton don't notify toolkit when setting beingdeleted property (bug #56952)
Fri, 15 Nov 2019 18:06:28 -0500 John W. Eaton backout changesets cdb681adc85a and b3401292e101 (bug #56952)
Fri, 15 Nov 2019 20:38:21 +0100 Torsten Lilge improve error messages when executing slected code by F9 (bug #57205)
Fri, 15 Nov 2019 10:37:33 -0500 John W. Eaton improve exit behavior with qt graphics toolkit (bug #56952)
Thu, 14 Nov 2019 21:35:14 -0500 John W. Eaton store Qt graphics toolkit object in interpreter_qobject
Thu, 14 Nov 2019 13:15:31 -0800 Mike Miller do not call main_loop in embedded interpreter (bug #57229)
Thu, 14 Nov 2019 14:06:04 -0800 Rik Return real values for Hermitian inputs to eigs (bug #57196).
Thu, 14 Nov 2019 21:53:38 +0100 Torsten Lilge prevent editor from closing too early (bug #57226)
Thu, 14 Nov 2019 15:21:49 -0500 John W. Eaton prevent atexit functions from adding new atexit functions
Thu, 14 Nov 2019 15:18:15 -0500 John W. Eaton don't use static variable for list of interpreter atexit functions
Thu, 14 Nov 2019 11:14:25 -0800 Rik doc: Move commandwind() function and friends to new section of manual (bug #57213).
Wed, 13 Nov 2019 22:56:33 +0100 Torsten Lilge fix parse error handling when executing selected code (bug #57227)
Wed, 13 Nov 2019 20:00:02 +0100 Torsten Lilge Fix comparison of current copy shortcut to ctrl+c (bug #57220)
Wed, 13 Nov 2019 10:56:03 -0800 Rik svds.m: Undo fix in 2213e82bb9d3 now that eigs() has been updated (bug #57185).
Wed, 13 Nov 2019 18:58:32 +0100 Torsten Lilge hide tmp file in error and bp messages when executing selected code (bug #57205)
Wed, 13 Nov 2019 09:37:26 -0800 Rik Return only real eigenvalues from eigs() for symmetric matrices (bug #57196).
Tue, 12 Nov 2019 15:39:05 +0100 Pantxo Diribarne Hide __appdata__ internal property (bug #57211).
Wed, 13 Nov 2019 09:13:41 -0500 John W. Eaton maint: merge stable to default.
Wed, 13 Nov 2019 11:11:49 +0100 Andreas Weber mat2str.m: Fix for logical matrix (add transpose) stable
Tue, 12 Nov 2019 22:36:17 +0100 Markus Mützel * kpse.cc (READABLE): Prefixing "\\?\" only works for absolute paths (bug #57215).
Tue, 12 Nov 2019 21:03:53 +0100 Torsten Lilge fix executing selected code containing a clear all command (bug #57204)
Tue, 12 Nov 2019 14:39:07 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 13:51:22 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 13:35:44 -0500 John W. Eaton use templated QVariant value extractor instead of static_cast
Tue, 12 Nov 2019 13:32:59 -0500 John W. Eaton fix mismatch in settings key and default value