Mon, 23 Feb 2015 15:56:44 +0000 |
Carnë Draug |
Add "text/x-octave" and "text/x-matlab" as MIME types we are able to handle.
|
Mon, 23 Feb 2015 08:14:25 -0500 |
John W. Eaton |
use XTRA_CFLAGS and XTRA_CXXFLAGS for pthread and openmp flags
|
Mon, 23 Feb 2015 11:18:47 +0100 |
Armin Müller |
libgui/languages/de_DE.ts: Fix typos in german translation
|
Sun, 22 Feb 2015 15:50:21 -0800 |
Rik |
Fix incorrect reporting of OpenMP use by configure (bug #44346).
|
Sun, 22 Feb 2015 18:12:57 -0500 |
Mike Miller |
bartlett: Reword error message for consistency
|
Sun, 22 Feb 2015 17:39:29 -0500 |
Mike Miller |
blackman, hamming, hanning: Add periodic window option (bug #43305)
|
Sun, 22 Feb 2015 11:02:52 -0500 |
John W. Eaton |
bump required autoconf version to 2.63
|
Sun, 22 Feb 2015 13:11:03 -0800 |
Rik |
genpropdoc.m: Improve documentation on graphic object properties.
|
Sun, 22 Feb 2015 19:21:18 +0000 |
Carnë Draug |
fieldnames: fix for java objects from dynamic classpath (bug #42710)
|
Sun, 22 Feb 2015 18:14:12 +0100 |
Torsten |
prevent conflicts between run-file and debug-continue action in gui
|
Sun, 22 Feb 2015 07:42:54 -0800 |
Rik |
Change AC_PREREQ for ax_openmp.m4 to 2.59, correcting probable typo.
|
Sat, 21 Feb 2015 11:32:30 +0100 |
Pantxo Diribarne |
axes.m: reworks axes restacking for ML compatibility (bug #43282)
|
Sun, 22 Feb 2015 10:53:11 +0100 |
Pantxo Diribarne |
Update French translation
|
Sat, 21 Feb 2015 20:54:31 -0500 |
John W. Eaton |
maint: Update to new gnulib version.
|
Sat, 21 Feb 2015 20:35:44 -0500 |
John W. Eaton |
if save file name is "-" and nargout is 0, write to stdout
|
Sat, 21 Feb 2015 18:24:10 -0500 |
Mike Miller |
build: Enable OpenMP by default, remove experimental warning (bug #42176)
|
Sat, 21 Feb 2015 16:37:01 -0500 |
Mike Miller |
Install correct freedesktop AppData file contents (bug #43279)
|
Sat, 21 Feb 2015 11:58:20 -0500 |
Mike Miller |
wavread, wavwrite: Overhaul functions.
|
Sat, 21 Feb 2015 11:53:41 -0500 |
Mike Miller |
audiowrite: Accept a row vector input as a single channel
|
Sat, 21 Feb 2015 11:31:55 -0500 |
Mike Miller |
audiowrite: Scale integer inputs before writing to an audio file
|
Sat, 21 Feb 2015 11:08:12 -0500 |
Mike Miller |
audioread: Fix sample index argument to be Matlab compatible
|
Sat, 21 Feb 2015 11:09:11 -0500 |
John W. Eaton |
allow rules that make symbolic links to be silenced
|
Sat, 21 Feb 2015 10:58:58 -0500 |
John W. Eaton |
allow lrelease to be silenced
|
Sat, 21 Feb 2015 10:42:30 -0500 |
Mike Miller |
Fix 'make dist' target failing (bug #44333)
|
Sat, 21 Feb 2015 10:42:00 -0500 |
John W. Eaton |
silent rules for doc/refcard directory
|
Sat, 21 Feb 2015 16:04:00 +0100 |
Torsten |
fix error when entering dbcont in terminal while running a file from gui
|
Sat, 21 Feb 2015 06:15:50 -0800 |
Rik |
Fix 'make dist' target failing (bug #44333).
|
Sat, 21 Feb 2015 14:46:43 +0100 |
Torsten |
fix issue when saving a new modified file while closing
|
Sat, 21 Feb 2015 13:33:28 +0100 |
Torsten |
communicating actual working directory to the editor (#44298)
|
Sat, 21 Feb 2015 01:45:45 -0500 |
John W. Eaton |
update name of sparse matrix ops file in liboctave/operators/config-ops.h
|
Sat, 21 Feb 2015 01:41:35 -0500 |
John W. Eaton |
enable silent makefile rules by default
|
Sat, 21 Feb 2015 00:22:23 -0500 |
Torsten |
fix unzipping compressed info files when running the gui (bug #38305)
|
Fri, 20 Feb 2015 17:16:21 -0800 |
Rik |
Use isguirunning rather than __octave_link_enabled__ in m-files for clarity.
|
Fri, 20 Feb 2015 19:36:35 -0500 |
John W. Eaton |
create .oct files directly instead of using stamp files (bug #44329)
|
Fri, 20 Feb 2015 14:59:43 -0800 |
Rik |
maint: Move annotation.m from plot/draw to plot/appearance directory.
|
Fri, 20 Feb 2015 14:56:06 -0800 |
Rik |
doc: Spellcheck documentation before 4.0 release.
|
Fri, 20 Feb 2015 14:26:36 -0800 |
Rik |
doc: Grammarcheck documentation ahead of 4.0 release.
|
Fri, 20 Feb 2015 14:24:17 -0800 |
Rik |
maint: Merge away accidental head.
|
Fri, 20 Feb 2015 19:19:29 +0200 |
Avinoam Kalma |
Include in tarball, but don't install, display-available.h
|
Fri, 20 Feb 2015 17:18:19 -0500 |
John W. Eaton |
make --enable-silent-rules configure option more useful
|
Fri, 20 Feb 2015 08:45:23 -0800 |
Rik |
plotimages.m: Produce the same hist plot for documentation each time (bug #44263)
|
Fri, 20 Feb 2015 08:13:24 -0800 |
Rik |
maint: Merge away accidental head.
|
Fri, 20 Feb 2015 05:49:07 -0500 |
John W. Eaton |
avoid signed/unsigned comparison warning from GCC
|
Wed, 18 Feb 2015 17:27:06 +0000 |
Carnë Draug |
nextpow2: compute for each element of input instead of its length (bug #44291)
|
Fri, 20 Feb 2015 04:36:39 -0500 |
John W. Eaton |
avoid variable possibly clobbered by longjmp warning from GCC
|
Fri, 20 Feb 2015 04:08:04 -0500 |
John W. Eaton |
avoid variable possibly clobbered by longjmp warning from GCC
|
Fri, 20 Feb 2015 03:55:59 -0500 |
John W. Eaton |
avoid C-style cast warnings from GCC
|
Fri, 20 Feb 2015 03:53:38 -0500 |
John W. Eaton |
avoid some GCC unused parameter warnings
|
Fri, 20 Feb 2015 02:36:03 -0500 |
John W. Eaton |
avoid warnings about arrays in structure from GCC
|
Fri, 20 Feb 2015 02:06:08 -0500 |
John W. Eaton |
avoid GCC warning about enumeration values not handled in switch statement
|
Fri, 20 Feb 2015 02:04:15 -0500 |
John W. Eaton |
avoid warnings about uninitialized variables
|
Fri, 20 Feb 2015 01:56:40 -0500 |
John W. Eaton |
don't suppress stack trace in error message from __pchip_deriv__
|
Fri, 20 Feb 2015 01:54:11 -0500 |
John W. Eaton |
avoid warning from GCC about variables possibly clobbered by longjmp
|
Fri, 20 Feb 2015 04:25:35 -0500 |
John W. Eaton |
eliminate bison warnings from oct-parse.yy
|
Thu, 19 Feb 2015 18:21:15 -0800 |
Rik |
Remove gui_mode() and mouse_wheel_zoom functions from documentation.
|
Thu, 19 Feb 2015 17:42:52 -0800 |
Rik |
genpropdoc.m: Update axes property name to "mousewheelzoom".
|
Thu, 19 Feb 2015 18:05:07 -0500 |
John W. Eaton |
handle bison syntax changes in TeX parser
|
Thu, 19 Feb 2015 17:33:59 -0500 |
John W. Eaton |
make open_with_system_app a built-in function
|
Thu, 19 Feb 2015 22:05:12 +0100 |
Torsten |
use of C++ API for running a file (bug #42307)
|
Thu, 19 Feb 2015 22:03:53 +0100 |
Torsten |
* libgui/languages/*.ts: Update of translations with some button texts from qt
|