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