log

age author description
Mon, 11 Jun 2018 17:30:23 -0700 Rik Change default ShadowColor property to match Matlab (bug #53805).
Mon, 11 Jun 2018 21:58:56 +0200 Torsten remove obsolete paste table action in variable editor (bug #53002)
Mon, 11 Jun 2018 15:11:25 -0400 John W. Eaton don't link .oct files with liboctinterp or liboctave (bug #53627)
Mon, 11 Jun 2018 13:07:55 -0400 John W. Eaton maint: Merge stable to default.
Mon, 11 Jun 2018 12:55:59 -0400 John W. Eaton treat NULL as [] for mxSetFieldByNumber and mxSetCell (bug #54096) stable
Sat, 09 Jun 2018 20:01:38 -0500 Daniel J Sebald Supply missing iostream declarations via <istream> (bug #54091)
Fri, 08 Jun 2018 18:04:18 -0400 John W. Eaton new class for miscellaneous interpreter settings
Fri, 08 Jun 2018 18:34:26 -0400 John W. Eaton tmp-parser-namespace-fixes
Fri, 08 Jun 2018 18:27:37 -0400 John W. Eaton store reference instead of pointer to interpreter in lexer
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Wed, 06 Jun 2018 13:13:20 -0400 John W. Eaton * open.m: Check arg type before checking file type.
Wed, 06 Jun 2018 12:41:03 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 25 May 2018 16:30:01 -0400 John W. Eaton eliminate some singletons and static & global variables
Sat, 17 Mar 2018 11:59:05 -0500 John W. Eaton use templates to eliminate duplicate code in random number generators
Sat, 17 Mar 2018 07:02:30 -0500 John W. Eaton use templates and move rand functions inside octave namespace
Wed, 06 Jun 2018 14:07:04 +0200 Pantxo Diribarne open.m: check the requested file exists (bug #54064)
Tue, 05 Jun 2018 20:57:36 +0200 Markus Mützel Delete listeners before invalidating graphics object.
Tue, 05 Jun 2018 13:28:45 -0400 John W. Eaton maint: Merge stable to default.
Tue, 05 Jun 2018 16:22:59 +0200 Guillaume Flandin Change default ui* objects color for compatibility (bug #53805)
Mon, 04 Jun 2018 23:15:50 +0200 Pantxo Diribarne Properly test Qt offscreen printing during manual figures generation. stable
Sun, 03 Jun 2018 23:34:34 -0500 Daniel J Sebald Supply missing refloat function symbol when QTBUG-44813 is ignored (bug #54051)
Mon, 04 Jun 2018 22:19:01 +0200 Markus Mützel Update doc string for light.
Sun, 03 Jun 2018 21:43:15 +0200 Markus Mützel Automatically calculate normals for patch objects (patch #8951).
Sat, 02 Jun 2018 18:28:38 +0200 Markus Mützel Avoid segfault with textscan (bug #53786). stable
Sun, 03 Jun 2018 19:51:11 +0200 Markus Mützel Move management of lights in axes from GL to graphics backend.
Sat, 02 Jun 2018 18:28:38 +0200 Markus Mützel Avoid segfault with textscan (bug #53786).
Sat, 02 Jun 2018 14:17:49 +0200 Markus Mützel Re-organize to avoid code duplication (bug #54083).
Sat, 02 Jun 2018 12:07:56 +0200 Markus Mützel Add support for "tab" character in strings in plots (bug #54035).
Thu, 31 May 2018 22:46:09 +0200 Markus Mützel Fix segmentation fault with last change (bug #47677).
Mon, 18 Jul 2016 18:33:48 +0200 Markus Muetzel Enable support of non-coplanar faces in patches for OpenGL (bug #47677).
Sun, 27 May 2018 14:26:43 -0500 Daniel J Sebald Work around for Variable Editor unfloat/float on Ubuntu Unity (bug #53893)
Tue, 29 May 2018 13:56:22 -0700 Mike Miller maint: merge stable to default
Sun, 27 May 2018 22:13:24 +0200 Markus Mützel Make "is*" string functions Unicode aware.
Tue, 29 May 2018 09:08:25 +0200 Markus Mützel Add missing gnulib module.
Wed, 16 May 2018 21:36:27 +0200 Markus Mützel Make "tolower" and "toupper" Unicode aware (bug #53873).
Sun, 27 May 2018 19:20:47 +0200 Markus Mützel Add function to index characters in UTF-8 encoded strings.
Sat, 26 May 2018 20:50:46 +0200 Torsten provide shortcuts for switching between widgets in var. editor (bug #53002)
Thu, 24 May 2018 19:20:35 -0700 Mike Miller add Qt include needed to build against Qt 5.11 (bug #53978) stable
Thu, 24 May 2018 18:42:52 -0700 Rik Fix various bugs with audioread, audiowrite, audioinfo (bug #53975).
Wed, 15 Mar 2017 22:00:17 +0100 Pantxo Diribarne Fallback to open.m for opening files in the gui file browser (bug #50543)
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Thu, 24 May 2018 00:35:36 -0400 John W. Eaton distribute liboctave/version.cc
Tue, 22 May 2018 15:27:06 -0400 John W. Eaton eliminate unused octave_debug_on_interrupt_state variable
Tue, 22 May 2018 15:23:50 -0400 John W. Eaton move core of interpreter::main_loop to evaluator
Tue, 22 May 2018 13:23:49 -0400 John W. Eaton move returning, breaking, and continuing flags to evaluator
Tue, 22 May 2018 11:39:44 -0400 John W. Eaton eliminate some global variables from tree_evaluator
Tue, 22 May 2018 00:53:15 -0400 John W. Eaton eliminate some globals from tree_evaluator class
Mon, 21 May 2018 22:06:20 -0400 John W. Eaton evaluate script and function code in tree_evaluator methods
Mon, 21 May 2018 19:32:57 -0400 John W. Eaton store unwind protect frame for function evaluation in call_stack object
Tue, 22 May 2018 22:41:12 +0200 Torsten provide shortcuts for closing widgets of the variable editor (bug #53002)
Sat, 19 May 2018 13:54:04 -0400 John W. Eaton make version info accessible in liboctave
Fri, 16 Mar 2018 02:29:30 -0500 Daniel J Sebald Prevent hidden predecessor windows appearing when successor is floated (bug #53357)
Fri, 18 May 2018 19:31:24 -0400 John W. Eaton maint: Merge stable to default.
Fri, 18 May 2018 19:26:41 -0400 John W. Eaton make listing local functions for command completion work again (bug #53925) stable
Wed, 16 May 2018 19:01:14 -0400 John W. Eaton refactor evaluation of tree_matrix object
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Sun, 04 Sep 2016 16:09:43 +0100 Carnë Draug Provide octave configuration files for pkg-config (bug #48775)
Thu, 18 Aug 2016 12:09:56 +0100 Carnë Draug m4/pkg.m4: update to latest version released with pkg-config 0.29.2 (bug #48775)
Thu, 17 May 2018 11:55:18 -0700 Rik maint: merge stable to default.
Thu, 17 May 2018 11:54:54 -0700 Rik Stop segfault in debug mode with readline complete (bug #53925). stable
Thu, 17 May 2018 09:22:31 -0700 Rik Use correct abbreviation UTC for Coordinated Universal Time (bug #53918). stable
Wed, 16 May 2018 22:03:10 -0700 Rik maint: merge stable to default.
Wed, 16 May 2018 22:02:10 -0700 Rik Remove code to install default colors for qt toolkit from window theme (bug #53805). stable
Wed, 16 May 2018 21:14:09 +0200 Torsten fix missing title bar highlighting when (un)docking a widget
Tue, 15 May 2018 18:09:04 -0400 John W. Eaton use reference to tree_evaluator instead of pointer
Tue, 15 May 2018 17:05:47 -0400 John W. Eaton move convert_to_const_vector from tree_argument_list to tree_evaluator
Tue, 15 May 2018 15:34:09 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 14:53:41 -0400 John W. Eaton back out changes attempting to automatically call handle class destructor stable
Tue, 15 May 2018 11:47:21 -0700 Rik maint: merge stable to default.
Tue, 15 May 2018 11:46:25 -0700 Rik residue.m: Use a pre-conditioner on final matrix division for numerical stability (bug #53869) stable
Tue, 15 May 2018 01:28:40 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 01:08:38 -0400 John W. Eaton track multiple file types (oct|m|mex) for private functions (bug #53856) stable
Mon, 14 May 2018 20:41:59 -0400 John W. Eaton also preserve temporaries in indexing expressions (bug #53844) stable
Mon, 14 May 2018 16:54:38 -0400 John W. Eaton also update load-path info if private subdir time stamp changes (bug #53856) stable
Mon, 14 May 2018 03:47:19 +0200 larskindermann always activate a newly docked widget (bug #53890)
Mon, 14 May 2018 14:47:19 -0400 John W. Eaton defer deletion of temporaries in argument lists (bug #53844) stable
Sun, 13 May 2018 10:07:54 +0200 Torsten make shortcuts for searching within the documentation configurable
Thu, 10 May 2018 21:05:55 +0200 Markus Mützel Always return previous mfile_encoding setting (bug #53842).
Sat, 12 May 2018 19:07:58 +0200 Torsten prevent notifications on externally changed editor files (bug 53539)
Fri, 11 May 2018 16:46:27 -0400 John W. Eaton improve test for handle class destructor stable
Fri, 11 May 2018 16:22:03 -0400 John W. Eaton call delete method correctly for handle class objects (bug #53844) stable
Fri, 11 May 2018 11:27:01 -0400 John W. Eaton avoid warning from gcc 8 (bug #53872)
Thu, 10 May 2018 19:08:10 -0400 John W. Eaton maint: Merge stable to default.
Thu, 10 May 2018 16:16:25 -0400 John W. Eaton use size_t for f77 char arg length params with GCC 8 (bug #53872) stable
Wed, 09 May 2018 20:29:36 +0200 Markus Mützel Convert strings for Qt from UTF-8 instead of from system code page (bug #53870).
Sun, 06 May 2018 21:03:51 +0200 Markus Mützel Convert strings to UTF-32 for FreeType (bug #53646).
Sat, 05 May 2018 20:13:18 +0200 Markus Mützel Add support for arbitrary character encodings in m-files (bug #53842).
Tue, 08 May 2018 11:53:34 -0400 John W. Eaton eliminate some global accesses to the breakpoint table
Fri, 04 May 2018 16:18:30 -0400 John W. Eaton move common function and script data to octave_user_code class
Sun, 06 May 2018 17:33:02 -0700 Rik Build graphic property texi files when source is changed (bug #53805).
Sun, 06 May 2018 21:03:19 +0200 Torsten keep editor hidden at next startup when it was hidden (bug #53830)
Sun, 06 May 2018 20:59:05 +0200 Torsten fix visibility of dock widgets at startup
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
Sun, 06 May 2018 00:19:03 -0500 Daniel J Sebald Use default title bar to preserve GUI float decorations (bug #53276)
Fri, 04 May 2018 13:09:10 -0700 Rik maint: merge stable to default.
Fri, 04 May 2018 13:08:39 -0700 Rik doc: Rewrite section on indexing for clarity (bug #53675). stable
Mon, 30 Apr 2018 15:17:58 -0500 Daniel J Sebald Make figure/waitbar window title behavior consistent among toolkits (bug #53793)
Thu, 03 May 2018 21:13:58 -0700 Rik maint: merge stable to default.
Thu, 03 May 2018 16:47:30 +0200 Marco Caliari Fix lrwork dimension in svd for complex cases (bug #53823). stable
Thu, 03 May 2018 21:04:01 -0700 Rik md5sum.m: Fix error in sample code (bug #53829). stable
Thu, 03 May 2018 16:04:53 -0400 John W. Eaton eliminate some global references to interpreter internals
Thu, 03 May 2018 02:26:29 -0400 John W. Eaton access bp_table through interpreter where possible
Thu, 03 May 2018 01:51:04 -0400 John W. Eaton avoid global access of load path in interpreter class
Thu, 03 May 2018 01:40:27 -0400 John W. Eaton use std::function object for load-path add/remove hook functions
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 14:33:52 -0700 Rik RELEASE.PROCESS: Add updating CITATION file to checklist.
Wed, 02 May 2018 18:38:56 +0200 Pantxo Diribarne lines.m: Don't open empty figure or axes if none already exist (bug #53648) stable
Wed, 02 May 2018 10:55:57 -0400 John W. Eaton maint: Merge stable to default.
Wed, 02 May 2018 08:57:12 +0200 Kai T. Ohlhus doc: Update version number 4.4.0 in CITATION. stable
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Mon, 30 Apr 2018 13:42:48 -0700 Rik Update RELEASE.PROCESS checklist.
Mon, 30 Apr 2018 12:02:03 -0700 Mike Miller add version 4.4.0 to AppStream metadata stable
Mon, 30 Apr 2018 13:41:41 -0400 John W. Eaton maint: Merge stable to default.
Mon, 30 Apr 2018 13:03:56 -0400 John W. Eaton Added tag release-4-4-0 for changeset cf84db75ab57 stable
Mon, 30 Apr 2018 13:03:36 -0400 John W. Eaton Version 4.4.0 released. stable release-4-4-0
Mon, 30 Apr 2018 06:56:18 -0700 Rik maint: merge stable to default.