- Dec 27, 2004
-
-
Christophe Geuzaine authored
more robust "Delete Empty Views"
-
Christophe Geuzaine authored
my last commit also fixed several problems in For/EndFor loops: - the body of the loop was executed at least once, even if the test was always false (e.g. For (1:-1:1) ) - the body could be executed one extra time when using optional step values - the for loops didn't work with negative step values
-
Christophe Geuzaine authored
- new parser function GetValue("text", default_value) to query a value interactively in a script - added a nice example using this (to compute slices automatically): demos/multislice.script
-
- Dec 26, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- new "Delete Empty Views" command - new View.MinX, View.MinY, View.MinZ, View.MaxX, View.MaxY, View.MaxZ options - added example on how to do simple volume visualization
-
Christophe Geuzaine authored
better help messages
-
- Dec 25, 2004
-
-
Christophe Geuzaine authored
fix widget position
-
- Dec 24, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add color options for elements in views (requested by Philippe a long time ago)
-
Christophe Geuzaine authored
power law for the alpha channel
-
Christophe Geuzaine authored
add matlab colormaps: hsv, bone, spring, summer, autumn, winter, cool, copper
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
missing viewchanged=1
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
add all remaining colormap parameters as options
-
Christophe Geuzaine authored
make the middle button zoom more progressive (+ add acceleration factor in the GUI)
-
- Dec 23, 2004
-
-
Christophe Geuzaine authored
- new colormaps (jet, hot and pink from Matlab) + generalized handling of grayscale colormap - new View.Colormap option (this enables Gmsh to remember which colormap to use or which colormap the current modified colormap comes from) + better View.AlphaChannel treatment - fix saving of color options when color_scheme is != 0
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added File->Rename menu
-
- Dec 22, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
We cannot use _quad as a class name: gcc 2.95 uses it internally
-
Christophe Geuzaine authored
fixed "gcc -pedantic" warnings
-
Christophe Geuzaine authored
Patch from Andreas Jochens so that 'gmsh' can be compiled on amd64 using gcc-4.0.
-
- Dec 21, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
forgot to add a copy of the simpl pointer in the global simplex tree
-
Christophe Geuzaine authored
Forgot to update the visibility code to work with the new SimplexBase stuff. Should work again now.
-
Christophe Geuzaine authored
remove extra vol defs
-
Christophe Geuzaine authored
remove extra volume def
-
Christophe Geuzaine authored
add cube example to the demos
-
Christophe Geuzaine authored
add sphere to the demos
-
Christophe Geuzaine authored
fix orientations for Netgen
-
Christophe Geuzaine authored
double precision of middle cross drawing
-
Christophe Geuzaine authored
nicer stippling patterns
-
Christophe Geuzaine authored
Force display of entities during their creation (surfaces during surface creation, lines during line creation, etc.). This has been requested several times by various users, so it's probably a good idea. (It can indeed be a bit confusing when one creates a new surface and nothing changes on the screen after pressiong 'e'.)
-
Christophe Geuzaine authored
update to latest gl2ps
-