log

age author description
Mon, 02 Dec 2019 22:58:55 -0600 John W. Eaton store begin and end position in tokens
Mon, 02 Dec 2019 22:37:05 -0600 John W. Eaton use filepos object to store beginning position of character strings
Mon, 02 Dec 2019 18:23:12 +0100 Pantxo Diribarne Make graphics antialiasing and blending independent (bug #57343)
Mon, 02 Dec 2019 18:20:28 -0600 John W. Eaton use file position object to track line and column info in lexer and parser
Mon, 02 Dec 2019 15:23:01 -0600 John W. Eaton require position info when creating tokens for the parser
Mon, 02 Dec 2019 10:25:57 -0600 John W. Eaton report missing semicolon location for array expressions (bug #57159)
Mon, 02 Dec 2019 08:19:32 -0800 Rik rescale.m: more fixes (bug #56639).
Mon, 02 Dec 2019 01:16:12 -0600 John W. Eaton make location info available for more tokens in parser
Fri, 29 Nov 2019 15:42:34 -0600 John W. Eaton fix stack frame location info when using debugger (bug #57315)
Sun, 01 Dec 2019 19:51:35 -0600 John W. Eaton fix handling of full line comments at command prompt (bug #57208)
Sat, 23 Nov 2019 11:47:16 +0100 Markus Meisinger Add stream* functions (patch #9859).
Sun, 17 Nov 2019 10:26:50 +0100 Markus Mützel __scatter__.m: Use one single patch for large number of points (bug #40663).
Sat, 30 Nov 2019 22:49:26 +0100 Markus Mützel Overhaul function rescale.m (bug #56639).
Sat, 30 Nov 2019 07:22:46 -0800 Christian Himpe rescale.m: New function (bug #56639).
Fri, 29 Nov 2019 10:41:03 +0100 Pantxo Diribarne legend.m: Fix storage of listeners for displayname property
Fri, 29 Nov 2019 10:32:15 +0100 Pantxo Diribarne legend.m: prevent infinite listener execution with uipanel parent (bug #57319)
Thu, 28 Nov 2019 22:25:07 +0100 Torsten Lilge prevent empty lines when using F9 for executing slected code (bug #57243)
Thu, 28 Nov 2019 19:15:06 +0100 Torsten Lilge fix execution of selected code containing quotation marks by F9 (bug #57312)
Thu, 28 Nov 2019 09:24:42 +0100 Pantxo Diribarne legend.m: reset both plotyy axes data when legend is deleted (bug #57319)
Wed, 27 Nov 2019 08:16:33 -0800 Rik plotyy.m: Fix incorrect parenting of second axes object (bug #57313)
Tue, 26 Nov 2019 15:37:50 +0100 Pantxo Diribarne legend.m: Make icon height depend on the fontsize (bug #57269)
Tue, 26 Nov 2019 20:28:28 +0100 Markus Mützel Compare locale charset name in lower case (bug #57304).
Tue, 26 Nov 2019 13:57:43 +0100 Pantxo Diribarne legend.m: handle colormap also for non figure parent (bug #57303)
Mon, 25 Nov 2019 10:13:04 -0800 Rik Change warning to be case insensitive about options (bug #57290).
Sun, 24 Nov 2019 14:01:16 -0600 John W. Eaton allow private scripts to be called from other private scripts
Sun, 24 Nov 2019 13:38:37 -0600 John W. Eaton delete obsolete unused function
Sun, 24 Nov 2019 13:28:39 +0100 Markus Mützel Map "applicationdata" to "__appdata__" recursively (bug #57212).
Sat, 23 Nov 2019 10:12:49 -0800 Rik idivid.m: error out if both inputs are floating point (bug #57278).
Sat, 23 Nov 2019 07:47:54 -0800 Rik Stop compilation warning regarding signed/unsigned comparison in MXE Octave (bug #52720)
Sat, 23 Nov 2019 14:43:02 +0100 Pantxo Diribarne legend.m: Restore original axes looseinset when the legend is hidden.
Sat, 23 Nov 2019 14:24:36 +0100 Pantxo Diribarne legend.m: New labels on existing legend to redefine labeled objects.
Sat, 23 Nov 2019 13:09:50 +0100 Pantxo Diribarne legend.m: Fix handling of empty strings and displayname (bug #57271)
Fri, 22 Nov 2019 20:36:05 +0100 Markus Mützel Add missing header for compile time format check for MinGW (bug #57270).
Fri, 22 Nov 2019 12:18:21 -0600 John W. Eaton improve parse error message for @()x+=expr (bug #57255)
Thu, 21 Nov 2019 19:23:20 -0600 John W. Eaton use std::shared_ptr to manage stream rep
Thu, 21 Nov 2019 18:41:08 -0500 John W. Eaton move graphics_toolkit class inside octave namespace
Thu, 21 Nov 2019 17:34:04 -0500 John W. Eaton * graphics_toolkit.h: Style fixes. Use m_ prefix for member variables.
Thu, 21 Nov 2019 17:08:59 -0500 John W. Eaton use std::shared_ptr to manage graphics_toolkit rep
Thu, 21 Nov 2019 12:54:55 -0800 Rik Fix old legend code to pass new BIST tests (bug #57288).
Sat, 15 Dec 2018 12:53:18 +0100 Markus Mützel Keep track of children in uibuttongroup (bug #55230).
Wed, 20 Nov 2019 19:34:15 -0600 John W. Eaton eliminate unnecessary expr_no_assign non-terminal in parser
Wed, 20 Nov 2019 19:22:54 -0600 John W. Eaton disallow lvalue references in anonymous functions (bug #57255)
Wed, 20 Nov 2019 17:22:01 -0800 Rik smooth3.m: Overhaul function (bug #57276)
Wed, 20 Nov 2019 19:17:49 +0100 Torsten Lilge add FIXMEs for replacing static casts by Qvariants value<T> after Qt 5.4
Wed, 20 Nov 2019 00:01:18 -0600 John W. Eaton move some common actions into tree_walker base class
Wed, 20 Nov 2019 07:33:24 +0100 Torsten Lilge provide structure and settings value method for shortcut key sequences
Tue, 19 Nov 2019 22:53:09 +0100 Pantxo Diribarne legend.m: fix icon height for patch and surface objects (bug #57269)
Tue, 19 Nov 2019 18:29:25 +0100 Pantxo Diribarne legend.m: fix argument parsing when empty string present (bug #52641)
Tue, 19 Nov 2019 18:02:55 +0100 Pantxo Diribarne legend.m: fix max recursion error with fltk (bug #52752)
Tue, 19 Nov 2019 08:57:49 -0800 Rik Stop incorrect warning when EY is a scalar and FMT is present (bug #57261).
Tue, 19 Nov 2019 08:53:02 -0800 Rik legend.m: Tweaks to cset 39ac47fdcda2.
Tue, 19 Nov 2019 16:40:11 +0100 Pantxo Diribarne legend.m: handle "edgecolor" passed at legend creation (bug #56968)
Tue, 19 Nov 2019 16:21:16 +0100 Pantxo Diribarne legend.m: also inherit "clim" property from peer axes (bug #57258)
Tue, 19 Nov 2019 15:52:12 +0100 Pantxo Diribarne legend.m: handle non default colormap (bug #54757)
Tue, 19 Nov 2019 13:23:32 +0100 Pantxo Diribarne legend.m: handle plotyy with ones axes already legend aware (bug #57257)
Tue, 19 Nov 2019 11:16:22 +0100 Pantxo Diribarne legend.m: better vertical alignment for horizontal orientation (bug #57264)
Mon, 18 Nov 2019 23:50:25 +0100 Pantxo Diribarne legend.m: fix regression with plotyy item order (bug #50497)
Mon, 18 Nov 2019 22:16:15 +0100 Torsten Lilge backout changeset fb2724126950 for fixing bug #57225
Mon, 18 Nov 2019 18:05:46 +0100 Pantxo Diribarne legend.m: don't set too large looseinset for outside legends (bug #50094)
Mon, 18 Nov 2019 10:15:34 -0800 Rik legend.m: Code cleanup for cset c66467f74278.
Mon, 18 Nov 2019 11:57:51 -0500 John W. Eaton don't declare figure::properties::toolkit as mutable
Wed, 13 Nov 2019 09:53:07 +0100 Pantxo Diribarne Rewrite legend (task #14243)
Sat, 16 Nov 2019 23:32:42 +0100 Philip Nienhuis Make packages installation dirs in global octave_packages file relative
Sun, 17 Nov 2019 11:39:57 +0100 Markus Mützel Include error number in message if library loading fails (bug #57202).
Sat, 16 Nov 2019 18:37:20 -0800 Rik hgload.m: Small changes for Octave coding conventions.
Sat, 16 Nov 2019 18:26:47 +0100 Markus Mützel * hgload.m: Map "applicationdata" to "__appdata__" for Matlab compatibility (bug #57212).
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
Tue, 12 Nov 2019 18:34:49 +0100 Pantxo Diribarne Fix typo in cset 271b5cd640d7 (bug #57213)
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Tue, 12 Nov 2019 11:15:40 -0500 John W. Eaton don't include gui-preferences-global.h in gui-preferences.h
Tue, 12 Nov 2019 17:32:39 +0100 Pantxo Diribarne NEWS: add commandwindow, filebrowser, commandhistory and workspace functions (bug #57213)
Tue, 12 Nov 2019 14:54:25 +0100 Pantxo Diribarne Add functions to show GUI windows (bug #57213)
Mon, 11 Nov 2019 20:22:52 +0100 Torsten Lilge fix compilation warning for old style cast (bug #57203)
Mon, 11 Nov 2019 19:16:04 +0100 Torsten Lilge fix compilation error for missing qmeta-type (bug #57203)
Mon, 30 Sep 2019 11:05:42 +0200 Carlo de Falco Remove wrapper template class NoAlias<T> (bug #56752)
Sun, 10 Nov 2019 21:56:18 +0100 Torsten Lilge replace preference literals by symbolic constants for dock widgets
Sun, 10 Nov 2019 14:05:23 +0100 Torsten Lilge avoid unnecessary includes of gui-preference header files
Sun, 10 Nov 2019 12:54:48 +0100 Torsten Lilge remove unused autofit preferences for variable editor from settings dialog
Sun, 10 Nov 2019 12:15:33 +0100 Torsten Lilge replace preference literals by symbolic constants for variable editor
Sat, 09 Nov 2019 11:33:55 -0800 Rik svds should *always* return real singular values (bug #57185).
Sat, 09 Nov 2019 12:45:07 +0100 Torsten Lilge replace preference literals by symbolic constants for workspace view
Fri, 08 Nov 2019 10:26:28 -0500 John W. Eaton * Qterminal.cc: Include config.h.
Fri, 08 Nov 2019 10:25:39 -0500 John W. Eaton simplify Copy shortcut == Ctrl-C detection in QTerminal
Fri, 08 Nov 2019 08:59:46 -0500 John W. Eaton fix typo in previous change
Thu, 07 Nov 2019 19:10:19 -0500 John W. Eaton make Ctrl-C work as interrupt in command window again
Thu, 07 Nov 2019 13:47:46 -0500 John W. Eaton fix circular dependency for libgui <-> libgraphics
Thu, 07 Nov 2019 09:09:27 -0500 John W. Eaton eliminate unused __get_history_system__ function
Thu, 07 Nov 2019 20:11:08 +0100 Torsten Lilge fix message box when trying to open a non-existant function in the editor
Thu, 07 Nov 2019 10:03:28 +0100 Torsten Lilge fix running selected code by F9 in case of errors during execution
Thu, 07 Nov 2019 10:03:25 +0100 Torsten Lilge fix broken storing of editor session data at shutdown
Wed, 06 Nov 2019 18:18:51 -0800 Mike Miller include SIGKILL in the SIG structure of known signals (bug #57183)