Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
55f81c7a
Commit
55f81c7a
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc transpi
parent
97d83137
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Fltk/Colorbar_Window.cpp
+3
-3
3 additions, 3 deletions
Fltk/Colorbar_Window.cpp
doc/VERSIONS
+3
-2
3 additions, 2 deletions
doc/VERSIONS
with
6 additions
and
5 deletions
Fltk/Colorbar_Window.cpp
+
3
−
3
View file @
55f81c7a
// $Id: Colorbar_Window.cpp,v 1.2
6
2002-08-28
17:55:12
geuzaine Exp $
// $Id: Colorbar_Window.cpp,v 1.2
7
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
);
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS
+
3
−
2
View file @
55f81c7a
$Date: 2002-08-
14 17
:4
9
:0
3
$
$Date: 2002-08-
28 21
:4
0
:0
6
$
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment