log

age author description
Fri, 25 Oct 2019 14:50:09 -0400 John W. Eaton use QMutexLocker to manage locks in qt_interpreter_events methods
Sat, 26 Oct 2019 12:20:29 -0400 John W. Eaton move qt_interpreter_events object from interpreter_qobject to octave_qobject
Tue, 29 Oct 2019 11:36:14 -0400 John W. Eaton improve compatibility of quit function
Tue, 29 Oct 2019 16:37:02 -0700 Rik maint: merge stable to default.
Tue, 29 Oct 2019 16:36:41 -0700 Rik doc: Create en-dashes and em-dashes correctly in documentation. stable
Tue, 29 Oct 2019 16:33:40 -0700 Rik fminsearch.m: Use only real part of objective function for Matlab compatibility (bug #57136).
Tue, 29 Oct 2019 17:23:08 +0100 Torsten Lilge use symbolic constants for command widget preferences
Tue, 29 Oct 2019 08:10:02 -0700 Rik Change disable_app_nap to file local function rather than private member function.
Mon, 28 Oct 2019 17:14:51 -0700 Rik maint: merge stable to default.
Mon, 28 Oct 2019 17:14:34 -0700 Rik Fix BIST test for is_same_file on Windows platforms.
Mon, 28 Oct 2019 15:49:47 -0700 Mike Miller doc: expand page_output_immediately doc string, mention page_screen_output stable
Mon, 28 Oct 2019 12:05:06 -0400 John W. Eaton fix line count in lexer when mixing line and block comments (bug #57121)
Mon, 28 Oct 2019 20:03:04 +0900 Kai T. Ohlhus maint: merge stable to default.
Mon, 28 Oct 2019 15:25:07 +0900 Kai T. Ohlhus improve file equaliy check for MS Windows (bug #55161). stable
Sun, 27 Oct 2019 14:19:34 -0700 Andrew Janke Disable Mac App Nap feature so that pause, sleep work correctly (bug #55940).
Sun, 27 Oct 2019 12:16:57 -0700 Rik pkg.m: Use uppercase URL in documentation and error messages.
Sat, 26 Oct 2019 21:51:41 +0200 Philip Nienhuis Adapt path styles for pkg.m on Windows (bug #57083)
Sun, 27 Oct 2019 10:59:53 -0700 Rik Fix compiler warning about errant semicolon in cset 775412096ae4.
Sun, 27 Oct 2019 10:31:33 -0700 Rik Polish implementation of is_same_file().
Sun, 27 Oct 2019 17:25:36 +0100 Torsten Lilge use symbolic constants for file dock widget preferences
Sun, 27 Oct 2019 09:59:39 +0100 Markus Mützel New function "is_same_file".
Sat, 26 Oct 2019 19:00:54 -0700 Rik Store constant row vectors for ones(), zeros(), pi(), e() as Ranges for compactness.
Sat, 26 Oct 2019 05:56:52 -0700 Rik doc: Tweaks to @ref, @xref, @pxref invocations for better output.
Sat, 26 Oct 2019 05:31:40 -0700 Pantxo Diribarne Display documentation cross-references more clearly in plaintext format (bug #56929).
Sat, 26 Oct 2019 10:56:13 +0200 Markus Mützel Use syntax for UTF-8 mode with PCRE that is used in the configure test (bug #35910).
Fri, 25 Oct 2019 17:38:08 +0200 Markus Mützel Add basic support for string encoding with fgetl and fgets (bug #55452).
Fri, 25 Oct 2019 01:42:56 -0400 John W. Eaton fix incorrect gui preference key
Fri, 25 Oct 2019 01:30:03 -0400 John W. Eaton use symbolic preference keys if available
Fri, 25 Oct 2019 00:41:16 -0400 John W. Eaton fix typo in call to QSettings::value function
Fri, 25 Oct 2019 00:38:06 -0400 John W. Eaton split gui-preferences.h into one file per widget
Thu, 24 Oct 2019 17:39:11 -0400 John W. Eaton declare gui_pref data members const
Thu, 24 Oct 2019 12:10:03 -0400 John W. Eaton * gui-preferences.h (fb_show_): Delete unused variable.
Thu, 24 Oct 2019 12:09:07 -0400 John W. Eaton fix initialization so some function-local static vars may be declared const
Fri, 25 Oct 2019 07:36:37 +0200 Torsten Lilge improve run selection from editor (bug #42705)
Thu, 24 Oct 2019 22:33:37 +0200 Pantxo Diribarne findall.m: Fix failing test after cset d0f778462a51 (bug #55970)
Fri, 27 Sep 2019 13:14:13 +0200 Pantxo Diribarne Restore hability to copy figure to clipboard (bug #55970)
Thu, 24 Oct 2019 03:47:41 -0400 John W. Eaton eliminate global uiwidget_creator variable
Thu, 24 Oct 2019 03:40:52 -0400 John W. Eaton refactor dialog functions
Thu, 24 Oct 2019 01:50:58 -0400 John W. Eaton move some dialog slot functions from octave-qobject.cc to dialog.cc
Thu, 24 Oct 2019 01:26:31 -0400 John W. Eaton * qt-interpreter-events.cc: Use range-based for loop where possible.
Thu, 24 Oct 2019 01:15:50 -0400 John W. Eaton eliminate unnecessary use of pointers
Wed, 23 Oct 2019 12:50:42 -0700 Mike Miller do not emulate cursor movements for mouse clicks in terminal (bug #55854)
Wed, 23 Oct 2019 08:19:45 -0700 Rik maint: merge stable to default.
Wed, 23 Oct 2019 08:19:20 -0700 Hartmut Gimpel doc: Clarify documentation of history_file (bug #57027) stable
Tue, 22 Oct 2019 23:13:50 -0400 John W. Eaton reset exit_status before getting input in pull parser input loop
Tue, 22 Oct 2019 17:17:37 -0700 Rik doc: Delete stray comments in dbstop documentation (bug #57084).
Thu, 17 Oct 2019 22:01:28 +0200 Markus Mützel Check if PCRE was compiled with --enable-utf (bug #35910).
Tue, 22 Oct 2019 13:38:02 -0400 John W. Eaton eliminate global tmp_files variable
Tue, 22 Oct 2019 08:13:26 -0700 Rik NEWS: Yet more format changes for Markdown syntax.
Mon, 21 Oct 2019 16:08:32 -0400 John W. Eaton deprecate unecessary global variable Vtrack_line_num
Mon, 21 Oct 2019 19:55:41 -0700 Rik NEWS: More format changes for Markdown syntax.
Tue, 22 Oct 2019 10:06:33 +0900 Kai T. Ohlhus doc: NEWS fix Markdown markup for code using "`" not "'".
Thu, 17 Oct 2019 20:41:03 +0200 Markus Mützel Document that regexp* functions need UTF-8 encoded input (bug #35910).
Mon, 21 Oct 2019 11:50:20 -0400 John W. Eaton remove OCTAVE_DEPRECTED tags from enum values (bug #57092)
Mon, 21 Oct 2019 16:23:52 +0100 Guillaume Flandin struct2hdl.m: Allow light objects to be constructed (bug #57093)
Fri, 18 Oct 2019 16:45:56 -0400 John W. Eaton include ENABLE_COMMAND_LINE_PUSH_PARSER in build info struct
Fri, 18 Oct 2019 16:44:14 -0400 John W. Eaton use push parser in debug repl if enabled
Fri, 18 Oct 2019 15:57:58 -0400 John W. Eaton use unwind_protect_var instead of unwind_protect object for a single var
Fri, 18 Oct 2019 15:40:25 -0400 John W. Eaton consolidate initialization code
Fri, 18 Oct 2019 14:31:22 -0400 John W. Eaton be more defensive about using m_app_context in interpreter code