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
|