- Jun 23, 2004
-
-
Christophe Geuzaine authored
Replaced my orientation hack with a rigorous algorithm... Seems to work nicely (and is general).
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Apply the surface re-orientation hack to quadrangles (and to extruded meshes!)
-
- Jun 22, 2004
-
-
Christophe Geuzaine authored
isolate the hack in a subroutine
-
Christophe Geuzaine authored
another quick hack for non-convex surfaces
-
Christophe Geuzaine authored
pretty print shortcut help
-
Christophe Geuzaine authored
Yesterday's fix wasn't quite right. This should be better.
-
Christophe Geuzaine authored
Horrible hack to fix the surface orientation problems. This is only a temporary solution: I don't have time to investigate the issue further right now...
-
- Jun 21, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jun 20, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- mesh.algo -> algo2d and algo3d - replaced most of the remaining radio buttons with Fl_Choices (requires less screen real estate)
-
- Jun 18, 2004
-
-
nicolas tardieu authored
-
- Jun 17, 2004
-
-
Christophe Geuzaine authored
create the default project file in the home directory if no "current" directory is defined (e.g. when double-clicking on the icon on Windows/MacOS)
-
- Jun 16, 2004
-
-
Christophe Geuzaine authored
reset the input lists (do not delete them)
-
Christophe Geuzaine authored
Do a default List_Create in List_CreateFromFile instead of returning NULL. (This fixes the problems in Plugins that assume that the element lists are all ready to be added into.)
-
- Jun 15, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
forgot to destroy the evaluators
-
Christophe Geuzaine authored
nbU -> nPointsU
-
Christophe Geuzaine authored
replace CutCircle/CutCurve with CutParametric
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
explain that fltk needs to be configured with --enable-cygwin on windows
-
- Jun 13, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
forgot to deal with quadrangles here
-
Christophe Geuzaine authored
-
- Jun 12, 2004
-
-
Christophe Geuzaine authored
strip after copying
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- couple of aesthetic changes in Options->General - tentative fix of home directory problem on Windows95/98
-
- Jun 08, 2004
-
-
Christophe Geuzaine authored
nice line extrusion example from jonasforssell@yahoo.se
-
Christophe Geuzaine authored
explain the new Layer region stuff
-
Christophe Geuzaine authored
- made Layer's region numbeing behaviour consistent between lines/surfaces/volumes - force mesh.changed when we modify surface_edges/faces display
-
Christophe Geuzaine authored
add @. after color specs in Fl_Browser: otherwise strings that start with a digit don't get printed
-
- Jun 07, 2004
-
-
Christophe Geuzaine authored
fix bug in UNV format introduced in 1.53 (BEAM/BEAM2 require special case in print_record)
-
- Jun 04, 2004
-
-
Christophe Geuzaine authored
1.53 release
-
Christophe Geuzaine authored
change force_buffer_flush prototype
-
Christophe Geuzaine authored
comment to explain the blending modes
-
Christophe Geuzaine authored
quick hack to implement "fake transparency" as in xpost
-
- Jun 02, 2004
-
-
Christophe Geuzaine authored
Test if we have OpenGL 1.2 to use GL_RESCALE_NORMAL. If not, use the more expensive GL_NORMALIZE. Thanks Dave!
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
disable the perspective button for now
-