log

age author description
Wed, 21 Jan 2015 21:19:38 -0500 Avinoam Kalma limit number of jobs for make command to 1 under windows (bug #44053)
Wed, 21 Jan 2015 12:36:25 -0500 John W. Eaton also skip startup message if session is not interactive
Wed, 21 Jan 2015 12:18:53 -0500 John W. Eaton put custom CPPFLAGS after AM_CPPFLAGS for dld functions (bug #44060)
Tue, 20 Jan 2015 17:34:56 -0800 Rik Don't print start-up message when input is a non-interactive script.
Tue, 20 Jan 2015 22:19:18 +0100 Torsten check existence of files when restoring last session (bug #44054) gui-release
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 09:43:29 -0500 John W. Eaton strip trailing whitespace from most source files gui-release
Tue, 20 Jan 2015 10:05:42 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Tue, 20 Jan 2015 09:55:41 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Mon, 19 Jan 2015 21:05:39 -0800 Lachlan Andrew Fix cummin/cummax operations on rows when NaN element present (bug #44009).
Mon, 19 Jan 2015 07:04:12 +0100 Torsten fix scroll width of horizontal scroll bar (bug #44040) gui-release
Sun, 18 Jan 2015 18:33:43 -0500 Mike Miller Fix compilation error when building without QScintilla gui-release
Sun, 18 Jan 2015 17:53:41 -0500 Mike Miller build: Don't build GUI when OpenGL is disabled or not found (bug #44017) gui-release
Sun, 18 Jan 2015 22:54:14 +0100 Torsten fix cursor positioning when searching backwards (bug #44039) gui-release
Sun, 18 Jan 2015 10:38:11 -0800 Rik Print black&white when using -dps device with gnuplot (bug #43975).
Sat, 17 Jan 2015 09:33:15 +0100 Torsten provide a user preference for printing the debug location in the terminal gui-release
Thu, 15 Jan 2015 22:45:11 -0500 John W. Eaton * configure_make.m: Single-quote environment variable values.
Thu, 15 Jan 2015 15:36:54 -0500 John W. Eaton * audiodevinfo.cc: Style fixes. Warning IDs.
Thu, 15 Jan 2015 21:26:34 -0500 Sebastian Schoeps configure.ac: Add a --without-fltk build option (bug #37773)
Thu, 15 Jan 2015 12:38:13 -0800 Rik Recognize new eps2write device from Ghostscript (partial fix for bug #43989).
Thu, 15 Jan 2015 15:29:55 -0500 John W. Eaton maybe stop recorder in audio recorder destructor
Wed, 14 Jan 2015 21:46:13 +0100 Philip Nienhuis unpack.m: replace canonicalize_file_name by make_absolute_filename (bug #43979)
Wed, 14 Jan 2015 13:54:28 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 13 Jan 2015 22:11:45 -0800 Rik doc: Periodic spellcheck of documentation.
Tue, 13 Jan 2015 22:06:39 -0800 Rik doc: Periodic grammarcheck of documentation.
Tue, 13 Jan 2015 23:06:08 -0500 John W. Eaton * audiorecorder.m: Fix test.
Tue, 13 Jan 2015 22:38:15 -0500 John W. Eaton * audiodevinfo.cc: Minor style fixes.
Tue, 13 Jan 2015 22:33:02 -0500 John W. Eaton avoid dereferencing null pointers in audio functions
Tue, 13 Jan 2015 21:46:18 +0100 Torsten remove warning and info on experimental gui gui-release
Tue, 13 Jan 2015 08:54:25 -0800 Rik Use Octave coding conventions for documentation of audio functions.
Tue, 13 Jan 2015 12:50:43 +0100 Andreas Weber audiodevinfo.cc: Stop playback in audioplayers destructor (bug ##43994)
Mon, 12 Jan 2015 09:17:35 -0800 Rik maint: Periodic merge of gui-release to default.
Mon, 12 Jan 2015 09:13:19 -0800 Rik Restore valid uses of pswrite device in cset a402493c0605. gui-release
Mon, 12 Jan 2015 08:47:12 -0800 Rik Stop using deprecated and removed ghostscript device pswrite (bug #41141) gui-release
Mon, 12 Jan 2015 13:44:24 +0100 Stefan Mahr * audiodevinfo.cc: one audio device must be available to play or record (bug #43988)
Mon, 12 Jan 2015 13:29:45 +0100 Andreas Weber portaudio_play_callback: Fix stereo playback (bug #43965)
Sun, 11 Jan 2015 20:11:43 +0100 Philip Nienhuis fullfile.m: properly process file separators and drive letters on Windows systems (bug #43926)
Sun, 11 Jan 2015 15:47:37 +0100 Torsten provide the same filter for history view as for workspace view gui-release
Sat, 10 Jan 2015 13:31:24 +0100 Torsten improve filter of workspace view gui-release
Fri, 09 Jan 2015 15:46:48 -0500 John Donoghue * audiodevinfo.cc: Avoid conflict with enum names.
Fri, 09 Jan 2015 15:03:01 -0500 John W. Eaton disable Octave audio callback functions
Fri, 09 Jan 2015 14:11:19 -0500 John W. Eaton properly close audio files
Fri, 09 Jan 2015 13:50:25 -0500 John W. Eaton style and other fixes for audiorecorder callback fucntions
Fri, 09 Jan 2015 13:29:03 -0500 John W. Eaton * audiodevinfo.cc: Explicitly use std::pow.
Fri, 09 Jan 2015 13:25:52 -0500 John W. Eaton use existing function to determine endianness in audiodevinfo.cc
Fri, 09 Jan 2015 13:19:50 -0500 John W. Eaton improve performance of audio callback functions
Fri, 09 Jan 2015 13:17:51 -0500 John W. Eaton improve argument decoding in audioread.cc functions
Fri, 09 Jan 2015 10:59:21 -0500 John W. Eaton write ogg files in chunks to avoid apparent bug
Thu, 08 Jan 2015 13:40:35 -0500 John W. Eaton increase audio buffer size
Thu, 08 Jan 2015 13:38:14 -0500 John W. Eaton improve error checking and efficiency of octave audio callback function
Thu, 08 Jan 2015 13:20:47 -0500 John W. Eaton * audiodevinfo.cc: Style fixes.
Thu, 08 Jan 2015 13:18:50 -0500 John W. Eaton prevent completely invalid call to __player_audioplayer__
Thu, 08 Jan 2015 13:16:57 -0500 John W. Eaton improve efficiency of portaudio callback function
Thu, 08 Jan 2015 13:08:52 -0500 John W. Eaton avoid unnecessary use of pointer in audio code
Thu, 08 Jan 2015 12:51:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 07 Jan 2015 18:12:01 -0500 John W. Eaton avoid indexing before beginning of string
Wed, 07 Jan 2015 18:11:05 -0500 John W. Eaton Backed out changeset 5f313345912f
Wed, 07 Jan 2015 18:07:12 -0500 John W. Eaton avoid indexing before beginning of string
Wed, 07 Jan 2015 18:02:17 -0500 John W. Eaton avoid indexing before beginning of string
Wed, 07 Jan 2015 17:26:50 -0500 John W. Eaton avoid valgrind warning: conditional move depends on uninitialized variable
Wed, 07 Jan 2015 13:23:26 -0500 John W. Eaton avoid valgrind warnings about using freed memory
Wed, 07 Jan 2015 18:57:25 +0100 Torsten * workspace-view.cc (filter_update): enable real regexp in filter gui-release
Wed, 07 Jan 2015 18:16:28 +0100 Torsten provide a filter for the workspace view (bug #41222) gui-release
Mon, 05 Jan 2015 17:44:00 -0500 John W. Eaton * @audioplayer/resume.m: Fix nargin check.
Mon, 05 Jan 2015 12:15:51 -0500 John W. Eaton savepath: avoid possible error in struct concatenation
Mon, 05 Jan 2015 11:36:33 -0500 John W. Eaton avoid warning message in test for tar function
Mon, 05 Jan 2015 06:52:49 +0100 Torsten backout cset c2d01ed114ba gui-release
Sun, 04 Jan 2015 11:58:31 +0100 Torsten improved search for active dock-widget after focus has changed gui-release
Sat, 03 Jan 2015 10:05:06 -0500 John Donoghue find_dialog: search from previous character position when searching backward (Bug #43917) gui-release
Sun, 04 Jan 2015 01:25:46 +0100 Torsten fix connecting selection signal of editor to enabling search in selection gui-release
Mon, 29 Dec 2014 18:26:12 +0000 Carnë Draug New function for colormap cubehelix.
Sat, 03 Jan 2015 09:52:07 -0800 Rik Don't check for input redirect in combination with --eval or script.
Sat, 03 Jan 2015 17:57:54 +0100 Andreas Weber Use "testif HAVE_PORTAUDIO" for new audio function tests
Sat, 03 Jan 2015 02:17:19 -0500 John W. Eaton * audio.txi: Update sectioning and refill text.
Sat, 03 Jan 2015 02:01:23 -0500 John W. Eaton protect all portaudio and sndfile dependent code with #ifdefs
Fri, 02 Jan 2015 18:05:24 -0800 Rik Make cmd-line options for --eval, script file, '< script' mutually exclusive (bug #35318).
Fri, 02 Jan 2015 17:27:33 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 02 Jan 2015 17:23:38 -0500 John W. Eaton style fixes for audioplayer and audiorecorder classes
Fri, 02 Jan 2015 16:54:34 -0500 John W. Eaton maint: Merge default to temporary audio-gsoc branch.
Fri, 02 Jan 2015 16:53:31 -0500 John W. Eaton remove audio functions from list of unimplemented functions
Fri, 02 Jan 2015 16:39:29 -0500 John W. Eaton * NEWS: Mention new audio functions.
Fri, 02 Jan 2015 13:09:27 -0500 John W. Eaton various style fixes for audio code
Fri, 02 Jan 2015 12:07:48 -0500 John W. Eaton use 0 instead of NULL
Fri, 02 Jan 2015 12:05:14 -0500 John W. Eaton avoid more warnings in audio code
Fri, 02 Jan 2015 11:42:04 -0500 John W. Eaton doc fixes for audio functions
Fri, 02 Jan 2015 02:18:51 -0500 John W. Eaton * audiodevinfo.cc: Use "||" and "&&", not "or" and "and".
Fri, 02 Jan 2015 02:16:18 -0500 John W. Eaton * audiodevinfo.cc: Avoid warnings about comparision operations.
Fri, 02 Jan 2015 02:04:40 -0500 John W. Eaton use C++ style casts in audio code
Fri, 02 Jan 2015 00:59:08 -0500 John W. Eaton eliminate unused variable and parameter warnings
Fri, 02 Jan 2015 00:47:25 -0500 John W. Eaton don't include oct.h in Octave source files
Fri, 02 Jan 2015 00:40:35 -0500 John W. Eaton merge audio source files
Wed, 31 Dec 2014 15:38:13 -0500 John W. Eaton fix audioplayer tests
Wed, 31 Dec 2014 14:59:42 -0500 John W. Eaton maint: Merge default to temporary audio-gsoc branch.
Wed, 31 Dec 2014 14:56:52 -0500 John W. Eaton style fixes for audioplayer and audiorecorder .m files
Wed, 31 Dec 2014 13:45:45 -0500 John W. Eaton fix docstring style in .m files
Thu, 03 Oct 2013 09:50:01 -0400 Mike Miller Fix texinfo docstring syntax for all audio functions
Thu, 03 Oct 2013 08:33:46 -0400 Mike Miller Add missing texinfo docstrings to all audio functions
Thu, 03 Oct 2013 07:52:58 -0400 Mike Miller Apply Octave coding style to audio project additions
Wed, 02 Oct 2013 00:14:09 -0400 Mike Miller configure.ac: Add --without-portaudio and --without-sndfile options
Tue, 01 Oct 2013 23:42:43 -0400 Mike Miller Include config.h in audio project source files
Tue, 01 Oct 2013 23:36:37 -0400 Mike Miller Add Octave copyright header block to audio project files
Mon, 23 Sep 2013 15:04:27 +0300 Vytautas Jančauskas maint: removed audiodevinfo.txi, audiofile.txi, audiorecorder.txi and audioplayer.txi files because they are no longer needed
Fri, 20 Sep 2013 01:37:43 +0300 Vytautas Jančauskas change docstrings in audio defundld cc files to work with new texinfo
Fri, 20 Sep 2013 00:51:21 +0300 Vytautas Jančauskas change @audiorecorder method docstrings to work with new texinfo
Fri, 20 Sep 2013 00:46:16 +0300 Vytautas Jančauskas fix audioplayer docstrings to work with new texinfo
Fri, 20 Sep 2013 00:37:06 +0300 Vytautas Jančauskas doc: included docstrings for audioinfo, audioread and audiowrite in audio.txi
Fri, 20 Sep 2013 00:34:30 +0300 Vytautas Jančauskas doc: included all docstrings for the @audioplayer class in audio.txi as well as added additional explanations for the functionality
Thu, 19 Sep 2013 15:43:23 +0300 Vytautas Jančauskas doc: add docstrings for audio file utilities, audiodevinfo, audioplayer and audiorecorder
Thu, 19 Sep 2013 15:23:59 +0300 Vytautas Jančauskas fix audioinfo crashing when no arguments are given
Thu, 19 Sep 2013 15:18:25 +0300 Vytautas Jančauskas fix some missing semicolons and add some conditional compilation constructs to audio functions
Thu, 19 Sep 2013 15:13:48 +0300 Vytautas Jančauskas audio documentation content and building changes
Wed, 18 Sep 2013 00:17:04 +0300 Vytautas Jančauskas maint: removed module.mk files from @audioplayer and @audiorecorder folders
Wed, 18 Sep 2013 00:16:28 +0300 Vytautas Jančauskas maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Tue, 17 Sep 2013 23:29:07 +0300 Vytautas Jančauskas added module.mk to scripts/audiorecorder
Tue, 17 Sep 2013 23:09:58 +0300 Vytautas Jančauskas added module.mk file to scripts/@audioplayer
Tue, 17 Sep 2013 20:58:35 +0300 Vytautas Jančauskas doc: short descriptions in audiodevinfo.txi and audiofile.txi for the functions
Tue, 17 Sep 2013 20:53:11 +0300 Vytautas Jančauskas audio functionality documentation