log

age author description
Tue, 03 Mar 2015 18:25:16 -0600 Daniel J Sebald Fix computation of next-power-of-2 for height in OpenGL texture creation.
Wed, 04 Mar 2015 11:29:47 +0000 Carnë Draug Do not rebuild MIME database during install (backout 737b5d449aaf) (bug #44404)
Tue, 03 Mar 2015 10:40:36 -0800 Rik Canvas.cc: Replace tabs with spaces.
Tue, 03 Mar 2015 19:29:14 +0100 Pantxo Diribarne Change default uipanel "position" for compatibility with Matlab (bug #44411)
Tue, 03 Mar 2015 12:38:41 -0500 John W. Eaton zoom about point for single clicks
Tue, 03 Mar 2015 09:47:57 -0500 John W. Eaton restore include statement removed in changeset c7c50030e76c
Mon, 02 Mar 2015 23:58:10 -0500 John W. Eaton only save one set of limits on the zoom stack (bug #44304)
Mon, 02 Mar 2015 19:18:36 -0800 Rik Implement x- and y-only panning for FLTK (bug #44408).
Mon, 02 Mar 2015 21:42:31 -0500 John W. Eaton style fixes
Mon, 02 Mar 2015 21:34:33 -0500 John W. Eaton use unwind_protect to restore static variable value (bug #44406)
Mon, 02 Mar 2015 21:00:13 -0500 John W. Eaton make pan, rotate3d, and zoom properly toggle state
Mon, 02 Mar 2015 20:48:00 -0500 John W. Eaton respect x- or y-only pan mode when clicking and dragging (bug #44408)
Mon, 02 Mar 2015 13:07:31 -0500 John Donoghue GUI: force show of welcome wizard when displayed (Bug #41074)
Sun, 01 Mar 2015 22:52:14 +0000 Carnë Draug __magick_read__.cc: add warning id for possibly low Magick quantum depth.
Sat, 28 Feb 2015 03:44:00 -0600 Daniel J Sebald Account for whitespace and other anomalies in print function pipe/file string.
Mon, 02 Mar 2015 14:51:23 +0100 Stefan Mahr Fix FLTK Edit uimenu to use new pan/rotate3d fcns and mousewheelzoom property.
Mon, 02 Mar 2015 08:47:16 +0100 Torsten make sure shortcuts are active in editor after settings dialog (bug #44397)
Sun, 01 Mar 2015 20:36:34 +0000 Carnë Draug gui/private/__get_funcname__.m: fix syntax error (extra ")" from 9fc020886ae9)
Sun, 01 Mar 2015 15:10:28 +0100 Pantxo Diribarne Don't assume axes parent is a figure (bug #44394)
Sat, 28 Feb 2015 19:07:48 -0500 Mike Miller build: Fix build failure on missing oct-parse.h (bug #44391)
Fri, 27 Feb 2015 23:54:17 -0500 Mike Miller build: Declare dependencies between generated sources (bug #44383)
Fri, 27 Feb 2015 19:44:28 -0500 John W. Eaton move some files without external dependencies from dldfcn to corefcn
Sat, 28 Feb 2015 07:42:26 -0800 Rik fieldnames.m: Change BIST test to pass with Java 1.8 (bug #44382).
Sat, 28 Feb 2015 10:34:25 +0100 Andreas Weber ov-base-int.cc, ov-float.cc: Fix build without HDF5
Fri, 27 Feb 2015 16:29:14 -0800 Rik Test directly for '|' character at front of drawnow "file".
Fri, 27 Feb 2015 15:53:42 -0800 Rik __pchip_deriv__.cc: Stop variable might be clobbered by 'longjmp' warning.
Fri, 27 Feb 2015 15:51:12 -0800 Rik Replace std::size_t with bare size_t for conformity to rest of code.
Fri, 27 Feb 2015 09:31:11 -0800 Rik Correct tests using std::string::find_XXX which did not use std::string::npos.
Fri, 27 Feb 2015 11:24:12 -0500 John W. Eaton provide autoscale option for Qt plotting (bug #44307)
Thu, 26 Feb 2015 18:57:58 -0600 Daniel J Sebald Correct test for string-not-found, avoid substr crash in drawnow() (bug #44292)
Fri, 27 Feb 2015 18:36:05 +0100 Stefan Mahr Build qt graphics toolkit menus with uimenu draft obsolete nkf
Fri, 27 Feb 2015 09:44:58 -0500 Stefan Mahr allow qt graphics toolkit to be used in --no-gui mode (bug #44116)
Thu, 26 Feb 2015 19:24:59 -0500 John W. Eaton improve mouse zooming for Qt plotting (bug #44302)
Thu, 26 Feb 2015 13:54:11 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Thu, 26 Feb 2015 13:13:40 -0500 John W. Eaton maint: Cleanup some .m files to follow Octave coding conventions.
Thu, 26 Feb 2015 13:07:04 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Thu, 26 Feb 2015 10:49:20 -0500 John W. Eaton avoid needing to include hdf5 in public header files (bug #44370, #43180)
Wed, 25 Feb 2015 12:42:12 -0800 Rik configure.ac: Remove a few more test x"" instances.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 25 Feb 2015 16:23:45 +0100 Claudius Zingerli Improved configure error handling when missing Fortran compiler (bug #44367)
Wed, 25 Feb 2015 12:04:01 -0500 John W. Eaton maint: Periodic merge of stable to default.
Wed, 25 Feb 2015 11:33:39 -0500 John W. Eaton avoid crash when __FILE__ is used at top level (bug #44363) stable
Tue, 24 Feb 2015 21:38:21 -0800 Rik doc: Add have_window_system() to documentation.
Tue, 24 Feb 2015 21:22:28 -0800 Rik Change open_with_system_app to internal function.
Tue, 24 Feb 2015 21:06:54 -0800 Rik Rename db_next_breakpoint_quiet to internal function.
Tue, 24 Feb 2015 20:50:59 -0800 Rik doc: Add qmr to documentation.
Tue, 24 Feb 2015 17:08:00 -0800 Rik __opengl_print__.m: Fix typo introduced in 9fc020886ae9.
Mon, 23 Feb 2015 20:43:54 +0000 Carnë Draug Rename 'matlab-incompatible' warning to 'language-extension'.
Sat, 21 Feb 2015 16:38:53 +0000 Carnë Draug Replace 'Octave:broadcast' warning with 'Octave:matlab-incompatible'.
Tue, 24 Feb 2015 19:47:22 +0000 Carnë Draug Script file or eval code are not interactive session so keep Octave quiet.
Tue, 24 Feb 2015 17:09:42 +0000 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
Tue, 24 Feb 2015 10:41:57 -0800 Rik Backout cset a9952a647d52 and use __octave_link_enabled__ rather than isguirunning.
Tue, 24 Feb 2015 09:35:34 +0100 Torsten make size of toolbar icons depending on scaling of display
Tue, 24 Feb 2015 07:12:13 +0100 Torsten improve scalability of gui objects (as discussed in bug #41938)
Tue, 24 Feb 2015 13:53:02 +0100 Torsten fix font in windows terminal when scaling is 150% or more (bug #41938)
Mon, 23 Feb 2015 19:04:28 +0100 Torsten fix closing a tab with modification
Tue, 24 Feb 2015 11:03:45 +0000 Carnë Draug Force GUI to start when starting Octave from desktop menu (bug #44349)
Mon, 23 Feb 2015 21:31:53 -0800 Rik doc: Add ui* family of functions to Octave manual.
Mon, 23 Feb 2015 23:28:37 -0500 Mike Miller Only install config.log in $octetc if user requested (bug #43087)
Mon, 23 Feb 2015 23:05:30 -0500 John W. Eaton don't save and restore FFLAGS in configure (bug #44359)