log src/ChangeLog @ 12408:187d48827b47 release-3-4-x

age author description
Tue, 08 Feb 2011 03:22:12 -0500 John W. Eaton don't warn about coercing nested functions to subfunctions if yyparse failed
Sun, 06 Feb 2011 17:17:12 +0100 Konstantinos Poulios implement autopositioning requests from text objects to axes
Sun, 06 Feb 2011 02:50:57 +0100 Konstantinos Poulios Untabify and improve indentation
Sun, 06 Feb 2011 02:24:28 +0100 Konstantinos Poulios Prevent race condition in update_axes_layout
Thu, 03 Feb 2011 16:54:48 -0500 John W. Eaton include <unistd.h> in octave.cc
Thu, 03 Feb 2011 19:30:13 +0100 Konstantinos Poulios Move axes labels and title positioning to axes::properties
Thu, 03 Feb 2011 12:47:05 +0100 Kai Habel use text_renderer object only when freetye is available
Thu, 03 Feb 2011 01:40:00 -0500 John W. Eaton mex.cc (mxArray_octave_value::dup): if value can't be converted to mxArray object, create a clone of the mxArray_octave_value container
Wed, 02 Feb 2011 21:31:33 -0800 Rik Use testif to only run some sparse tests when necessary libraries are installed.
Thu, 03 Feb 2011 01:00:32 +0100 Konstantinos Poulios Move axes layout from opengl_renderer::draw_axes to axes::properties axes-layout
Tue, 01 Feb 2011 16:25:15 -0500 John W. Eaton gl-renderer.cc and gl2ps-renderer.cc: access objects directly from gh_manager instead of working with handles
Tue, 01 Feb 2011 15:55:44 -0500 John W. Eaton avoid using new to create temporary gl2ps_renderer object
Tue, 01 Feb 2011 15:42:07 -0500 Michael Godfrey gl2ps-renderer.cc (glps_renderer::draw): return immediately if fdopen fails
Tue, 01 Feb 2011 04:39:21 -0500 John W. Eaton opengl_renderer::draw_axes: simplify with subfunctions
Mon, 31 Jan 2011 03:19:01 -0500 John W. Eaton try to get better value than \ for P_tmpdir on Windows systems
Sun, 30 Jan 2011 09:36:11 -0800 Rik Rename fltk_mouse_wheel_zoom, fltk_gui_mode functions to remove fltk_ prefix.
Sun, 30 Jan 2011 12:01:35 -0500 John W. Eaton txt-eng-ft.cc (ft_manager::ft_manager): omit fc_init_done from init list if fontconfig is missing
Sun, 30 Jan 2011 04:38:10 -0500 Pascal Dupuis oct-parse.yy (class stdio_stream_reader): disallow copying
Sun, 30 Jan 2011 04:22:39 -0500 John W. Eaton rename gnuplot_drawnow to __gnuplot_drawnow__
Sun, 30 Jan 2011 02:43:10 -0500 John W. Eaton remove ARPACK from documentation and some config files
Sun, 30 Jan 2011 01:57:40 -0500 John W. Eaton ChangeLog fixes
Sun, 30 Jan 2011 01:40:18 -0500 John W. Eaton load-save.cc (Fload): fix texinfo markup
Sat, 29 Jan 2011 22:31:31 -0800 Rik Add fltk_gui_mode, fltk_mouse_wheel_zoom to documentation.
Sat, 29 Jan 2011 21:38:33 -0800 Rik Add S_ISSOCK function to documentation.
Sat, 29 Jan 2011 21:28:38 -0800 Rik Add S_ISBLK and family of functions to documentation.
Sat, 29 Jan 2011 16:54:14 -0800 Rik Add function compare_versions to documentation.
Sat, 29 Jan 2011 13:05:18 -0500 John W. Eaton __fltk_uigetfile__.cc: style fixes
Sat, 29 Jan 2011 12:56:29 -0500 John W. Eaton #undef Complex after including FLTK headers
Sat, 29 Jan 2011 12:27:16 -0500 John W. Eaton use same compiler flags for __fltk_uigetfile__ as for __init_fltk__
Fri, 28 Jan 2011 14:05:09 -0500 John W. Eaton remove configure checks for ARPACK
Fri, 28 Jan 2011 16:53:02 +0100 Kai Habel Make file filter value 1-based now
Fri, 28 Jan 2011 05:47:12 -0500 John W. Eaton pr-output.cc (Foutput_max_field_width): fix cut and paste error
Fri, 28 Jan 2011 05:47:02 -0500 John W. Eaton pr-output.cc: fix @seealso lists
Thu, 27 Jan 2011 20:13:45 -0800 Rik Add functions reset, whitebg to documentation.
Thu, 27 Jan 2011 17:58:19 +0100 Kai Habel Allow ui file function to work if gnuplot is the selected toolkit and fltk is available
Thu, 27 Jan 2011 06:37:52 -0500 John W. Eaton dlmread: skip leading whitespace on each line
Thu, 27 Jan 2011 06:16:50 -0500 John W. Eaton fix another bug in class assignment to undefined object with index
Thu, 27 Jan 2011 04:27:42 -0500 John W. Eaton ChangeLog fix
Thu, 27 Jan 2011 04:26:39 -0500 John W. Eaton input.cc (input_event_hook): fix incorrect use of iterator
Thu, 27 Jan 2011 04:22:53 -0500 John W. Eaton fix construction of class exemplars
Wed, 26 Jan 2011 23:49:42 -0500 John W. Eaton whitespace fixes
Wed, 26 Jan 2011 20:39:15 -0500 John W. Eaton fix bug in class assignment to undefined object with index
Wed, 26 Jan 2011 05:20:33 -0500 Pascal Dupuis eliminate some -Weffc++ warnings
Tue, 25 Jan 2011 21:38:05 -0800 Rik Use Automake and GNU Make variables for increased portability in DLD-FUNCTIONS/*.oct creation
Tue, 25 Jan 2011 19:54:06 -0800 John W. Eaton Use Makefile rules based on timestamp files for src/DLD-FUNCTIONS/*.oct
Tue, 25 Jan 2011 13:07:57 -0800 Rik Make documentation static by removing docstrings depending on #ifdef variables
Tue, 25 Jan 2011 10:47:01 +0100 Konstantinos Poulios disable warning about missing freetype library
Tue, 25 Jan 2011 10:30:03 +0100 Konstantinos Poulios fix wrong dimensions of minor ticks vector
Tue, 25 Jan 2011 02:03:21 -0500 John W. Eaton fix octave_map (const string_vector&) constructor
Mon, 24 Jan 2011 14:57:07 -0500 Pascal Dupuis Explicitly disallow copying in some classes
Sun, 23 Jan 2011 22:31:29 -0500 John W. Eaton octave_scalar_struct::print_raw: avoid unnecessary conversion of map contents to Cell
Sat, 22 Jan 2011 13:00:07 -0500 John W. Eaton ChangeLog fixes
Sat, 22 Jan 2011 12:55:18 -0500 John W. Eaton symbol_table::parent_classes: also add parents of parents to the list
Sat, 22 Jan 2011 13:48:11 +0100 Jaroslav Hajek fix nested indexed assignemnt in superclasses
Sat, 22 Jan 2011 11:20:08 +0100 Konstantinos Poulios restructuring draw_axes, enabling minor ticks/grid in fltk, closing bug 31800
Thu, 20 Jan 2011 11:10:27 +0100 Jaroslav Hajek implement a common class for reference counts
Sat, 22 Jan 2011 02:34:42 -0500 Pascal Dupuis more constructor initialization fixes
Sat, 22 Jan 2011 02:21:52 -0500 Pascal Dupuis Explicitly disallow copying in some classes.
Fri, 22 Jan 2010 12:43:12 +0100 Jaroslav Hajek version 3.2.4 release-3-2-x release-3-2-4
Wed, 13 Jan 2010 09:48:17 +0100 Jaroslav Hajek fix extract_function & add obsoleteness warning release-3-2-x