Skip to content
Snippets Groups Projects
Commit 55f81c7a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

doc transpi

parent 97d83137
Branches
Tags
No related merge requests found
// $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 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -288,8 +288,8 @@ void Colorbar_Window::redraw_range(int a, int b){ ...@@ -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( "move or rotate colormap", xx1,yy0+(i+1)*font_height); i++;
fl_draw("up, down", xx0,yy0+(i+1)*font_height); fl_draw("up, down", xx0,yy0+(i+1)*font_height);
fl_draw( "modify color curvature", xx1,yy0+(i+1)*font_height); i++; 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("Ctrl+up, Ctrl+down", xx0,yy0+(i+1)*font_height);
//fl_draw( "modify alpha curvature", xx1,yy0+(i+1)*font_height); i++; 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("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( "invert x or y range", xx1,yy0+(i+1)*font_height); i++;
fl_draw("b, Ctrl+b", xx0,yy0+(i+1)*font_height); fl_draw("b, Ctrl+b", xx0,yy0+(i+1)*font_height);
......
$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 in 1.35: Graphical user interface upgraded to FLTK 1.1 (tooltips,
new file chooser with multiple selection, full keyboard navigation, 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 ...@@ -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 to mesh entities; initial tensor visaulization; new keyboard animation
(righ/left arrow for time steps; up/down arrow for view cycling); new (righ/left arrow for time steps; up/down arrow for view cycling); new
VRML output format for surface meshes; new plugin for spherical 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 New in 1.34: Improved surface mesh of non-plane surfaces; fixed
orientation of elements in 2D anisotropic algorithm; minor user orientation of elements in 2D anisotropic algorithm; minor user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment