# HG changeset patch # User John W. Eaton # Date 1295562087 18000 # Node ID 1473d0cf86d210e31834f6806e070f4d2a565453 # Parent cda4aa780d588cd152f3460851aa9d43a30d5c5c untabify source files diff -r cda4aa780d58 -r 1473d0cf86d2 src/ChangeLog --- a/src/ChangeLog Thu Jan 20 17:07:26 2011 -0500 +++ b/src/ChangeLog Thu Jan 20 17:21:27 2011 -0500 @@ -1,3 +1,8 @@ +2011-01-20 John W. Eaton + + * gl-render.cc, DLD-FUNCTIONS/__init_fltk__.cc, + DLD-FUNCTIONS/__magick_read__.cc: Untabify. + 2011-01-20 Pascal Dupuis . * debug.h, dynamic-ld.cc, gl-render.cc, gl-render.h, diff -r cda4aa780d58 -r 1473d0cf86d2 src/DLD-FUNCTIONS/__init_fltk__.cc --- a/src/DLD-FUNCTIONS/__init_fltk__.cc Thu Jan 20 17:07:26 2011 -0500 +++ b/src/DLD-FUNCTIONS/__init_fltk__.cc Thu Jan 20 17:21:27 2011 -0500 @@ -1571,11 +1571,11 @@ wm_iterator win; if ((win = windows.find (fig_idx)) != windows.end ()) { - if (menubar_is_figure) + if (menubar_is_figure) win->second->show_menubar (); else win->second->hide_menubar (); - + win->second->redraw (); } } @@ -1805,10 +1805,10 @@ figure_manager::toggle_window_visibility (ov.string_value (), fp.is_visible ()); break; case figure::properties::ID_MENUBAR: - figure_manager::toggle_menubar_visibility (ov.string_value (), fp.menubar_is("figure")); + figure_manager::toggle_menubar_visibility (ov.string_value (), fp.menubar_is("figure")); break; case figure::properties::ID_NAME: - case figure::properties::ID_CURRENTAXES: + case figure::properties::ID_CURRENTAXES: figure_manager::update_canvas (go.get_handle (), fp.get_currentaxes ()); break; case figure::properties::ID_NUMBERTITLE: diff -r cda4aa780d58 -r 1473d0cf86d2 src/DLD-FUNCTIONS/__magick_read__.cc --- a/src/DLD-FUNCTIONS/__magick_read__.cc Thu Jan 20 17:07:26 2011 -0500 +++ b/src/DLD-FUNCTIONS/__magick_read__.cc Thu Jan 20 17:21:27 2011 -0500 @@ -524,8 +524,8 @@ } #else - error ("imread: this installation of Octave does not support reading images." - " Image reading capabilities were disabled when this installation was compiled."); + error ("imread: image reading ave does not support reading images." + " Image reading capabilities were disabled when this installation was compiled."); #endif diff -r cda4aa780d58 -r 1473d0cf86d2 src/gl-render.cc --- a/src/gl-render.cc Thu Jan 20 17:07:26 2011 -0500 +++ b/src/gl-render.cc Thu Jan 20 17:21:27 2011 -0500 @@ -1155,12 +1155,12 @@ p = xform.untransform (p(0), p(1), p(2), true); xlabel_props.set_position (p.extract_n (0, 3).transpose ()); xlabel_props.set_positionmode ("auto"); - } + } if (xlabel_props.rotationmode_is("auto")) { xlabel_props.set_rotation (angle); xlabel_props.set_rotationmode ("auto"); - } + } } } } @@ -1405,12 +1405,12 @@ p = xform.untransform (p(0), p(1), p(2), true); ylabel_props.set_position (p.extract_n (0, 3).transpose ()); ylabel_props.set_positionmode ("auto"); - } + } if (ylabel_props.rotationmode_is("auto")) { ylabel_props.set_rotation (angle); ylabel_props.set_rotationmode ("auto"); - } + } } } } @@ -1745,12 +1745,12 @@ p = xform.untransform (p(0), p(1), p(2), true); zlabel_props.set_position (p.extract_n (0, 3).transpose ()); zlabel_props.set_positionmode ("auto"); - } + } if (zlabel_props.rotationmode_is("auto")) { zlabel_props.set_rotation (angle); zlabel_props.set_rotationmode ("auto"); - } + } } } }