diff --git a/Fltk/Colorbar_Window.cpp b/Fltk/Colorbar_Window.cpp index 61f7df786258c63ea940269a51539e022ae4997c..498190f2ec83a164b325aa29b20198fc08711bb6 100644 --- a/Fltk/Colorbar_Window.cpp +++ b/Fltk/Colorbar_Window.cpp @@ -1,4 +1,4 @@ -// $Id: Colorbar_Window.cpp,v 1.26 2002-08-28 17:55:12 geuzaine Exp $ +// $Id: Colorbar_Window.cpp,v 1.27 2002-08-28 21:40:06 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -288,8 +288,8 @@ void Colorbar_Window::redraw_range(int a, int b){ fl_draw( "move or rotate colormap", xx1,yy0+(i+1)*font_height); i++; fl_draw("up, down", xx0,yy0+(i+1)*font_height); fl_draw( "modify color curvature", xx1,yy0+(i+1)*font_height); i++; - //fl_draw("Ctrl+up, Ctrl+down", xx0,yy0+(i+1)*font_height); - //fl_draw( "modify alpha curvature", xx1,yy0+(i+1)*font_height); i++; + fl_draw("Ctrl+up, Ctrl+down", xx0,yy0+(i+1)*font_height); + fl_draw( "increase or decrease alpha channel", xx1,yy0+(i+1)*font_height); i++; fl_draw("i, Ctrl+i", xx0,yy0+(i+1)*font_height); fl_draw( "invert x or y range", xx1,yy0+(i+1)*font_height); i++; fl_draw("b, Ctrl+b", xx0,yy0+(i+1)*font_height); diff --git a/doc/VERSIONS b/doc/VERSIONS index abc90b5185eaa1fb42393ca0271d63920262344f..1c8d42cd8ff8a669e72ff04b3e34824052134eb2 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,4 +1,4 @@ -$Date: 2002-08-14 17:49:03 $ +$Date: 2002-08-28 21:40:06 $ New in 1.35: Graphical user interface upgraded to FLTK 1.1 (tooltips, new file chooser with multiple selection, full keyboard navigation, @@ -6,7 +6,8 @@ cut/paste of messages, etc.); colors can be now be directly assigned to mesh entities; initial tensor visaulization; new keyboard animation (righ/left arrow for time steps; up/down arrow for view cycling); new VRML output format for surface meshes; new plugin for spherical -elevation plots; many small bug fixes (read mesh, ...); +elevation plots; transparency is now enabled by default for +post-processing plots; many small bug fixes (read mesh, ...); New in 1.34: Improved surface mesh of non-plane surfaces; fixed orientation of elements in 2D anisotropic algorithm; minor user