log

age author description
Sun, 11 Feb 2018 10:26:22 -0800 Rik Fix alignment of numbers in fixed_point_format display (bug #53083).
Sun, 11 Feb 2018 12:58:11 -0500 John W. Eaton eliminate useless public iterator typedefs in child_list class
Sun, 11 Feb 2018 18:14:22 +0100 Torsten * webinfo.cc (tab_state_changed): set focus to current tab after tab removal
Sun, 11 Feb 2018 11:17:34 -0500 John W. Eaton don't use singleton pattern for child_list
Sun, 11 Feb 2018 09:20:36 -0500 John W. Eaton move more GUI classse inside octave namespace
Sat, 10 Feb 2018 23:32:04 -0500 John W. Eaton move internal input reader classes out of header file
Sun, 11 Feb 2018 10:57:46 +0100 Torsten use tab navigation from tab_bar in file editor
Sun, 11 Feb 2018 10:16:53 +0100 Torsten * file-editor.cc: fix broken copy/cut/past/undo actions
Sat, 10 Feb 2018 18:21:46 -0500 John W. Eaton deprecate some function installing functions
Sat, 10 Feb 2018 16:06:16 -0500 John W. Eaton use DEFMETHODX instead of undefining quad
Sat, 10 Feb 2018 16:03:27 -0500 John W. Eaton move install_builtins function inside symbol_table class
Sat, 10 Feb 2018 15:57:32 -0500 John W. Eaton * mk-builtins.pl: Don't generate functions that do nothing.
Sat, 10 Feb 2018 15:45:22 -0500 John W. Eaton * gl-render.cc: Fix compilation error when HAVE_OPENGL is not defined.
Sat, 10 Feb 2018 08:33:17 +0100 Torsten add tab move and switch shortcuts to the doc browser
Sat, 10 Feb 2018 19:22:06 +0100 Torsten * webinfo.cc: fix broken close button of doc browser tabs
Sat, 10 Feb 2018 07:58:25 -0500 John W. Eaton avoid splitting namespace blocks unnecessarily
Sat, 10 Feb 2018 06:37:16 -0500 John W. Eaton avoid comparison to NULL
Fri, 09 Feb 2018 19:20:53 +0100 Markus Mützel winqueryreg: Fix error on Windows XP (bug #50463).
Sat, 03 Feb 2018 16:48:01 +0100 Markus Mützel Fix cross-building for win32 target (bug #50463).
Fri, 09 Feb 2018 16:14:26 -0500 John W. Eaton move more GUI classes inside octave namespace
Fri, 09 Feb 2018 14:52:29 -0500 John W. Eaton * file-editor.cc: More style fixes.
Fri, 09 Feb 2018 13:56:34 -0500 John W. Eaton move GUI file editor classes inside octave namespace
Fri, 09 Feb 2018 13:13:39 -0500 John W. Eaton move GUI main_window and related classes inside octave namespace
Thu, 08 Feb 2018 17:15:13 -0500 Markus Mützel Add "-blas" and "-lapack" options to "version" (bug #45659).
Fri, 09 Feb 2018 19:57:39 +0100 Torsten style fixes for file editor
Fri, 09 Feb 2018 19:57:36 +0100 Torsten move shortcuts for tab closing into a separate global settings-section
Fri, 09 Feb 2018 10:35:52 -0800 Rik Fix XXXerr plot demos which rely on wblpdf (bug #53072).
Thu, 08 Feb 2018 16:20:41 -0500 John W. Eaton avoid reinterpret_cast on function pointer in previous change
Thu, 08 Feb 2018 19:56:18 +0100 Markus Mützel winqueryreg: Close registry key after use (bug #50463).
Thu, 08 Feb 2018 11:27:39 -0500 John W. Eaton style fixes for varaible editor